open-webui/backend/open_webui/retrieval/vector
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
..
dbs Added a query method for OpenSearch vector db. 2025-02-06 12:04:14 +05:30
connector.py
main.py