Trieve Knowledge Base - API Key
# support
f
I'm trying to setup a Trieve knowledge base to use with a VAPI assistant, but I'm *unable to add my Trieve API key. * [The documentation](https://docs.vapi.ai/customization/bring-your-own-vectors/trieve) says we should be able to add it in the dashboard(https://dashboard.vapi.ai/keys), but there is no section for "Trieve". Unsurprisingly, API requests to create a Trieve knowledge base fail.
Copy code
POST /knowledge-base 
{
  'provider': 'trieve', 
  'vector_store_search_plan': {
    'search_type': 'semantic'
  },
  'vector_store_create_plan': {
    'file_ids': ['file_1']
  }
}
Fails with a HTTP 400:
Copy code
{'message': 'Invalid Knowledge Base Details. Please check the details and try again.', 'error': 'Bad Request', 'statusCode': 400}
Presumably because VAPI doesn't have the API key. Am I missing something here?
v
@falseVacuum It sounds like you're following the correct steps according to the documentation, but if the section for adding a Trieve API key is missing from the dashboard, it could be a temporary issue with the VAPI dashboard interface or a change that hasn't been updated in the documentation. Here's what you can do: 1. Double-check the dashboard to ensure you're not missing the section where you can add the Trieve API key. It might be under a different name or in a different location than you expect. 2. Clear your browser cache or try accessing the dashboard with a different browser to rule out any client-side issues. 3. If the problem persists, reach out to VAPI support directly. They will be able to provide you with the most accurate information and assist you in adding your Trieve API key. In the meantime, if you would like me to assist you further or if you have any other questions, please let me know!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
f
@Shubham Bajaj Yes! It's there now. Thank you so much!
9 Views