Created
December 1, 2023 20:09
-
-
Save hweller1/6f8eed0f5da2ac8dbe3cec588e422875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "vectorSearch, | |
"fields": [{ | |
"path": "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