Vector Search

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
querystringRequired
top_kintegerOptional1-50Defaults to 5
file_idslist of strings or nullOptional
Restrict to these file IDs
filtermap from strings to any or nullOptional

Match on any metadata key/value pairs

date_frominteger or nullOptional

Unix timestamp — only chunks created after this

date_tointeger or nullOptional

Unix timestamp — only chunks created before this

Response

Successful Response
resultslist of objects

Errors

422
Unprocessable Entity Error