🔥 3-day streak
Microsoft Azure AI Apps and Agents Developer Associate4 / 146
Question 4 of 146

You are building an Azure AI Search index to support a RAG grounding pipeline over a large corpus of policy documents. Each document is chunked, and every chunk carries a text passage, a precomputed embedding vector, and a 'department' value used to scope queries. Requirements: users must be able to run hybrid (keyword + vector) queries, filter results by department, and see the original passage text returned in results, but the raw embedding vector should never be returned in the response payload to reduce bandwidth. How should you configure the field attributes in the index definition?

Reviewed for accuracy · Report an issueNext question