MENU

Fun & Interesting

Troubleshooting VAPI Knowledge Base Issues 🔧 February 2025

DataSolve 912 lượt xem 3 months ago
Video Not Working? Fix It Now

On February 5, 2025 VAPI made some changes to their knowledge base that affected many users.

In this video, I explain how to reconnect your assistants to the knowledge bases again as simply as possible using Postman.

Make sure to add the headers as well.
API Calls Used:

**POST Create Knowledge Base**
{
"provider": "trieve",
"createPlan": {
"type": "create",
"chunkPlans": [
{
"fileIds": [
"ENTER KNOWLEDGE BASE ID"
],
"websites": [],
"splitDelimiters": []
}
]
},
"name": "ENTER NEW KNOWLEDGE BASE NAME"
}

**PATCH Update Assistant**

I am unable to add links to YouTube at the moment so please find the API Documentation in a Google Search

**Headers**
Key: Content-Type
Value: application/json

Comment