Document upload with voice bot and chatbot
# support
a
I want to build a web app where user can either use voice call and chat feature. I want the customer to uplaod the documents and Vapi handles the document provide the relevant context to the bot and generate answer based on user query. Can I do it with Vapi. If yes, then can you please explain it?
h
api and tools
you can use tools to search knowledge bases
a
@User Can you please provide some examples? Or Explain it in detail?
h

https://www.youtube.com/watch?v=faK6uB10ROw

just watch this bro
a
@User I want to know is there any feature of vapi that I can use to uplaod document during the call?
@User I have one more question: If I want to use the tool feature of Vapi, to create a tool for each specific document, then how can I set the description at run time, as each user can uplaod different types of documents.
c
If the documents keep changing according to the user, so you can just make a service in your backend which parses the whole pdf for the data and then that data can be set as a variable for the prompt to use so that the context or the knowledge for the agent keeps changing.
3 Views