벡터 저장소 API
Last updated
Last updated
POST /api/v1/vector-stores/{
"name": "상점 이름",
"description": "상점 설명",
"embedding_model": "sentence-transformers/all-mpnet-base-v2",
"indexing_algorithm": "ivfflat",
"vector_dimension": 128,
"search_metric": "cosine_distance"
}{
"id": "store_id",
"name": "벡터 스토어 이름",
"description": "스토어 설명",
"created": "2023-05-01T00:00:00Z",
"modified": "2023-05-01T00:00:00Z"
}GET /api/v1/vector-stores/configs