diff --git a/qdrant-landing/content/documentation/concepts/vectors.md b/qdrant-landing/content/documentation/concepts/vectors.md index f08f45640..66291f032 100644 --- a/qdrant-landing/content/documentation/concepts/vectors.md +++ b/qdrant-landing/content/documentation/concepts/vectors.md @@ -1409,7 +1409,7 @@ client.create_collection( ), sparse_vectors_config={ "text": models.SparseVectorParams( - index=models.SparseIndexConfig(datatype=models.Datatype.FLOAT16) + index=models.SparseIndexParams(datatype=models.Datatype.FLOAT16) ), }, )