You have a Microsoft Foundry agent that grounds its responses using an Azure Search index. The index includes:
- Searchable text fields for product names and product codes
- A vector field that stores embeddings for product descriptions
You need to ensure that users can query the index using:
- Exact product names or codes
- Natural language descriptions of the products
What should you configure?
- A vector search only
- B hybrid search
- C keyword search only
- D semantic search only
Community Discussion