Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions notebooks/azure-ai-search-custom-schema-citations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading