cURL
curl --request PUT \ --url 'https://{{baseurl}}/collections' \ --header 'Content-Type: application/json' \ --data ' { "name": "sift1m", "vector_config": { "size": 128, "index_type": "IVFPQ", "on_disk": true }, "optimizer_config": {} } '
{ "response": "ok", "status": "OK" }
OK
The response is of type object.
object
Was this page helpful?