Only a top-level field of the index can be a vector field.
Hello,
I've got an Azure Cognitive Search index with several large documents. I've been waiting for vector fields and an implementation similar to the one in this article:
Unfortunately, on the index you can't create the complex property "chunks" with a vector sub-field "chunks/embedding_metadata/embedding" as shown in the article. You will get a
Only a top-level field of the index can be a vector field
The article doesn't directly mention any Index field configuration. But judging by the skill's output and skillset configuration that vector sub-fields should be supported.
So is this limitation going to be lifted eventually? Or, is my assumption wrong?