To close this thread, increasing the `ef` search p...
# community-help
k
To close this thread, increasing the
ef
search parameter helped make the results deterministic:
Copy code
"vector_query": "embedding:([], ef:100)",
The default value of
10
was making the index look at shallow results and also introduce some non-determinism.