Skip to content

Instantly share code, notes, and snippets.

@hweller1
Last active December 1, 2023 20:06
Show Gist options
  • Save hweller1/130cf890b8c46f612745a42b34549da9 to your computer and use it in GitHub Desktop.
Save hweller1/130cf890b8c46f612745a42b34549da9 to your computer and use it in GitHub Desktop.
new index definition
{
"type": "vectorSearch,
"fields": [{
"path": "plot_embedding",
"dimensions": 1536,
"similarity": "cosine",
"type": "vector"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment