open-webui/backend/open_webui/retrieval
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
..
loaders enh: PDF_LOADER_MODE 2026-01-21 23:51:36 +04:00
models enh: REQUESTS_VERIFY 2026-01-01 01:27:07 +04:00
vector fix: use keyword argument for IndicesClient.refresh() for opensearch-py 3.x (#21248) 2026-02-09 16:16:44 -06:00
web fix 2026-02-06 03:34:21 +04:00
utils.py refac 2026-02-08 21:24:38 -06:00