From 85ca1a0d65c00b26a1f297ddb7baf3f154160cb0 Mon Sep 17 00:00:00 2001 From: Farzad Sunavala <40604067+farzad528@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:04:17 -0500 Subject: [PATCH] Update citation annotations for index field attributes --- notebooks/azure-ai-search-custom-schema-citations.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/azure-ai-search-custom-schema-citations.ipynb b/notebooks/azure-ai-search-custom-schema-citations.ipynb index c848f3e3..8d85f5a1 100644 --- a/notebooks/azure-ai-search-custom-schema-citations.ipynb +++ b/notebooks/azure-ai-search-custom-schema-citations.ipynb @@ -42,6 +42,7 @@ "| Microsoft Foundry project | A project endpoint and one chat deployment (e.g. `gpt-4.1`) |\n", "| Azure AI Search | An existing index, connected to the project as a `CognitiveSearch` connection |\n", "| Identity | `az login` — the notebook uses `DefaultAzureCredential` |\n", + "| Index field attributes | The fields you map to `url` and `title` must be **retrievable** and **searchable** in the index definition, or they won't appear in citation annotations |\n", "\n", "You do **not** need to re-index or rename any fields. This recipe works against the schema you\n", "already have.\n",