broad-salmonB

Error creating Trieve dataset (Status 426)

Hi team,

My VAPI account is failing when I try to create a new knowledge base.
The API returns the following error:

{
  "message": "Invalid Knowledge Base Details. Error creating Trieve dataset (Status 426): Your plan must be upgraded to create additional datasets",
  "error": "Bad Request",
  "statusCode": 400
}


I checked the documentation but couldn’t find any details regarding limits on the number of knowledge bases or how to upgrade the plan to support additional datasets.

Could you please clarify:
• What is the current limit for knowledge bases on my plan?
• How can I upgrade to increase this limit?

Here is my org ID: 07c645bc-b098-43c4-b631-7fc5fae7d0c5
Here’s the CURL I’m using to create the knowledge base for reference:
curl --location 'https://api.vapi.ai/knowledge-base' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <redacted>' \
--data '{
  "name": "1d89dee3-d121-4213-901a-097431748427",
  "provider": "trieve",
  "searchPlan": {
    "searchType": "hybrid"
  },
  "createPlan": {
    "type": "create",
    "chunkPlans": [
      {
        "fileIds": ["10865caf-45d4-48a6-9867-a309ad77faf6"],
        "websites": [],
        "targetSplitsPerChunk": 50,
        "splitDelimiters": [".!?\\n"],
        "rebalanceChunks": true
      }
    ]
  }
}'


Thank you in advance! Looking forward to your guidance
Was this page helpful?