Replies: 1 comment 2 replies
-
If your docs are static, you may want to consider a data store such as an S3 Bucket and have pinecone (or vector DB of choice) draw from there. It can make document management less painful. Neo4J is doing some really interesting work in this market, and at a PoC level is inexpensive. Out of curiosity, can your bot create issue tickets? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am new to Flowise but have been eagerly anticipating using it ever since I saw a demo a few months ago.
I am working on a simple customer service chatbot that is pre-loaded with the company's website information and other documents. Right now, I am thinking of connecting two document stores for the upsert: 1) Cheerio web scraper, and 2) Pinecone index. I will load the client's documents into Pinecone <-- open to other ideas if that is not right!
My main question is what agent node do you use for these types of chatbots? The "Conversational Retrieval Agent" was the recommended node but I don't it as an option for agent flows or chat flows. What agent node would work best for this type of application if that one is no longer available?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions