Avi Aggarwal
04/03/2025, 1:51 PMvector_query = "embedding:([], ef:100, alpha:0.8)"
to retrieve similar documents based on embeddings.
Is there a way to exclude exact matches (i.e., 100% similar documents) from the results? Basically, I'm looking for something like a *minimum distance*—so I only get documents that are similar, but not too similar.
Any tips or workarounds?
Thanks in advance!