Endpoints
Index Info
Returns some information about the index.
GET
Info will be updated eventually, so it might take some time to see the effect of changes in this endpoint.Documentation Index
Fetch the complete documentation index at: https://upstash-partnerstash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
This request doesn’t require any additional data.Response
The number of vectors in the index, that are ready to use. This is the total
number of vectors across all namespaces.
The number of vectors in the index, that are still processing and not ready to
use. This is the total number of pending vectors across all namespaces.
The total size of the index, in bytes.
Dimension of the vectors.
Name of the similarity function used in indexing and queries.
Type of the index. Possible values:
"DENSE", "SPARSE", "HYBRID"Information about the dense vector index configuration.
Information about the sparse vector index configuration.
Map of namespace names to namespace .
Every index has at least one namespace called default namespace, whose name is the empty string
"".