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 TypeScript
description
Learn how to set up an agentic retrieval pipeline in Azure AI Search using TypeScript.
products
azure
azure-cognitive-search
urlFragment
typescript-quickstart-agentic-retrieval
Quickstart: Agentic retrieval in Azure AI Search using TypeScript
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
package.json
Project file that defines dependencies
tsconfig.json
TypeScript compiler configuration
sample.env
Environment variable template for configuration
src/index.ts
Main script that demonstrates the complete agentic retrieval workflow