mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 06:28:30 +02:00
Merge pull request #205 from qdrant/errors-in-collections
remove non-existing param
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user