mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
issue: elasticsearch.BadRequestError: BadRequestError(400, 'None') #5612
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bulolo on GitHub (Jun 22, 2025).
Originally assigned to: @jackthgu on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
helm ,linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
success to upload file and use es
Actual Behavior
error when with es
Steps to Reproduce
install by helm and set VECTOR_DB to elasticsearch
Logs & Screenshots
Additional Information
@jackthgu commented on GitHub (Jun 29, 2025):
Hello, @bulolo
Currently, the ElasticSearch version used by open webui is 0.9.1.
To support your desired ElasticSearch version,
you will need to perform the following dependency replacements:
Please note that the Elasticsearch Python client version 9.x does not yet support the compatibility_mode=True option.
I'm not aware of an automatic way to switch the header to version 8.
It might be helpful to consider implementing error messages that account for version mismatches between the Elasticsearch client and the engine. @tjbck
Please make sure to test this and leave a reply indicating whether it was successful or if you encountered issues. This helps with issue management.
Thank you for your valuable testing.
Jack.