Skip to content

Instantly share code, notes, and snippets.

@cagbai
Created February 15, 2023 19:12
{
"size": 2,
"query": {
"knn": {
"embedding": {
"vector": ["your long vector - 384 numbers"],
"k": 2
}
}
},
"_source": False,
"fields": [
"title",
"abstract",
"authors"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment