Hi this is in the docs
You can easily plug your RAG system with Vapi through function calling or using a custom LLM implementation.
Any working examples of RAG with VAPI? Specifically langchain or anything as can’t find any details thx
s
SANAVA
04/09/2024, 12:12 PM
yes, I did! its working great
SANAVA
04/09/2024, 12:13 PM
t
thenumu
04/09/2024, 1:27 PM
Hey thanks for this! Can I ask what the Vapi agent code looks like? I’m working my way through the Vapi docs…
Interested in the VAPI function code as want to implement langchain calls thanks
s
SANAVA
04/09/2024, 4:18 PM
I just created an assistantant in vapi,created a function "knowledgebase" with the property "question" and prompted the assistant to call this function whenever a question about the company is asked.
SANAVA
04/09/2024, 4:19 PM
so there is no code in my case
t
thenumu
04/10/2024, 6:40 AM
Thanks for replying...Will check out this approach
a
Abhi
04/10/2024, 10:08 AM
Thanks @SANAVA so you have created a pinecone for company Info ? Or does it have more than company info like product, services, prices etc.. just curious if one rag function is sufficient or need to build more than one function
s
SANAVA
04/10/2024, 10:48 AM
i have all the info about the company saved in an airtable and just uploaded that into a vector db