ae1cb72362429238bf736af5b515b3bbc3675857
Fix TypeError in create_flat_index() and create_ivf_index(): - Line 678: dimension= → dimensions= - Line 692: dimension= → dimensions= The FAISSManager.__init__() expects 'dimensions' (plural), not 'dimension'. This bug prevented using the factory functions to create FAISS indexes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
Python
82.6%
TypeScript
11.8%
HTML
2.7%
Shell
1.2%
CSS
1.1%
Other
0.4%