Effortless Setup: Install seamlessly using Docker, Kubernetes, or other methods.Ollama/OpenAI API Integration: Effortlessly integrate APIs for versatile conversations alongside LLM models.Pipelines Plugin: Seamlessly integrate custom logic and Python libraries into Open WebUI for endless possibilities.Responsive Design: Enjoy a seamless experience across desktop, laptop, and mobile devices.Local RAG Support: Seamlessly integrate document interactions into your chats.Web Search for RAG: Perform web searches using various providers and inject the results directly into your chat.Image Generation Integration: Seamlessly incorporate image generation capabilities using options like Automatic1111 API or ComfyUI (local), and OpenAI's DALL-E (external).
Install Miniconda: If you don't have it already, download and install Miniconda from the official website, choosing the right version for your operating system.Create an Environment: Open the Miniconda Powershell and create a dedicated environment for Open WebUI with this command:conda create -n open-webui python=3.11 -y Activate the Environment: Activate the environment using:conda activate open-webui Install Open Web UI: Install Open Web UI with this command:pip install open-webui Start the Server: Once everything is installed, type:open-webui serve Access Open WebUI: Open your web browser and paste the localhost URL displayed in your terminal. Create a local account and sign in.
Create a Pipelines Environment: Create a new environment for pipelines with this command:conda create -n pipelines python=3.11 -y Activate the Pipelines Environment: Activate the environment with:conda activate pipelines Clone the Pipelines Repository: Make sure you have Git installed on your system. Then, navigate to your project directory and clone the Pipelines repository with:git clone https://github.com/open-webui/pipelines.git Install Dependencies: Navigate into the directory and install dependencies with this command:pip install -r requirements.txt Start the Pipeline Server: Start the Pipeline server with:./start.bat (Windows) or ./start.sh (Linux). Open WebUI Admin Panel: In Open WebUI, go to your profile, then the Admin panel followed by the Settings icon.Configure OpenAI API: Under "Connections", in the "OpenAI API" section, add a new entry. Paste the Pipelines URL from the Pipelines repo into the API Base URL and API key fields.Configure Pipelines: Scroll down to "Pipeline Settings". The pipelines URL should auto-populate.Install Anthropic Manifold Script: Download the Anthropic manifold script (link in the description or find it in the Pipelines repo), and upload it in the "Upload Pipeline" section.Add Anthropic API Key: Once the manifold has installed, you'll see a new field asking for your Anthropic API key. Create a new API key on the Anthropic website, copy it, and paste it in the API key field. Save the settings.
Create New Chat: Create a new chat session and select the Claude 3.5 model.Open Artifacts Tab: Locate the three dots in the top right corner and click "Artifacts."
Ask and Explain: You can highlight parts of the code and click "Ask" to pose questions to the model or "Explain" for more detailed information.Chat Overview: Click the three dots and select "Overview" to view your chat history in a zoomable mesh grid.
Open-WebUI Pipelines Github - https://github.com/open-webui/pipelines
Open-WebUI Github - https://github.com/open-webui/open-webui
Anthropic Manifold Script File - https://drive.google.com/file/d/1mnp2klmPD703UR0cSoLlSOovN_jOmzBI/view?usp=sharing
0 Comments