Which index should I use ?
{
“fields”: [
{
“numDimensions”: 1536,
“path”: “embeddings”,
“similarity”: “euclidean”,
“type”: “vector”
},
{
“path”: “businessAccount”,
“type”: “filter”
},
{
“path”: “_id”,
“type”: “filter”
}
]
}
or the other one. Most documentation mention this as the right one, here the path already specifies which to use and it has ?path: embeddings"