Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rm-lht
/
lightrag
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc1567d
lightrag
Ctrl+K
Ctrl+K
51 contributors
History:
1190 commits
zrguo
Merge pull request #644 from danielaskdd/Add-Ollama-generate-API-support
dc1567d
unverified
8 months ago
.github
Manually reformatted files
11 months ago
docs
Merge commit '548ad1f299c875b59df21147f7edf9eab2d73d2c' into fix-RAG-param-missing
8 months ago
examples
feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖
8 months ago
extra
linting fix
8 months ago
lightrag
Merge pull request #644 from danielaskdd/Add-Ollama-generate-API-support
8 months ago
reproduce
fix:error working directory name in Step_1.py
10 months ago
.env.example
1.8 kB
update enviroment variable file sample
8 months ago
.gitattributes
126 Bytes
first commit
11 months ago
.gitignore
246 Bytes
support pipeline mode
8 months ago
.pre-commit-config.yaml
483 Bytes
added ignore of putting imports after some code (required for pipmaster)
8 months ago
Dockerfile
1.22 kB
Fix: docker build
8 months ago
LICENSE
1.06 kB
Update LICENSE
8 months ago
README.md
60.4 kB
支持多轮对话
8 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
8 months ago
contributor-README.md
568 Bytes
rename
8 months ago
docker-compose.yml
420 Bytes
Fixed linting
8 months ago
lightrag-server.service.example
313 Bytes
fix linux sample service file script name error
8 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
8 months ago
setup.py
3.47 kB
Refactor embedding function initialization and remove start-server.sh
8 months ago
start_lightrag.sh.example
Safe
80 Bytes
Refactor service and script paths for LightRAG.
8 months ago
test_lightrag_ollama_chat.py
25.2 kB
Fix linting, remove redundant commentsr and clean up code for better readability
8 months ago