Get Index
This endpoint returns the data associated to a index.
1 min read
get/vector/index/{id}
Request example
Response
get/vector/index/{id}
Authorization
Path parameters
The unique ID of the index to fetch
Responses
application/json
200
Index retrieved successfully
The associated ID of the owner of the index
Unique ID of the index
The name of the index
Similarity function that's used to calculate the distance between two vectors
Options:
COSINEEUCLIDEANDOT_PRODUCTThe amount of values in a single vector
The predefined embedding model to vectorize your plain text
Options:
BGE_SMALL_EN_V1_5BGE_BASE_EN_V1_5BGE_LARGE_EN_V1_5BGE_M3The sparse embedding model to be used for indexes
Options:
BM25BGE_M3The REST endpoint of the index
The REST authentication token for the index
The REST authentication read only token for the index
The region where the index is currently deployed
Options:
eu-west-1us-east-1us-central1The number of maximum that your index can contain
The number of maximum update operations you can perform in a day. Only upsert operations are included in update count.
The number of maximum query operations you can perform in a day. Only query operations are included in query count.
The maximum amount of monthly bandwidth for the index. Unit is bytes. -1 if the limit is unlimited.
The number of maximum write operations you can perform per second. Only upsert operations are included in write count.
The number of maximum query operations you can perform per second. Only query operations are included in query count.
The number of maximum vectors in a read operation. Query and fetch operations are included in read operations.
The number of maximum vectors in a write operation. Only upsert operations are included in write operations.
The amount of maximum size for the total metadata sizes in your index.
Monthly pricing of your index. Only available for fixed and pro plans.
The creation time of the vector index in UTC as unix timestamp.