mirror of
https://github.com/open-webui/open-webui
synced 2025-05-16 19:43:42 +00:00
1.2 KiB
1.2 KiB
Setup
- This addresses the setup process between only Open-WebUI and OpenSearch.
- This does not get into the details regarding Ollama, OpenAI, or their models.
Steps
Docker pull
the images for OpenSearch and Open-WebUI- Setup a docker network as these services need to be on the same network to interact with each other correctly. For more info, refer to Creating a docker network
- For the setup process of OpenSearch, refer to OpenSearch docker setup
- To set Open-WebUI to use OpenSearch as the vector database, refer to Open-WebUI RAG setup and OpenSearch environment variables
- Ensure that both OpenSearch and Open-WebUI are running within the same docker network by specifying the same in your
docker run
command
Short note
- While performing the setup process, it is recommended to use OpenSearch with SSL enabled as some functionalities will not work on HTTP, but rather on HTTPS, even if not explicitly mentioned.