Skip to content

Commit 26143bf

Browse files
authored
Apply suggestions from code review
1 parent b4e1747 commit 26143bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/vector/dense-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To implement dense vector search in {{es}}, you need both an index configuration
3030
2. **Query the index with k-NN search**
3131
- Use the [`knn` query](knn.md) to retrieve results based on vector similarity
3232

33-
### General and vector optimized projects [vector-profiles]
33+
### General purpose and vector optimized projects [vector-profiles]
3434
```{applies_to}
3535
serverless:
3636
```

0 commit comments

Comments
 (0)