Skip to content

Instantly share code, notes, and snippets.

@hweller1
Created December 4, 2023 15:46
Show Gist options
  • Save hweller1/be04c89cb21464891ddf1fd6ddcdf6a1 to your computer and use it in GitHub Desktop.
Save hweller1/be04c89cb21464891ddf1fd6ddcdf6a1 to your computer and use it in GitHub Desktop.
sample_query3.py
{$vectorSearch:{
"index": "default",
"queryVector": embedding,
"path": "doc_embedding",
"k": 100,
"numCandidates": 1000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment