The following vector index was created by EF. The filter names are using the C# property names, rather than the lower-case mapped element names.
{
"fields": [
{
"type": "vector",
"path": "plot_embedding_voyage_3_large",
"numDimensions": 2048,
"similarity": "dotProduct",
"quantization": "scalar"
},
{
"type": "filter",
"path": "Title"
},
{
"type": "filter",
"path": "Year"
}
]
}