Commit 6fb2dbd
authored
fix: inconsistent FLAT/HNSW algorithm recommendations (#409)
Updated algorithm recommendations in docs/api/schema.rst to provide
consistent, performance-based guidance:
FLAT Algorithm:
• Before: Mixed recommendations (<10K in some places, <100K in others)
• After: Consistent <100K vectors recommendation across all sections
HNSW Algorithm:
• Before: 10K-1M+ vectors (creating a gap between FLAT and HNSW)
• After: 100K-1M+ vectors (providing clear transition point)1 parent 2cbbae4 commit 6fb2dbd
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments