Hi all! I'm using `vector_query = "embedding:([],...
# community-help
a
Hi all! I'm using
vector_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!