Alex Potapenko
|
848b3f6e33
|
GremlinStorage: fixes and patch to support other Gremlin compatible BD. Tested on ArcadeDB with Gremlin plugin. The main change is using "entity_name" vertex property instead of the label as a node_id since different implementations have different restrictions on label names.
|
2024-12-23 16:16:17 +01:00 |
|
zrguo
|
bfacfb975e
|
Merge pull request #502 from ParisNeo/main
Add LoLLMs Integration to LightRAG
|
2024-12-22 23:07:39 +08:00 |
|
Saifeddine ALOUI
|
469fa9f574
|
Added lollms integration with lightrag
Removed a depricated function from ollamaserver
|
2024-12-22 00:38:38 +01:00 |
|
zrguo
|
4042783a55
|
Update __init__.py
|
2024-12-20 18:26:53 +08:00 |
|
zrguo
|
4e6f3bb91c
|
Merge pull request #494 from alllexx88/gremlin_graph
Add Gremlin graph storage
|
2024-12-20 18:25:47 +08:00 |
|
Alex Potapenko
|
016d9f572d
|
GremlinStorage: fix linting error, use asyncio.gather in get_node_edges()
|
2024-12-20 09:57:35 +01:00 |
|
zrguo
|
e5dc186e2f
|
Merge pull request #482 from ParisNeo/main
Added ollama and openai Fastapi api services
|
2024-12-20 10:37:39 +08:00 |
|
Alex Potapenko
|
6f71293c83
|
Add Gremlin graph storage
|
2024-12-19 17:47:42 +01:00 |
|
Saifeddine ALOUI
|
bbba07e1b9
|
Merge branch 'main' of https://github.com/ParisNeo/LightRAG
|
2024-12-19 11:44:03 +01:00 |
|
Saifeddine ALOUI
|
fe6ebfa995
|
Fixed linting
|
2024-12-19 11:44:01 +01:00 |
|
zrguo
|
a19ffbaea7
|
Merge pull request #483 from Weaxs/main
support TiDBGraphStorage
|
2024-12-19 16:42:50 +08:00 |
|
Saifeddine ALOUI
|
5df5754c92
|
Merge branch 'HKUDS:main' into main
|
2024-12-18 10:34:30 +01:00 |
|
Weaxs
|
344d8f277b
|
support TiDBGraphStorage
|
2024-12-18 10:57:33 +08:00 |
|
Saifeddine ALOUI
|
81ba55df7b
|
Added openai api
|
2024-12-18 01:58:19 +01:00 |
|
Saifeddine ALOUI
|
2266399da6
|
working server
|
2024-12-18 01:37:16 +01:00 |
|
Saifeddine ALOUI
|
59edc324af
|
upgraded
|
2024-12-18 00:46:47 +01:00 |
|
Saifeddine ALOUI
|
8a85b30aed
|
upgraded
|
2024-12-18 00:40:33 +01:00 |
|
Saifeddine ALOUI
|
a6ae0f5d44
|
updated requirements
|
2024-12-18 00:04:52 +01:00 |
|
Saifeddine ALOUI
|
ce3d7df6eb
|
fix
|
2024-12-17 23:51:49 +01:00 |
|
Saifeddine ALOUI
|
3d721e3db8
|
updated
|
2024-12-17 23:36:30 +01:00 |
|
zrguo
|
874f3b392b
|
Merge pull request #479 from theClassLight/GG/pr
fix(llm): hashing_kv初始化修复
|
2024-12-17 17:38:19 +08:00 |
|
zrguo
|
86ef375fad
|
Merge branch 'main' into GG/pr
|
2024-12-17 17:38:11 +08:00 |
|
GG
|
2d048b5eb0
|
fix(llm): hashing_kv初始化修复
-hybrid模式对hashing_kv的依赖不止global_config,干脆复用llm_response_cache的初始化结构
|
2024-12-17 16:44:42 +08:00 |
|
zrguo
|
c840a053ac
|
Merge pull request #477 from theClassLight/GG/pr
refactor(lightrag): 优化hashing_kv初始化逻辑
|
2024-12-17 15:09:26 +08:00 |
|
GG
|
9893e93dd1
|
refactor(lightrag): 优化hashing_kv初始化逻辑
- 修改了 llm_model_func 和 query 方法中的hashing_kv初始化逻辑
- 当 self.llm_response_cache 不存在或没有 global_config 属性时,会创建一个新的hashing_kv实例
- 所有基于hashing_kv获取global_config属性的对象可以正常运行
|
2024-12-17 13:45:39 +08:00 |
|
Saifeddine ALOUI
|
b9c75dc2cd
|
Merge branch 'main' of https://github.com/ParisNeo/LightRAG
|
2024-12-16 21:49:51 +01:00 |
|
Saifeddine ALOUI
|
c67ec3a740
|
updazted
|
2024-12-16 21:49:50 +01:00 |
|
Saifeddine ALOUI
|
c0f4d13240
|
Update README.md
|
2024-12-16 20:59:55 +01:00 |
|
Saifeddine ALOUI
|
9a41912b88
|
Update README.md
|
2024-12-16 20:54:24 +01:00 |
|
Saifeddine ALOUI
|
883a67903c
|
Update README.md
|
2024-12-16 20:41:05 +01:00 |
|
Saifeddine ALOUI
|
190694c769
|
Update README.md
|
2024-12-16 13:06:25 +01:00 |
|
Saifeddine ALOUI
|
d6d535234d
|
Merge branch 'HKUDS:main' into main
|
2024-12-16 13:05:42 +01:00 |
|
zrguo
|
a3bf3a58f0
|
Merge pull request #465 from alllexx88/age_graph
Add Apache AGE graph storage
|
2024-12-16 16:21:47 +08:00 |
|
Saifeddine ALOUI
|
d8f4f3eede
|
Added a fastapi service
|
2024-12-16 01:05:49 +01:00 |
|
Alex Potapenko
|
a44aceab1e
|
AGEStorage: fix has_node() and has_edge()
|
2024-12-14 13:37:34 +01:00 |
|
Alex Potapenko
|
25d6939ca3
|
AGEStorage: all queries as multiline strings for consistency
|
2024-12-14 12:49:39 +01:00 |
|
Alex Potapenko
|
05c73bcfd1
|
AGEStorage: fix debug logging, and some cosmetics
|
2024-12-14 12:47:29 +01:00 |
|
Alex Potapenko
|
eb2e6d0d87
|
AGEStorage: fix has_edge(): AGE always returns field names in lower case
|
2024-12-14 12:24:45 +01:00 |
|
Alex Potapenko
|
7564841450
|
Add Apache AGE graph storage
|
2024-12-13 20:41:38 +01:00 |
|
LarFii
|
b7a2d336e6
|
Update __version__
|
2024-12-13 20:15:49 +08:00 |
|
zrguo
|
9cac3b0ed7
|
Merge pull request #462 from JasonGuoo/main
Supporting Zhipu AI API
|
2024-12-13 20:09:11 +08:00 |
|
Jason Guo
|
e64cf5068f
|
Fix import
|
2024-12-13 19:57:25 +08:00 |
|
zrguo
|
ae0c43b120
|
Merge pull request #464 from billvsme/fix/asyncio.as_completed
Maybe very important!!! Fix embedding error
|
2024-12-13 17:17:37 +08:00 |
|
billvsme
|
a788c78197
|
keep tqdm_async work
|
2024-12-13 16:48:22 +08:00 |
|
Jason Guo
|
6a0e9c6c77
|
Modify the chat_complete method to support keywords extraction.
|
2024-12-13 16:18:33 +08:00 |
|
billvsme
|
cf0278ca43
|
The asyncio.as_completed() function does not guarantee that the results are ordered
|
2024-12-13 15:42:41 +08:00 |
|
zrguo
|
b7552f35aa
|
Merge pull request #461 from tjyiiuan/main
fix: update operate.py
|
2024-12-13 15:10:53 +08:00 |
|
zrguo
|
3de02457ff
|
Merge pull request #458 from ChenZiHong-Gavin/fix-variable-name
fix: fix variable name(entitiy->entity)
|
2024-12-13 15:08:44 +08:00 |
|
Jiyu Tian
|
aac26b086e
|
fix: update operate.py
1. 避免变量在赋值之前就被引用
2. 解决未找到entity返回None导致的unpack问题
|
2024-12-12 15:47:57 -05:00 |
|
chenzihong
|
e9107a67c3
|
fix: fix variable name(entitiy->entity)
|
2024-12-12 23:59:40 +08:00 |
|