Hi
I have usecase where chatbot should respond with data for particular customer. So we have thousands of customers each with similar documents. Chatbot should take/filter input customer and give answers from documents of that particular customer ignoring other customers similar documents. How to develop this. Currently I am using vertex ai agent builder with chat option and datastore connecting to cloud storage bucket where I am storing documents. How to partition documents based on customer
Hi @shital1,
I understand that you want to develop a chatbot that can filter or provide answers by referencing the documents of individual customers.
Here are possible approaches you can try that might help you achieve using Google Cloud Services:
You can refer to this documentation for more detailed information regarding Vertex AI Agent Builder.
I hope the above information is helpful.