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 refac: chroma 2025-01-08 13:18:14 -08:00
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 fix: Pgvector vector column size check was failing on initialization of database 2025-01-07 09:15:13 -08:00
qdrant.py wip: retrieval 2024-12-11 18:05:42 -08:00