Skip to content

Instantly share code, notes, and snippets.

@hweller1
Created December 4, 2023 15:38
Show Gist options
  • Save hweller1/8bda7ba2f284c58e2d247568bac29132 to your computer and use it in GitHub Desktop.
Save hweller1/8bda7ba2f284c58e2d247568bac29132 to your computer and use it in GitHub Desktop.
sample_query.py
{
"$vectorSearch": {
"index":"default",
"queryVector": vector_query,
"path": "embedding",
"limit": 5,
"numCandidates": 50
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment