Commit Graph

196 Commits

Author SHA1 Message Date
Yannick Stephan
011227e426 cleanup no required install 2025-02-18 20:27:59 +01:00
Yannick Stephan
ea41d08b9f removed torch from requirement lightrag server 2025-02-18 20:05:51 +01:00
Yannick Stephan
2524e02428 remove tqdm and cleaned readme and ollama 2025-02-18 19:58:03 +01:00
Yannick Stephan
a191dfad61 Update README.md 2025-02-18 08:55:24 +01:00
Ethan Heavey
6480a6ce02 Update README.md
Edited examples to use ```from lightrag.lightrag import LightRAG, QueryParam``` instead of ```from lightrag import LightRAG, QueryParam``` (latter causes Unresolved reference error upon pip install of LightRAG v1.1.6)
2025-02-17 19:13:22 -04:00
MdNazishArmanShorthillsAI
c2ff17d343 Added system prompt support in all modes 2025-02-17 16:45:00 +05:30
zrguo
31f14cf505 Merge pull request #793 from VeiledTee/patch-1
Update HuggingFace example in README.md
2025-02-16 19:49:05 +08:00
Ethan Heavey
875d18d80f Update HuggingFace example in README.md
Replaced "hf_embedding" with "hf_embed" in HuggingFace example to match implementation
2025-02-15 12:51:24 -04:00
Yannick Stephan
66f555677a cleaning the message and project no needed 2025-02-14 23:31:27 +01:00
zrguo
f902f552da Update README.md 2025-02-11 22:06:40 +08:00
Yannick Stephan
23283180c7 fixed type 2025-02-10 19:59:19 +01:00
Yannick Stephan
41f76ec459 updated readme 2025-02-10 19:57:55 +01:00
zrguo
d0779209d9 Update LOGO 2025-02-10 14:01:52 +08:00
Yannick Stephan
d1d422e5e4 cleaned readme 2025-02-09 15:25:02 +01:00
Yannick Stephan
28b53144d9 updated readme 2025-02-09 15:00:07 +01:00
ultrageopro
19ee3d109c feat: trimming the model’s reasoning 2025-02-06 22:56:17 +03:00
✨Data Intelligence Lab@HKU✨
4f9a5fdbb4 Update README.md 2025-02-06 12:21:20 +08:00
zrguo
e2d164e8c8 Update README.md 2025-02-05 03:52:59 +08:00
ArnoChen
eb77af8e7d Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG"
This reverts commit b2bc7770fd.
2025-02-05 02:33:26 +08:00
zrguo
b2bc7770fd Revert "Integrated the GraphML Visualizer as an optional component of LightRAG" 2025-02-05 01:30:57 +08:00
Saifeddine ALOUI
57af1d1815 Update README.md 2025-02-03 22:54:26 +01:00
Saifeddine ALOUI
9a30dc7b04 Integrated the graphml visualizer as part of lightrag and made it a component that can be installed using [tools] option 2025-02-03 22:51:46 +01:00
ultrageopro
0284469fd4 doc: add information about log_dir parameter 2025-02-03 11:25:09 +03:00
Samuel Chan
02ac96ff8e - Fix the bug from main stream that using doc['status']
- Improve the performance of Apache AGE.
- Revise the README.md for Apache AGE indexing.
2025-02-02 18:20:32 +08:00
Gurjot Singh
8a624e198a Add faiss integration for storage 2025-01-31 19:00:36 +05:30
yangdx
46c9c7d95b Update sample env file and documentation
- Change COSINE_THRESHOLD to 0.4
- Adjust TOP_K to 50
- Enhance API README details
2025-01-29 23:45:20 +08:00
MdNazishArmanShorthillsAI
f0b2024667 Query with your custom prompts 2025-01-27 10:32:22 +05:30
ARNO
300f9564c5 fix README 2025-01-25 23:41:32 +08:00
zrguo
8e38164180 Update README.md 2025-01-25 14:39:09 +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
Saifeddine ALOUI
7e1638525c Removed Flow chart (it was moved to docs) 2025-01-24 21:19:28 +01:00
Saifeddine ALOUI
4056d3eb73 Update README.md 2025-01-24 21:16:04 +01:00
Saifeddine ALOUI
a160c77dbd Update README.md 2025-01-24 21:15:47 +01:00
Saifeddine ALOUI
1547d19617 Update README.md 2025-01-24 21:15:21 +01:00
Saifeddine ALOUI
92d45ffedc Update README.md 2025-01-24 21:14:31 +01:00
Saifeddine ALOUI
223439c648 Update README.md 2025-01-24 21:12:58 +01:00
Saifeddine ALOUI
c44ccde09a Update README.md 2025-01-24 21:08:46 +01:00
Saifeddine ALOUI
cbbde7d1ce Update README.md 2025-01-24 21:06:57 +01:00
Saifeddine ALOUI
d7cb57a50f New Logo 2025-01-24 21:05:11 +01:00
Magic_yuan
5719aa8882 支持多轮对话 2025-01-24 19:03:36 +08:00
yangdx
da9eaafcb7 Fix API docs link 2025-01-23 01:53:59 +08: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
zrguo
28a84b2aa2 Merge pull request #592 from danielaskdd/yangdx
Add Ollama compatible API server
2025-01-17 14:29:31 +08:00
Saifeddine ALOUI
cbd02bbbab Added link to documentation from main README.md 2025-01-16 22:16:34 +01:00
Saifeddine ALOUI
2c3ff234e9 Moving extended api documentation to new doc folder 2025-01-16 22:14:16 +01:00
yangdx
d15753d51a Merge branch 'main' into yangdx 2025-01-16 20:20:09 +08:00
Gurjot Singh
2ea104d738 Fix linting errors 2025-01-16 11:31:22 +05:30
Gurjot Singh
dd105d47fa Update README.md to include a detailed explanation of the new query_with_separate_keyword_extraction function. 2025-01-16 11:15:21 +05:30
Samuel Chan
efe0644212 Merge branch 'HKUDS:main' into main 2025-01-16 07:52:35 +08:00