Pipeline from OpenWebUi to FastApi Server #390
Unanswered
Blainstorm2015
asked this question in
Q&A
Replies: 1 comment
-
To create a pipeline where OpenWebUI interacts with a FastAPI server, here's a high-level approach to get you started: Step 1: Set Up FastAPI
Step 2: Connect OpenWebUI to FastAPIOpenWebUI likely interacts with the backend through WebSocket or API calls. To integrate:
Step 3: Testing Communication
Step 4: Enhance the PipelineOnce basic communication works:
Debugging and Searching ResourcesIf you encounter challenges:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am relatively new to OpenWebUI. Currently, I am working on a project where I want to use OpenWebUI as the front end and a FastAPI server as the backend. The goal of this project is to build an Agent System using CrewAI. The system will leverage data from my database to enrich responses with specific information on various topics.
My current challenge is that I have no idea how to create such a pipeline. To start, I would like my server to simply print out the messages typed into the OpenWebUI frontend. Unfortunately, I haven’t been able to find anyone who has worked on something similar (or maybe I’m just searching in the wrong places).
Has anyone tried something similar or could provide guidance?
Beta Was this translation helpful? Give feedback.
All reactions