Merge pull request #72399 from rschu1ze/docs-ann-caption

Docs: Slightly better caption
This commit is contained in:
Robert Schulze 2024-11-25 16:32:30 +00:00 committed by GitHub
commit 13687d681b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Approximate Nearest Neighbor Search Indexes [experimental]
# Approximate Nearest Neighbor Search with Vector Similarity Indexes [experimental]
Nearest neighborhood search is the problem of finding the M closest vectors to a given vector in an N-dimensional vector space. The most
straightforward approach to solve this problem is an exhaustive (brute-force) search which computes the distance between the reference

View File

@ -421,7 +421,7 @@ Syntax: `tokenbf_v1(size_of_bloom_filter_in_bytes, number_of_hash_functions, ran
#### Special-purpose
- Experimental indexes to support approximate nearest neighbor (ANN) search. See [here](annindexes.md) for details.
- An experimental index to support approximate nearest neighbor search. See [here](annindexes.md) for details.
- An experimental full-text index to support full-text search. See [here](invertedindexes.md) for details.
### Functions Support {#functions-support}