Skip to content

Commit 899fff3

Browse files
jcodellagahl-levy
andauthored
Update articles/cosmos-db/mongodb/vcore/vector-search.md
Co-authored-by: Gahl Levy <[email protected]>
1 parent d9eacd4 commit 899fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To perform vector similiarity search over vector properties in your documents, y
3030

3131
### Create a vector index using HNSW
3232

33-
You can create (Hierarchical Navigable Small World) indexes on M40 cluster tiers and higher. To use create the HSNW index, you need to create a vector index with the `"kind"` parameter set to `"vector-hnsw"` following the template below:
33+
You can create (Hierarchical Navigable Small World) indexes on M40 cluster tiers and higher. To create the HSNW index, you need to create a vector index with the `"kind"` parameter set to `"vector-hnsw"` following the template below:
3434

3535
```javascript
3636
{

0 commit comments

Comments
 (0)