Commit Graph

1338 Commits

Author SHA1 Message Date
zrguo
afb30fe6c1 Merge branch 'main' into redis_impl 2025-01-24 16:27:40 +08:00
zrguo
b71ef4a912 Merge pull request #630 from soichisumi/support-azureopenai
add "azure_openai" in llm_binding and embedding_binding
2025-01-24 16:26:44 +08:00
Magic_yuan
f6d29e1793 修复缓存处理的运行时错误
].func  # ["func"]
 ^^^^
AttributeError: 'dict' object has no attribute 'func'
2025-01-24 11:01:32 +08:00
Magic_yuan
443aab2882 修复当出现异常时,会导致更新数据卡死的bug 2025-01-24 10:15:25 +08:00
黄渝斌
3ea2ecbcbf Merge branch 'main' into redis_impl 2025-01-23 23:02:53 +08:00
hyb
ff71952c8c feat: 新增ini文件读取数据库配置方式,方便生产环境,修改Lightrag ainsert方法_add_doc_keys获取方式,原来只过滤存在的,但这会让失败的文档无法再次存储,新增--chunk_size和--chunk_overlap_size方便生产环境,新增llm_binding:openai-ollama 方便用openai的同时使用ollama embedding 2025-01-23 22:58:57 +08:00
Soichi Sumi
a3306c4633 add "azure_openai" in llm_binding and embedding_binding 2025-01-23 21:30:57 +09:00
zrguo
63bd066307 Merge pull request #628 from danielaskdd/Fix-parms-missing-for-openai
Fix parms missing for openai
2025-01-23 11:52:17 +08:00
zrguo
e485d7fe9d Merge pull request #624 from soichisumi/fix-dockerfile
Fix: docker build
2025-01-23 11:51:44 +08:00
zrguo
aa08126ee8 Merge pull request #616 from 18277486571HYB/redis_impl
feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: R…
2025-01-23 11:49:56 +08:00
yangdx
0920942a06 update enviroment variable file sample 2025-01-23 03:17:50 +08:00
yangdx
da9eaafcb7 Fix API docs link 2025-01-23 01:53:59 +08:00
yangdx
57093c3571 Merge commit '548ad1f299c875b59df21147f7edf9eab2d73d2c' into fix-RAG-param-missing 2025-01-23 01:41:52 +08:00
yangdx
54c11d7734 Delete outdated doc (new version is lightrag/api/README.md) 2025-01-23 01:17:21 +08:00
yangdx
11b618d434 Fix parameters missing in app creation in case openai is selected 2025-01-23 01:15:48 +08:00
hyb
3c5ced835e feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖 2025-01-22 16:56:40 +08:00
hyb
e08905b398 feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖 2025-01-22 16:42:13 +08:00
zrguo
548ad1f299 Merge pull request #618 from nickjfrench/patch-2
Replacing ParisNeo with this repo owner, HKUDS
2025-01-22 15:57:38 +08:00
zrguo
ec1d8e5176 Merge pull request #622 from ParisNeo/main
Addind a simple tool to view the lightrag database in 3d
2025-01-22 15:56:22 +08:00
zrguo
5d4066bc9b Merge pull request #617 from nickjfrench/patch-1
Fixed API docs link in Readme.md
2025-01-22 15:54:47 +08:00
Soichi Sumi
b958573afd Fix: docker build 2025-01-22 15:48:07 +09:00
Saifeddine ALOUI
39450cc63f added ignore of putting imports after some code (required for pipmaster) 2025-01-22 01:15:10 +01:00
Saifeddine ALOUI
6db8b5bf79 linting fix 2025-01-22 00:40:39 +01:00
Saifeddine ALOUI
f5fd8d5eac Merge branch 'main' of https://github.com/ParisNeo/LightRAG 2025-01-22 00:38:38 +01:00
Saifeddine ALOUI
54d0b64fdb upgraded 2025-01-22 00:38:35 +01:00
Nick French
78fa56e2a7 Replacing ParisNeo with this repo owner, HKUDS 2025-01-21 10:50:27 -05:00
Nick French
76352867d6 Fixed API docs link in readme.md 2025-01-21 10:35:16 -05:00
Nick French
6549b9c950 Fixing API Docs link in Readme.md 2025-01-21 10:32:25 -05:00
hyb
ce378a3d86 feat: 增加redis KV存储,增加openai+能o4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖 2025-01-21 21:42:34 +08:00
zrguo
4e5ca51e38 Update __init__.py 2025-01-21 10:29:52 +08:00
zrguo
79820abda0 Merge pull request #613 from ParisNeo/main
Added OpenWebui Tool
2025-01-21 10:27:57 +08:00
zrguo
103c50be77 Merge pull request #610 from danielaskdd/indexing-during-startup
Add document indexing during FastAPI startup, Fix docx package name i…
2025-01-21 10:27:31 +08:00
Saifeddine ALOUI
a3311df27c fixed linting 2025-01-21 00:10:52 +01:00
Saifeddine ALOUI
710ca687c2 Merge branch 'HKUDS:main' into main 2025-01-21 00:01:39 +01:00
Saifeddine ALOUI
84e44938c0 Added an OpenWebui tool for LightRag 2025-01-21 00:01:10 +01:00
yangdx
a85c148249 Add sample environment variable for Ollama model tag 2025-01-21 03:31:50 +08:00
yangdx
8a05ff459f Add environment variable for Ollama model tag 2025-01-21 03:13:13 +08:00
yangdx
ae824f2878 fix linux sample service file script name error 2025-01-21 02:48:07 +08:00
yangdx
81a0a7cff0 fixed linting 2025-01-21 01:03:37 +08:00
yangdx
2e62cf1c66 Add document indexing during FastAPI startup, Fix docx package name in requirements
- Initialize DocumentManager earlier
- Add lifespan context manager
- Scan and index documents on startup
- Fix docx package name in requirements
2025-01-21 00:50:11 +08:00
zrguo
326057deeb fixed linting 2025-01-20 17:28:40 +08:00
zrguo
d9a22850c5 Merge pull request #608 from ParisNeo/main
Temporary fix to introduced problem in ollama and lollm
2025-01-20 17:23:28 +08:00
Saifeddine ALOUI
501610c603 Update llm.py 2025-01-20 10:04:17 +01:00
zrguo
a2993aeec2 Merge pull request #607 from danielaskdd/fix_OpenAI_alike_api_key
Update OpenAI alike LLM API key handling in lightrag_server
2025-01-20 16:19:32 +08:00
Saifeddine ALOUI
a557878e4e Update llm.py 2025-01-20 09:04:32 +01:00
Saifeddine ALOUI
e4945c9653 Update llm.py 2025-01-20 08:58:08 +01:00
Saifeddine ALOUI
f18f484a87 Update llm.py 2025-01-20 08:54:18 +01:00
yangdx
9ab719b605 Updated API documentation for LLM bindings and configurations. 2025-01-20 15:35:43 +08:00
yangdx
a76abf23f2 Updated OpenAI configuration and documentation.
- Added OpenAI alike example in .env.example
- Updated README for OpenAI alike server
- Modified API key handling in lightrag_server.py
2025-01-20 14:50:06 +08:00
zrguo
e589134a97 Merge pull request #605 from ParisNeo/main
Pull Request: API Key Management Implementation and Azure OpenAI Bug Fix
2025-01-20 12:27:32 +08:00