List Collections
GET/api/collections/
List collections.
Request
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name Namerequired
text_embedding_model Text Embedding Modelrequired
text_distance_metric object
[
{
"name": "string",
"text_embedding_model": "string",
"text_distance_metric": "cosine"
}
]
Loading...