You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments