open-webui/backend/open_webui/retrieval/vector
Varun Chawla 9b1fd86aa7
fix: use keyword argument for IndicesClient.refresh() for opensearch-py 3.x (#21248)
In opensearch-py >= 3.0.0, IndicesClient.refresh() no longer accepts the
index name as a positional argument. This causes a TypeError when
uploading documents to knowledge bases with OpenSearch backend.

Changes positional arguments to keyword arguments (index=...) in all
three refresh() calls in the OpenSearch vector DB client.

Fixes #20649
2026-02-09 16:16:44 -06:00
..
dbs fix: use keyword argument for IndicesClient.refresh() for opensearch-py 3.x (#21248) 2026-02-09 16:16:44 -06:00
factory.py openWebUI supports openGauss vector store (#20179) 2025-12-26 18:32:05 +04:00
main.py enh: kb metadata search 2026-01-09 22:21:00 +04:00
type.py openWebUI supports openGauss vector store (#20179) 2025-12-26 18:32:05 +04:00
utils.py enh/fix: filter content metadata 2025-09-28 20:17:27 -05:00