cherry-pick 78ccc4f6
This commit is contained in:
parent
d92e8566e2
commit
494135b19b
2 changed files with 200003 additions and 16 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -46,11 +46,8 @@ neo4jWorkDir/
|
|||
|
||||
# Data & Storage
|
||||
inputs/
|
||||
output/
|
||||
rag_storage/
|
||||
examples/input/
|
||||
examples/output/
|
||||
output*/
|
||||
data/
|
||||
|
||||
# Miscellaneous
|
||||
.DS_Store
|
||||
|
|
@ -59,23 +56,15 @@ ignore_this.txt
|
|||
*.ignore.*
|
||||
|
||||
# Project-specific files
|
||||
dickens*/
|
||||
book.txt
|
||||
LightRAG.pdf
|
||||
/dickens*/
|
||||
/book.txt
|
||||
download_models_hf.py
|
||||
lightrag-dev/
|
||||
gui/
|
||||
|
||||
# Frontend build output (built during PyPI release)
|
||||
<<<<<<< HEAD
|
||||
lightrag/api/webui/
|
||||
=======
|
||||
lightrag/api/webui/*
|
||||
!lightrag/api/webui/.gitkeep
|
||||
>>>>>>> be9e6d16 (Exclude Frontend Build Artifacts from Git Repository)
|
||||
/lightrag/api/webui/
|
||||
|
||||
# unit-test files
|
||||
test_*
|
||||
|
||||
# Cline files
|
||||
memory-bank/
|
||||
memory-bank
|
||||
|
|
|
|||
199998
data/tiktoken/fb374d419588a4632f3f557e76b4b70aebbca790
Normal file
199998
data/tiktoken/fb374d419588a4632f3f557e76b4b70aebbca790
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue