open-webui/backend/open_webui/retrieval/vector/dbs
Vineeth B V fd6b039859
Added a query method for OpenSearch vector db.
- This PR aims to address the error 400: "**'OpenSearchClient' object has no attribute 'query'**".
- With the implemented query() method, this issue should be resolved and allow uploaded documents to be vectorized and retrieved based on the given query.
2025-02-06 12:04:14 +05:30
..
chroma.py
milvus.py Milvus: new optional config var, MILVUS_TOKEN 2025-01-31 17:01:00 -05:00
opensearch.py Added a query method for OpenSearch vector db. 2025-02-06 12:04:14 +05:30
pgvector.py
qdrant.py