This deployment only requires docker to be installed.
Please see installation instructions here.
-
Clone this repository to your local workstation.
-
Review the
docker-compose.yaml
file and.env
- Please see Librechat documentation for configuration
-
To deploy the Open WebUI service and the
pipeline
service:
docker compose up -d
Once completed, you can access the web service on localhost:3080
Use RAG with OpenAI Embedding (default)
- Add the following to oyur
.env
file:
RAG_API_URL=http://host.docker.internal:8000
- If your OpenAI API key is set to “user_provided,” also add this to your .env file to provide an OpenAI API key:
RAG_OPENAI_API_KEY=sk-your-openai-api-key-example
- Create administrator user
- The first user you register will be admin
- This is a local user only, therefore you can use a dummy email (i.e. [email protected])
- Password stored locally.