List Knowledge Bases
Authorizations
Retrieve your API Key from Dashboard [blocked].
Query Parameters
This is the maximum number of items to return. Defaults to 100.
0 <= x <= 1000This will return items where the createdAt is greater than the specified value.
This will return items where the createdAt is less than the specified value.
This will return items where the createdAt is greater than or equal to the specified value.
This will return items where the createdAt is less than or equal to the specified value.
This will return items where the updatedAt is greater than the specified value.
This will return items where the updatedAt is less than the specified value.
This will return items where the updatedAt is greater than or equal to the specified value.
This will return items where the updatedAt is less than or equal to the specified value.
Response
- TrieveKnowledgeBase
- CustomKnowledgeBase
This knowledge base is provided by Trieve.
To learn more about Trieve, visit https://trieve.ai.
trieve This is the id of the knowledge base.
This is the org id of the knowledge base.
This is the name of the knowledge base.
This is the searching plan used when searching for relevant chunks from the vector store.
You should configure this if you're running into these issues:
- Too much unnecessary context is being fed as knowledge base context.
- Not enough relevant context is being fed as knowledge base context.
This is the plan if you want us to create/import a new vector store using Trieve.