الحصول على معلومات متجر المتجهات

get

Retrieve information about the vector store associated with the API key.

Header parameters
x-api-keystringRequired

The API key for authentication.

Responses
chevron-right
200

Vector store information retrieved successfully.

application/json
idstringOptional

The ID of the vector store.

namestringOptional

The name of the vector store.

descriptionstringOptional

Description of the vector store.

embedding_modelstringOptional

The embedding model used.

indexing_algorithmstringOptional

The indexing algorithm used.

vector_dimensionintegerOptional

The dimension of the vectors.

search_metricstringOptional

The search metric used.

createdstring · date-timeOptional

Creation timestamp.

modifiedstring · date-timeOptional

Modification timestamp.

get
/vector-stores/me
200

Vector store information retrieved successfully.

طلبات مثال

curl -X GET \
  https://api.rememberizer.ai/api/v1/vector-stores/me \
  -H "x-api-key: YOUR_API_KEY"
circle-info

استبدل YOUR_API_KEY بمفتاح واجهة برمجة التطبيقات الخاص بك في Vector Store.

تنسيق الاستجابة

المصادقة

تتطلب هذه النقطة النهائية المصادقة باستخدام مفتاح API في رأس x-api-key.

ردود الأخطاء

رمز الحالة
الوصف

401

غير مصرح - مفتاح API غير صالح أو مفقود

404

غير موجود - لم يتم العثور على متجر المتجهات

500

خطأ في الخادم الداخلي

تسترجع هذه النقطة النهاية معلومات حول متجر المتجهات المرتبط بمفتاح API المقدم. إنها مفيدة للتحقق من تفاصيل التكوين، بما في ذلك نموذج التضمين، والأبعاد، ومقياس البحث المستخدم. يمكن أن تكون هذه المعلومات قيمة لتحسين استعلامات البحث وفهم قدرات متجر المتجهات.

Last updated