223 Commits

Author SHA1 Message Date
Yannick Stephan
1051ff402d fixed lint 2025-02-16 12:45:27 +01:00
zrguo
f868c1da78
Merge branch 'main' into code-cleaning 2025-02-16 19:41:05 +08:00
zrguo
9d21523541
Merge pull request #772 from hhxdestiny/chroma_support_local
chroma_impl supports local persistent client: PersistentClient
2025-02-16 19:21:53 +08:00
Yannick Stephan
66f555677a cleaning the message and project no needed 2025-02-14 23:31:27 +01:00
destiny
a5cd2b1958 Fix embedding type conversion issue in the query function of chroma_impl; chroma_impl supports local persistent client: PersistentClient 2025-02-14 11:00:54 +08:00
ArnoChen
e4562c761c fix typo 2025-02-13 17:32:05 +08:00
TITC
75c164de69 Fix incorrect usage of insert_file API 2025-02-12 14:04:02 +08:00
Gurjot Singh
d82b9c46e0 fixed linting errors 2025-02-11 23:49:56 +05:30
Gurjot Singh
e7b6c55bee Integrate gemini client into Lightrag 2025-02-11 23:43:42 +05:30
zrguo
80a3ce2240 fix bugs 2025-02-11 16:24:22 +08:00
zrguo
43ed7386d1 fix linting error 2025-02-11 14:21:19 +08:00
zrguo
f44c83594e add lightrag_api_openai_compatible_demo_simplified.py 2025-02-11 13:40:05 +08:00
zrguo
2d2ed19095 Fix cache bugs 2025-02-11 13:28:18 +08:00
zrguo
0c3b754108 Fix bugs 2025-02-11 11:42:46 +08:00
Yannick Stephan
abcdcd5a73 cleaned docs 2025-02-09 14:36:49 +01:00
ArnoChen
3f845e9e53 better handling of namespace 2025-02-08 16:05:59 +08:00
Tianhong Dai
5dda38eeb9 fix import bugs of postgres example 2025-01-31 17:13:21 +00:00
Gurjot Singh
2894e8faf2 Fix linting errors 2025-01-31 19:05:47 +05:30
Gurjot Singh
8a624e198a Add faiss integration for storage 2025-01-31 19:00:36 +05:30
ranfysvalle02
4c349c208d +MDB KG 2025-01-29 07:31:34 -05:00
zrguo
80451af839 fix linting errors 2025-01-27 23:21:34 +08:00
Saifeddine ALOUI
2f19ac3625
Update graph_visual_with_html.py 2025-01-27 09:33:35 +01:00
yangdx
aa4bccb1bb Remove lightrag_api_open_webui_demo.py file 2025-01-25 23:38:45 +08:00
Saifeddine ALOUI
34018cb1e0 Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01: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
hyb
ce378a3d86 feat: 增加redis KV存储,增加openai+能o4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖 2025-01-21 21:42:34 +08:00
luohuanhuan2019
6fa955c567 add readme_zh 2025-01-16 20:53:18 +08:00
zrguo
b84aab5cd0
Merge pull request #590 from jin38324/main
Enhance Robustness of insert Method with Pipeline Processing and Caching Mechanisms
2025-01-16 14:20:08 +08:00
Gurjot Singh
2ea104d738 Fix linting errors 2025-01-16 11:31:22 +05:30
Gurjot Singh
e64805c9e2 Add example usage for separate keyword extraction of user's query 2025-01-16 11:26:19 +05:30
jin
6ae8647285 support pipeline mode 2025-01-16 12:58:15 +08:00
jin
d5ae6669ea support pipeline mode 2025-01-16 12:52:37 +08:00
jin
17a2ec2bc4
Merge branch 'HKUDS:main' into main 2025-01-16 09:59:27 +08:00
Samuel Chan
d1ba8c5db5 Add some script in examples to copy llm cache from one solution to another 2025-01-16 07:56:13 +08:00
Samuel Chan
d91a330e9d Enrich README.md for postgres usage, make some change to cater python version<12 2025-01-15 12:02:55 +08:00
jin
85331e3fa2 update Oracle support
add cache support, fix bug
2025-01-10 11:36:28 +08:00
童石渊
dd213c95be 增加仅字符分割参数,如果开启,仅采用字符分割,不开启,在分割完以后如果chunk过大,会继续根据token size分割,更新测试文件 2025-01-09 11:55:49 +08:00
jin
957bcf8659 Organize files
move some test files from root to example
2025-01-07 13:51:20 +08:00
Samuel Chan
6ae27d8f06 Some enhancements:
- Enable the llm_cache storage to support get_by_mode_and_id, to improve the performance for using real KV server
- Provide an option for the developers to cache the LLM response when extracting entities for a document. Solving the paint point that sometimes the process failed, the processed chunks we need to call LLM again, money and time wasted. With the new option (by default not enabled) enabling, we can cache that result, can significantly save the time and money for beginners.
2025-01-06 12:50:05 +08:00
Samuel Chan
6c1b669f0f Fix the lint issue 2025-01-04 18:49:32 +08:00
Samuel Chan
e053223ef0 Fix the lint issue 2025-01-04 18:34:35 +08:00
Samuel Chan
db663114a9 Remove unused import 2025-01-03 21:20:47 +08:00
Samuel Chan
f6f62c32a8 Fix the bug of AGE processing 2025-01-03 21:10:06 +08:00
Samuel Chan
b17cb2aa95 With a draft for progres_impl 2025-01-01 22:43:59 +08:00
Saifeddine ALOUI
f2b52a2a38 Added azure openai lightrag server to the api install and fused documentation. 2024-12-26 21:32:56 +01:00
zrguo
fffd00d514
Update graph_visual_with_neo4j.py 2024-12-26 14:55:22 +08:00
Luca Congiu
725d5af215 Refactor code formatting and update requirements for improved clarity and consistency 2024-12-24 09:56:33 +01:00
Luca Congiu
58e74d5fb2 Added Azure OpenAI api sample with streaming 2024-12-23 14:34:34 +01:00
Alex Potapenko
016d9f572d GremlinStorage: fix linting error, use asyncio.gather in get_node_edges() 2024-12-20 09:57:35 +01:00