Skip to content

Instantly share code, notes, and snippets.

@hweller1
Created December 4, 2023 15:45
Show Gist options
  • Save hweller1/23000d8b27e84e889e19d3a173e17fd6 to your computer and use it in GitHub Desktop.
Save hweller1/23000d8b27e84e889e19d3a173e17fd6 to your computer and use it in GitHub Desktop.
sample_query2.py
{$vectorSearch:{
"index": "default",
"queryVector": embedding,
"path": "doc_embedding",
"filter" : { "$and" : [{"beds": {"$gte" : 1}} , "score": {"$gte" : 91}}]},
"k": 100,
"numCandidates": 1000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment