Skip to content

Commit d262326

Browse files
committed
fix: updated the hnsw and flat recommendation in schema.rst
1 parent 3dd49e1 commit d262326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ HNSW (Hierarchical Navigable Small World) - Graph-based approximate search with
160160

161161
**Use HNSW when:**
162162

163-
- Medium to large datasets (10K-1M+ vectors) requiring high recall rates
163+
- Medium to large datasets (100K-1M+ vectors) requiring high recall rates
164164
- Search accuracy is more important than memory usage
165165
- Need general-purpose vector search with balanced performance
166166
- Cross-platform deployments where hardware-specific optimizations aren't available

0 commit comments

Comments
 (0)