Trieve ( Depracated )
When will this be implemented? Can you suggest alternatives? Or Is your Knowledge Base working efficiently now?

⤵️ Mention @Vapi Support Bot for follow-ups 🐥
curl --location 'https://api.vapi.ai/knowledge-base' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_VAPI_API_KEY' \
--data '{
"provider": "custom-knowledge-base",
"server": {
"url": "https://your-domain.com/kb/search",
"secret": "your-webhook-secret"
}
}'