LightRAG/lightrag
Samuel Chan 1998a5b204 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	README.md
2025-01-11 10:40:09 +08:00
..
api applyed linting 2025-01-04 02:23:39 +01:00
kg Revised the postgres implementation, to use attributes(node_id) rather than nodes to identify an entity. Which significantly reduced the table counts. 2025-01-11 09:30:19 +08:00
__init__.py Update __init__.py 2025-01-06 15:43:05 +08:00
base.py feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval 2024-12-28 11:56:28 +08:00
lightrag.py Add custom chunking function. 2025-01-09 17:20:24 +05:30
llm.py fix: fix formatting issues 2024-12-31 01:33:14 +08:00
operate.py Add custom chunking function. 2025-01-09 17:20:24 +05:30
prompt.py feat: 增强知识图谱关系的时序性支持 2024-12-29 15:25:57 +08:00
storage.py fix linting errors 2024-12-31 17:32:04 +08:00
utils.py Some enhancements: 2025-01-06 12:50:05 +08:00