Replies: 1 comment
-
|
Two issues here — slow response + document not reading: 1. Slow response fixes:
2. Document upload not working:
Debug steps:
Embedding code check: <script type="module">
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js";
Chatbot.init({
chatflowid: "your-id",
apiHost: "https://your-flowise.cloud",
// Ensure streaming is enabled
streaming: true,
});
</script>We deploy embedded Flowise at Revolution AI — the warmup ping + streaming mode makes a big difference. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I embedded the agent flow to a website. first the chatbot takes too much time to reply, second even if i upload a document it doesnt read. I have flowise free account. any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions