hosting

GET /v1/vector/indexes/{indexId}

One vector index.

Tüm hosting uç noktaları

Kimlik Doğrulama

Bearer token olarak bir API anahtarı gönderin. Anahtar vector.view iznine sahip olmalıdır; bu izne sahip olmayan bir anahtar 404 ile değil, 403 ile reddedilir.

Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.

Dene

Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.

curl -X GET https://api.zinndigital.com/v1/vector/indexes/{indexId} \
  -H "Authorization: Bearer zdk_live_…"

Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın

Ayrıntılar

One index belonging to this organisation. Requires `vector.view`.

Parametreler

AdTürZorunluNe olduğu
indexId (path)stringEvetThe index's id.

Yanıt

AdTürZorunluNe olduğu
idstringEvet
namestringEvetLower-case, hyphenated, unique within the organisation.
dimensionintegerEvetThe width your embedding model emits, and the width reads return. Fixed at creation.
metricstring<cosine, l2, inner_product>EvetThe distance function. Fixed at creation.
statusstring<ready, deleting>Evet
vectorsintegerEvetHow many vectors the index holds.
storage_bytesintegerEvetWhat the index counts for against `vector_index_gb`. A published formula rather than a physical table size, so it is reproducible: 96 bytes of row overhead, plus the stored widt…
created_atstringEvet

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404 · 429