Hi, we have a requirement in RAG Ingestion usecase to ingest the PDF files in Azure VectorDB. And the ask is while user prompts for some information it should respond with answer along with specific PDF Page as attachment, so the user has possibility to click on it and validate the prompt response. How to we ingest this Specific PDF Page chunks in the VectorDB. Currently we are ingesting the sourceURL and PageNumber as metadata, but the requirement is to also add additional metadata field to ingest only this particular page.
Hope my question is clear. Your support would help us.