Questions tagged [flowise]
3 questions
0
votes
1 answer
embedding flowise AI chatbot into my react app
Hello everyone im trying to embedd a chat bot into my app the following way:
import { BubbleChat } from 'flowise-embed-react'
const Chatbot = () => {
return (
0
votes
0 answers
"Permission Denied" on Mac while running Flowise locally
I installed Flowise by following the Quick Start on Github:
npm install -g flowise
Then I used this command to start the local server:
npx flowise start
But ran into this error:
sh: /opt/homebrew/bin/flowise: Permission denied
Can anyone help me…

Zabih Ullah
- 11
- 4
-1
votes
0 answers
Custom chatbot built using langchain+Flowise+Pinecone+Render is super slow
I've built a chatbot using Flowise and Pinecone and using render to run my chatbot. I have it embedded on a mockup site I build to test the chatbot on. The response time when I ask questions is very slow.
I have one flow (Flow 1) to upsert the…

3dots
- 1