Replies: 1 comment
-
|
Before, in Vanna 0.6.7, I used Vanna to generate plotly data which I sent to the frontend where react-plotly.js rendered it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am aware of the section in the docs (https://vanna.ai/docs/placeholder/deployment/fastapi) which has a section called "Adding to an Existing FastAPI App".
However, that registers vanna's endpoints like
/,/api/vanna/v2/chat_sse,/api/vanna/v2/chat_poll.I wanted to use my own UI for chatting with Vanna LLMs instead of it "hijacking" my
/.Is that possible?
How would it be done?
For example, here is my example endpoint which allows users to upload a CSV file and a query:
How would I utilize vanna to accomplish what user says here, for example: "Graph top 10 countries by GDP" ?
To me, it seems like
ChatHandler'shandle_streamshould be used, but I don't see an example of that usecase.Beta Was this translation helpful? Give feedback.
All reactions