Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lightrag): Implement mix search mode combining knowledge graph a… #523

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

magicyuan876
Copy link
Contributor

…nd 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

…nd 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
@LarFii LarFii merged commit aad3b6f into HKUDS:main Dec 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants