- 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 |
||
|---|---|---|
| .. | ||
| api | ||
| kg | ||
| __init__.py | ||
| base.py | ||
| lightrag.py | ||
| llm.py | ||
| operate.py | ||
| prompt.py | ||
| storage.py | ||
| utils.py | ||