How do I filter chunked pdfs in Azure AI vector search on parent metadata?
I am new to using the search functionality on Azure and I am struggling a lot to make my chunks filterable. This is my situation:
I have a blob with hundreds of pdfs in different folders. Each blob has a list of metadata columns and values stored in them. To be able to search them semantically, I have applied a vector search out of the box using the Azure portal and clicking the “Import and vectorize”-button. This sets up the skillset for chunking, the indexer, and creates an index. From this, I can search my data, and filter it just fine. The issue is that the metadata from the parent document is not stored in each chunk, so I cannot filter the chunks when running a vector search.