Namespaces
Warm cache for a namespace
Pre-loads the namespace into the vector store’s cache for faster query performance. Not all vector stores support this operation. Currently only Turbopuffer supports this operation.
POST
TypeScript
Authorizations
Default authentication mechanism
Headers
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
Pattern:
^[A-Za-z0-9]{1,64}$Path Parameters
The id of the namespace (prefixed with ns_)
Example:
"ns_123"
Previous
Retrieve a list of ingest jobsRetrieve a paginated list of ingest jobs for the authenticated organization.
Next
TypeScript