-
Notifications
You must be signed in to change notification settings - Fork 221
feat(vectordb): adding qdrant vector db support #137
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
base: main
Are you sure you want to change the base?
feat(vectordb): adding qdrant vector db support #137
Conversation
Bug Report
Comments? Email us. |
Your mrge subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use mrge. |
Bug ReportName: Inadequate validation of QDRANT_PORT in configuration Comments? Email us. |
8e12225
to
44470d1
Compare
Bug Report
Comments? Email us. |
Bug Report
Comments? Email us. |
44470d1
to
7970d12
Compare
Bug Report
Comments? Email us. |
Bug Report
Comments? Email us. |
7970d12
to
386c9e6
Compare
Bug Report
Comments? Email us. |
Bug ReportNo bugs found. Comments? Email us. |
386c9e6
to
143d24a
Compare
Bug Report
Comments? Email us. |
Bug Report
Comments? Email us. |
143d24a
to
f725450
Compare
Bug Report
Comments? Email us. |
Bug Report
Comments? Email us. |
# Conflicts: # core/api.py # Conflicts: # core/api.py
# Conflicts: # core/api.py # Conflicts: # core/api.py
062e751
to
4b151a2
Compare
@@ -106,13 +106,16 @@ storage_path = "./storage" | |||
|
|||
[vector_store] | |||
provider = "pgvector" | |||
# provider = "qdrant" | |||
qdrant_host = "localhost" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these should also be commented out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the provider is not set to Qdrant, those values will not be use. So I think there is no harm just to leave it there.
Otherwise the config struct must be changed to optional
Adding support for Qdrant as vector db backend