mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
NO valves to update #2857
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 @tanishachoudhary on GitHub (Nov 28, 2024).
I am integrating my custom rag via pipeline to openwebui.
Connection is successfully verified and pipeline url is: http://host.docker.internal:9099
but when I am uploading my python file it is showing valves to update, and pipelined not detected.
here is my python code:
from typing import List, Union, Generator, Iterator
import os
import asyncio
from pydantic import BaseModel
class Pipeline:
class Valves(BaseModel):
LLAMAINDEX_OLLAMA_BASE_URL: str
LLAMAINDEX_MODEL_NAME: str
LLAMAINDEX_EMBEDDING_MODEL_NAME: str