Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rm-lht
/
lightrag
like
0
Configuration error
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
cf823f1
lightrag
1.58 MB
51 contributors
History:
1198 commits
ParisNeo
Update README.md
cf823f1
unverified
9 months ago
.github
Manually reformatted files
12 months ago
docs
Merge commit '548ad1f299c875b59df21147f7edf9eab2d73d2c' into fix-RAG-param-missing
9 months ago
examples
feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖
9 months ago
extra
linting fix
9 months ago
lightrag
fixed linting
9 months ago
reproduce
fix:error working directory name in Step_1.py
11 months ago
.env.example
1.8 kB
update enviroment variable file sample
9 months ago
.gitattributes
126 Bytes
first commit
about 1 year ago
.gitignore
246 Bytes
support pipeline mode
9 months ago
.pre-commit-config.yaml
483 Bytes
added ignore of putting imports after some code (required for pipmaster)
9 months ago
Dockerfile
1.22 kB
Fix: docker build
9 months ago
LICENSE
1.06 kB
Update LICENSE
9 months ago
README.md
60.6 kB
Update README.md
9 months ago
config.ini
158 Bytes
feat: 新增ini文件读取数据库配置方式,方便生产环境,修改Lightrag ainsert方法_add_doc_keys获取方式,原来只过滤存在的,但这会让失败的文档无法再次存储,新增--chunk_size和--chunk_overlap_size方便生产环境,新增llm_binding:openai-ollama 方便用openai的同时使用ollama embedding
9 months ago
contributor-README.md
568 Bytes
rename
9 months ago
docker-compose.yml
420 Bytes
Fixed linting
9 months ago
lightrag-server.service.example
313 Bytes
fix linux sample service file script name error
9 months ago
requirements.txt
416 Bytes
feat: 新增ini文件读取数据库配置方式,方便生产环境,修改Lightrag ainsert方法_add_doc_keys获取方式,原来只过滤存在的,但这会让失败的文档无法再次存储,新增--chunk_size和--chunk_overlap_size方便生产环境,新增llm_binding:openai-ollama 方便用openai的同时使用ollama embedding
9 months ago
setup.py
3.47 kB
Refactor embedding function initialization and remove start-server.sh
9 months ago
start_lightrag.sh.example
Safe
80 Bytes
Refactor service and script paths for LightRAG.
9 months ago
test_lightrag_ollama_chat.py
25.2 kB
Fix linting, remove redundant commentsr and clean up code for better readability
9 months ago