remove non-existing param

This commit is contained in:
generall
2023-06-30 00:24:47 +02:00
parent c58d0766f7
commit 9df7c33bf6
@@ -30,7 +30,6 @@ These settings can be changed at any time by a corresponding request.
PUT /collections/{collection_name}
{
"name": "example_collection",
"vectors": {
"size": 300,
"distance": "Cosine"
@@ -85,7 +84,6 @@ Make sure the vectors have the same size and distance function when setting up t
PUT /collections/{collection_name}
{
"name": "example_collection",
"vectors": {
"size": 300,
"distance": "Cosine"