docs auto-sync

This commit is contained in:
qdrant
2022-10-02 08:20:03 +00:00
parent ff71adc9bb
commit 57896918b9
@@ -60,7 +60,7 @@ First - let's create a collection with dot-production metric.
curl -X PUT 'http://localhost:6333/collections/test_collection' \
-H 'Content-Type: application/json' \
--data-raw '{
vectors: {
"vectors": {
"size": 4,
"distance": "Dot"
}