Commit Graph

222 Commits

Author SHA1 Message Date
yangdx
7e8a2c0e9b Added temperature parameter for LLM 2025-03-24 02:02:34 +08:00
yangdx
6ae42165be Refactor LightRAG Server documentation for clarity and structure. 2025-03-23 23:27:29 +08:00
zrguo
10d2bbfcd7 Update README.md 2025-03-18 16:42:57 +08:00
zrguo
80f00dabd3 Update README.md 2025-03-18 16:41:05 +08:00
yangdx
c2ba7f33ff Adjust concurrency limits more LLM friendly settings for new comers
- Lowered max async LLM processes to 4
- Enabled LLM cache for entity extraction
- Reduced max parallel insert to 2
2025-03-16 23:56:34 +08:00
Rushi Chaganti
39633cb1d9 Fixed lint and Added new imports at the top of the file 2025-03-12 00:04:23 +05:30
Roy
4ce28b31bd minor readme fix 2025-03-08 21:31:41 +00:00
Roy
a1708a2638 Add optional ids filter to QueryParam for RAG document filtering 2025-03-08 21:13:29 +00:00
zrguo
ec0450f712 Add merge entities 2025-03-06 00:53:23 +08:00
zrguo
0f430ca1a7 update README.md 2025-03-04 12:42:40 +08:00
zrguo
23106b81fb fix custom kg demo 2025-03-04 12:29:17 +08:00
zrguo
6c8fa95214 fix demo 2025-03-04 12:25:07 +08:00
yangdx
b26a574f40 Deprecate log_level and log_file_path in LightRAG.
- Remove log_level from API initialization
- Add warnings for deprecated logging params
2025-03-04 01:07:34 +08:00
zrguo
0ac482f6d3 Update README.md 2025-03-03 21:15:34 +08:00
zrguo
78151d045b fix README.md 2025-03-03 21:13:43 +08:00
zrguo
a814285155 Add a feature that allows modifying nodes and relationships. 2025-03-03 21:09:45 +08:00
zrguo
1611400854 fix demo 2025-03-03 18:33:42 +08:00
zrguo
a8f4385c05 Add clear_cache 2025-03-01 18:30:58 +08:00
ArnoChen
5ccad9adf4 update logo in README 2025-02-24 18:18:59 +08:00
PiochU19
70de1476c3 add documentation for 'Insert with ID' 2025-02-20 14:02:53 +01:00
Pankaj Kaushal
9934241a1e Update README.md: Refactor LlamaIndex section and example code
- Simplified LlamaIndex documentation in README
- Removed wrapper directory references
- Updated example code to reflect new directory structure
- Cleaned up custom knowledge graph example
- Adjusted file paths and import statements
2025-02-20 10:31:19 +01:00
Pankaj Kaushal
8a06be9395 Add LlamaIndex Wrapper and Example Implementations
- Updated README.md with new Wrappers section detailing LlamaIndex integration
- Added LlamaIndex wrapper implementation in `lightrag/wrapper/llama_index_impl.py`
- Created two example scripts demonstrating LlamaIndex usage:
  - Direct OpenAI integration
  - LiteLLM proxy integration
- Added wrapper documentation in `lightrag/wrapper/Readme.md`
- Included comprehensive usage examples and configuration details
2025-02-20 10:23:01 +01:00
Yannick Stephan
6f95ad92bf Merge pull request #811 from da-luggas/main
Fixed broken ainsert_custom_kg()
2025-02-19 15:20:37 +01:00
Lukas Selch
7fab9accfe Updated documentation examples to include chunk_order_index case 2025-02-19 14:58:51 +01:00
Yannick Stephan
e8c1aa8d5d updated doc 2025-02-19 09:58:25 +01:00
Yannick Stephan
85d5a5c6dc updated docs 2025-02-19 09:50:24 +01:00
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