Skip to content

Commit 1a1a562

Browse files
ctindelkderusso
andauthored
Update solutions/search/semantic-search/semantic-search-semantic-text.md
Co-authored-by: Kathleen DeRusso <[email protected]>
1 parent 8bb10f3 commit 1a1a562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/semantic-search/semantic-search-semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PUT semantic-embeddings-flat
171171
}
172172
```
173173

174-
1. Use BBQ without HNSW for simpler use cases with fewer vectors. This requires less compute resources during indexing.
174+
1. Use disk-optimized BBQ for simpler use cases with fewer vectors. This requires less compute resources during indexing.
175175

176176
For very large datasets where memory is constrained, use `bbq_disk` (DiskBBQ) to store vectors on disk:
177177

0 commit comments

Comments
 (0)