Skip to content

Commit

Permalink
Update vectors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
generall authored Sep 19, 2024
1 parent 6619392 commit 6dd00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant-landing/content/documentation/concepts/vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
},
)
Expand Down

0 comments on commit 6dd00c1

Please sign in to comment.