Skip to content

Commit

Permalink
Remove ef parameter check from Index
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanarmagan committed Jan 30, 2024
1 parent 53e276d commit 63ddcdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/python/example_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
print(f"Parameters passed to constructor: space={p_copy.space}, dim={p_copy.dim}")
print(f"Index construction: M={p_copy.M}, ef_construction={p_copy.ef_construction}")
print(f"Index size is {p_copy.element_count} and index capacity is {p_copy.max_elements}")
print(f"Search speed/quality trade-off parameter: ef={p_copy.ef}")

0 comments on commit 63ddcdd

Please sign in to comment.