Can I search an azure-indexed vector index? e.g. if Azure Search Index generates the vectors, can I use LlamaIndex for that? Cause I am trying to run a retriever against one, and it is giving me an error while trying to parse the metadata returned
If you have created the vectors directly at the Azure side then there might be a case that they may have others keys for handling imp fields like metadata, vectors etc.
so I set it up the same way Llama Index sets it up, but they don't store all of the metadata in the metadata var, I stored it where they are spread out
{ filename: filename, content_type: blah, keywords: keywords } etc.