LightRAG/lightrag
Magic_yuan aaaf617451 feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval
- Add 'mix' mode to QueryParam for hybrid search functionality
- Implement mix_kg_vector_query to combine knowledge graph and vector search results
- Update LightRAG class to handle 'mix' mode queries
- Enhance README with examples and explanations for the new mix search mode
- Introduce new prompt structure for generating responses based on combined search results
2024-12-28 11:56:28 +08:00
..
api fixed linting 2024-12-26 23:39:10 +01:00
kg feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
__init__.py Update __init__.py 2024-12-26 15:13:24 +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 feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval 2024-12-28 11:56:28 +08:00
llm.py Refactor code formatting and update requirements for improved clarity and consistency 2024-12-24 09:56:33 +01:00
operate.py feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval 2024-12-28 11:56:28 +08:00
prompt.py feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval 2024-12-28 11:56:28 +08:00
storage.py feat(lightrag): Add document status tracking and checkpoint support 2024-12-28 00:11:25 +08:00
utils.py Update utils.py 2024-12-26 22:09:46 +08:00