Knowledge bases
Create a knowledge base
Creates an empty knowledge base. Add content to it by creating sources and attaching them. Requires a token with write access.
POST
Create a knowledge base
Authorizations
Personal access token. See Authentication.
Body
application/json
Display name.
The embedding model used to vectorize content.
Available options:
text-embedding-3-small, text-embedding-3-large The dimensionality of the embeddings.
Available options:
768, 1536, 3072 Optional description.
Response
The created knowledge base.
Unique knowledge base ID.
Your organization ID.
Display name.
Optional description.
The embedding model used to vectorize content.
Available options:
text-embedding-3-small, text-embedding-3-large The dimensionality of the embeddings.
Available options:
768, 1536, 3072 Number of sources attached.
Create a knowledge base

