Commit Graph

239 Commits

Author SHA1 Message Date
zrguo
27d31ca29c Update README.md 2025-04-09 10:48:57 +08:00
chaohuang-ai
dba3031f7d Update README.md 2025-04-09 10:45:46 +08:00
yangdx
ae1e991724 Merge branch 'feat-edge-thickness' into merge-edge-thickness 2025-04-05 13:06:28 +08:00
yangdx
247be483eb Merge branch 'main' into clear-doc 2025-04-04 05:45:06 +08:00
yangdx
df07c2a8b1 Remove Gremlin storage implementaion 2025-04-02 14:43:53 +08:00
yangdx
013be621d5 Remove TiDB storage implementaion 2025-04-02 14:40:27 +08:00
choizhang
ad1d362865 docs: Add Token Statistics Function Description in README 2025-04-01 23:50:14 +08:00
yangdx
1e31b26cbe Remove Oracle storage implementation 2025-04-01 18:15:29 +08:00
choizhang
109b2d3a41 docs: Fix spelling errors in README.md 2025-04-01 00:39:37 +08:00
zrguo
6eea8bdf5d Update README.md 2025-03-29 21:28:25 +08:00
zrguo
d0eb602b12 Update README.md 2025-03-29 21:25:34 +08:00
yangdx
4dcf717e53 Update README.md 2025-03-25 18:53:17 +08:00
yangdx
77889d7846 Update README 2025-03-25 18:50:01 +08:00
yangdx
ac703dc448 Fix linting of README 2025-03-25 16:23:15 +08:00
Vladimir Vukicevic
aede3b7de3 Un-center README.md 2025-03-25 00:12:44 -07:00
yangdx
799c1a884a Fix linting 2025-03-25 12:51:45 +08:00
yangdx
6441d90682 Add chinese version of README
- Add introduction of  graph visualization in LightRAG Server
2025-03-25 12:51:05 +08:00
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