Skip to content

Commit

Permalink
Update vectors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Nov 26, 2024
1 parent c277c71 commit 84c92e6
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 @@ -1043,7 +1043,7 @@ client
.setDistance(Distance.Cosine)
.build()))))
.setSparseVectorsConfig(SparseVectorConfig.newBuilder().putMap(
"text", SparseVectorParams.getDefaultInstance()))
"text-sparse", SparseVectorParams.getDefaultInstance()))
.build())
.get();
```
Expand Down

0 comments on commit 84c92e6

Please sign in to comment.