Knowledgebases
Create Knowledgebase
Create knowledgebase
POST
/
knowledgebase
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
PDF file to upload
Chunk size for embedding model
Number of top similar nodes to return.
Number of characters which overalap in between neighboring nodes.
Response
200 - application/json
The ID of the knowledgebase
File name of the PDF uploaded
Available options:
created
Status of the knowledgebase. Initially the status would be processing
.
Available options:
processing
, processed
Was this page helpful?