24 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
85
views
Flowise Chat History
Is there some way we can override a sessionId from our side in a flowise embeddding into HTML? We are not able to pull chat history every time for the same user because it is creating a new user id ...
0
votes
0
answers
61
views
flowise documentation library openAIEmbeddingCustom and weaviate how to work
I want to know why when I use the openai custom embedding model to call bge-m3 to generate a 1024-dimensional vector, when I update the text block in the document library in flowise and store it in ...
0
votes
0
answers
33
views
Flowise doesn't show side bar
Left panel and buttons are missing in flowise
I'm not a programmer, and I wanted to learn flowise. I finally succeeded launching it, but now I'm getting a screen that says Chatflows, but left panel ...
0
votes
0
answers
109
views
What's the reason I get a blank screen while uploading a Json to Flowise?
I have been recently trying to do a multiagent project that to summarize, consists on:
Through an user input (often a query), the first agent will be dedicated to making the input more suitable for ...
1
vote
0
answers
574
views
MCP SDK Tool Parameter Validation Error - "Expected object, received string" with Zod Schema (Works in Cursor, Fails in Flowise)
I'm implementing custom tools using the Model Context Protocol (MCP) SDK with Zod schema validation. The tools work perfectly in Cursor AI, but I get parameter validation errors when using them in ...
0
votes
0
answers
68
views
Flowise embedded in Oauth React not recognizing authentication status
I have a NodeJS application with Google OAuth/passport authentication. The endpoint /auth/status returns true if logged in, and false if not.
In the React frontend is an embedded Flowise chatbot that ...
0
votes
0
answers
162
views
Save conversation history in the Flowise AgentFlow
I am working on integrating Flowise with WhatsApp chatbots.
Right now, I’m facing a challenge: keeping the conversation history using AgentFlow. It doesn’t seem to have a built-in way to handle this.
...
0
votes
1
answer
98
views
Using different vector stores based on a variable in Flowise
In Flowise, I would like to use different vector stores (or at least collections) based on a variable, that was passed through the API.
I couldn't find a way with If-Else or Custom-Javascript ...
1
vote
0
answers
155
views
NPM Dependency error During Flowise AI Deployment to SAP BTP Cloud Foundry
We are currently working on deploying the Flowise AI application to SAP BTP Cloud Foundry and are facing an issue during the deployment process. I’m hoping someone here can help with insights or ...
0
votes
0
answers
835
views
Flowise Error: Expected content-type to be text/event-stream, Actual: application/json; charset=utf-8
I am creating a RAG app using Flowise for a client and when testing it embedding the chat on my clients website I get the following error:
Error: Expected content-type to be text/event-stream, Actual: ...
0
votes
0
answers
733
views
Upload document into Flowise AI via API endpoint
I have an OpenSAAS (react) application, and a Flowise flow with document uploader and Supabase vector store. The chatbot is currently embedded on the website just fine. I added an upload button for ...
0
votes
1
answer
139
views
Webhook Datastructure at Make.com for Flowise to Discord prompt triggered messages
I'm currently trying to create a Chatflow in Flowise where the user can speak to a LLM and be able to ask it to send a message to Discord by connecting the two via Webhook in a Make.com Scenario.
I ...
0
votes
2
answers
2k
views
Issue with Embedding Chatflow and Passing Parameters to Flowise
I've encountered an issue while trying to embed the Flowise chat within a website and pass parameters via chatflowConfig to the flow, specifically to override the "url" for the API node. ...
0
votes
0
answers
271
views
SQL Server database connectivity for read data
I have a question regarding database connectivity. I'm attempting to connect my chatbot to a local SQL Server database using "SQL Database Chain" but struggling to establish a successful ...
0
votes
1
answer
650
views
mssql connection with flowise
I am running flowise in my localhost. I did install mssql package, but still getting this error:
ConnectionError: Failed to connect to mssql.us.umbhost.net:1433 -
self-signed certificate
although ...