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

[Feature Request]: Dynamically set the default vector database #1101

Open
2 tasks done
pengjunfeng11 opened this issue Mar 17, 2025 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@pengjunfeng11
Copy link
Contributor

pengjunfeng11 commented Mar 17, 2025

Do you need to file a feature request?

  • I have searched the existing feature request and this feature request is not already filed.
  • I believe this is a legitimate feature request, not just a question or bug.

Feature Request Description

When I follow official example to initializing light_rag, if I only fill in the parameters of graph_storage, even though my graph_storage supports vector db's functionality (such as age), light_rag still uses the default nano_vector as entities_db for low_level_keyword query.This is unfriendly to users because it will directly report an error

Additional Context

No response

@pengjunfeng11 pengjunfeng11 added the enhancement New feature or request label Mar 17, 2025
@danielaskdd
Copy link
Collaborator

Try to use the API Server and follow the README to select storage implementation of: KV、vector、graph and doc_status. You can explore the lightrag-server.py for how to setup storage if you like to integrate LightRAG core in your project.

https://github.com/HKUDS/LightRAG/blob/main/lightrag/api/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants