Welcome to Open WebUI with OpenAI API and RAG! This guide will help you download and run the application smoothly.
Before you begin, ensure you have the following tools set up.
docker --version
docker compose version
You will need an OpenAI API key to use this application:
Follow these steps to set up and run the application.
Visit the following link to get the latest version of openweb_rag:
Download from the Releases Page
Once the download is complete, extract the files from the downloaded archive.
Navigate to the folder where you extracted the files using your terminal application.
You need to set the OpenAI API key in your environment. Use the following command to set it:
export OPENAI_API_KEY="your_openai_api_key"
Replace "your_openai_api_key" with your actual key.
To start the application, run this command in your terminal:
docker-compose up
This command will initialize all necessary services.
Open your web browser and go to:
http://localhost:8080
You will see the Open WebUI interface.
Hereβs what you can do with openweb_rag:
If you face issues during installation or running the application, consider the following:
You can check the terminal for logs to debug issues. Please ensure Docker is running properly.
For further assistance, feel free to open an issue on the GitHub page or contact our support team. Weβre here to help.
Donβt forget to download the latest version of openweb_rag here:
Download from the Releases Page