Search and retrieve relevant chunks from your knowledgebase
Retrieves relevant chunks from your knowledgebase based on a semantic search query.
Your project API key for authentication
The search query to match against the knowledgebase content
Maximum number of results to return. Defaults to 5
Minimum relevance score for chunks to be included. Defaults to 0.3
Example request:
Returns an array of chunks that match the query, ordered by relevance.
Unique identifier for the chunk
The content of the chunk
Length of the chunk content
Example response:
Status Code | Description |
---|---|
400 | Invalid query parameters |
401 | Invalid API key |
404 | Knowledgebase not found |
500 | Internal server error |
Search and retrieve relevant chunks from your knowledgebase
Retrieves relevant chunks from your knowledgebase based on a semantic search query.
Your project API key for authentication
The search query to match against the knowledgebase content
Maximum number of results to return. Defaults to 5
Minimum relevance score for chunks to be included. Defaults to 0.3
Example request:
Returns an array of chunks that match the query, ordered by relevance.
Unique identifier for the chunk
The content of the chunk
Length of the chunk content
Example response:
Status Code | Description |
---|---|
400 | Invalid query parameters |
401 | Invalid API key |
404 | Knowledgebase not found |
500 | Internal server error |