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
hobzyx
07/08/2025, 9:10 PM
api and tools
hobzyx
07/08/2025, 9:10 PM
you can use tools to search knowledge bases
a
Ahmer
07/09/2025, 1:52 PM
@User Can you please provide some examples? Or Explain it in detail?
h
hobzyx
07/09/2025, 5:26 PM
https://www.youtube.com/watch?v=faK6uB10ROw▾
hobzyx
07/09/2025, 5:26 PM
just watch this bro
a
Ahmer
12/11/2025, 3:08 PM
@User I want to know is there any feature of vapi that I can use to uplaod document during the call?
Ahmer
12/11/2025, 3:26 PM
@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
Chiranjeet Mishra
01/09/2026, 5:54 PM
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.