Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

page_type sample
languages
python
name 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

Flask sample MIT license badge

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
requirements.txt Python package dependencies
sample.env Environment variable template for configuration

Documentation

This sample accompanies Quickstart: Agentic retrieval using Python. Follow the documentation for prerequisites, setup instructions, and detailed explanations.

Next step

You can learn more about Azure AI Search on the official documentation site.