summarize experiment results

This commit is contained in:
wangziao 2025-04-19 18:37:32 -07:00
parent bbe0b2c96b
commit 346c7beb05

4
observations.txt Normal file
View File

@ -0,0 +1,4 @@
Increasing dimensionality slightly decreases the recall;
Increasing M significantly increases the recall but also increases the build time and query time;
As the numbers of vectors in the graph increases, the build time scales like linearly; also notice that recall decrease and processing time increase;
Changing ef_construction does not effect query time much; Increasing it can improve recall at the cost of build time, but recall saturates.