Replies: 3 comments 4 replies
-
I'm confused. Your vector database doesn't have any connection with any documents. Why do you use the vector database then for? |
Beta Was this translation helpful? Give feedback.
-
Maybe starting from scratch (including building a new vector database in pinecone) would do the trick? |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your inputs. I think I figured what the problem is. The Flowise configuration is sending the user message + chat history as a standalone question/query to the retrieval database and then sending the retrieval docs + user message + chat history +general chatbot instructions to OpenAI's API to get the response. The problem here is that the general chatbot instructions also need to be incorporated in the query for retrieval otherwise the retrieval is ineffective. My hunch is that this will affect a lot of other use cases as well. I will need to do some custom coding I guess to fix this configuration, but if other users also face this problem, it would be worth considering this as a feature request. Pls share your views/experiences. I will post this on discord as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Flowise community,

I need help with an issue. I’m running my AI chatbot on my website off the github.com/FlowiseAI/Flowise forked from the latest commit (deployed on Render cloud) and embedding the chatbot with the HTML embed code given after creating your chatflow on Flowise. The problem I’m having is that after the recent commits, the chatbot is not referring my pinecone vector database when providing responses to user prompts. It is coming up with it’s own responses with no relation to the vector database. I rechecked the chatflow and everything seems configured. Screenshot given.
I tried a standalone chatflow hosted from localhost and the retrieval is a little better but not comprehensive.
Please advise what the issue could be – is it a problem with render cloud. I checked the status and it seemed fine.
Beta Was this translation helpful? Give feedback.
All reactions