Elastic
04/13/2025, 6:18 PMVapi Support Bot
04/13/2025, 6:20 PMcurl --location 'https://api.vapi.ai/knowledge-base' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--data '{
"name": "knowledge-base-test",
"provider": "trieve",
"vectorStoreSearchPlan": {
"scoreThreshold": 0.1,
"searchType": "hybrid"
},
"vectorStoreCreatePlan": {
"fileIds": ["<FILE_ID>"]
}
}'
[(source)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1329700156827893821)
### 2. Direct Integration with Vapi Files
Utilize Vapi's file management capabilities with customization options:
- Create vector stores using uploaded files within the Vapi ecosystem
- Customize file ingestion, chunking, and rebalancing
- Specify split delimiters and set target splits per chunk
[(source)](https://docs.vapi.ai/changelog/2024/12/3)
### 3. Local Server Setup
Set up a local server to handle knowledge base requests:Vapi Support Bot
04/13/2025, 6:20 PMtargetSplitsPerChunk
to improve relevance
[(source)](https://docs.vapi.ai/knowledge-base/integrating-with-trieve)
### Knowledge Base Optimization
- Organize content into clear categories and use tags effectively
- Implement robust indexing and powerful search functionality
- Regularly review and update content
- Break down information into smaller, digestible pieces
[(source)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336243643043938395)
Is there a specific aspect of these solutions you'd like me to elaborate on further?
Sources:
- [Discord conversation about file size limits](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336243643043938395)
- [Discord conversation about API file retrieval limitations](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339228558438174812)
- [Discord conversation about Vapi API for knowledge base management](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1329700156827893821)
- [Vapi changelog documentation](https://docs.vapi.ai/changelog/2024/12/3)Vapi Support Bot
04/13/2025, 6:20 PMKyle Brunker
04/13/2025, 7:43 PMElastic
04/13/2025, 10:29 PMKings_big💫
04/14/2025, 6:53 AM