You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickstart: Agentic retrieval in Azure AI Search using Python
description
Learn how to set up an agentic retrieval pipeline in Azure AI Search using Python.
products
azure
azure-cognitive-search
urlFragment
python-quickstart-agentic-retrieval
Quickstart: Agentic retrieval in Azure AI Search using Python
This sample demonstrates the fundamentals of agentic retrieval using Azure AI Search. You create a search index, a knowledge source that targets the index, and a knowledge base that integrates an LLM for query planning and answer synthesis.
What's in this sample
File
Description
quickstart-agentic-retrieval.ipynb
Jupyter notebook that creates objects for agentic retrieval and runs queries