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 Java
description
Learn how to set up an agentic retrieval pipeline in Azure AI Search using Java.
products
azure
azure-cognitive-search
urlFragment
java-agentic-retrieval-quickstart
Quickstart: Agentic retrieval in Azure AI Search using Java
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
pom.xml
Project file that defines dependencies and build settings
AgenticRetrievalQuickstart.java
Creates an index, uploads documents, configures knowledge source and knowledge base, and runs agentic retrieval queries