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 JavaScript
description
Learn how to set up an agentic retrieval pipeline in Azure AI Search using JavaScript.
products
azure
azure-cognitive-search
urlFragment
javascript-quickstart-agentic-retrieval
Quickstart: Agentic retrieval in Azure AI Search using JavaScript
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
sample.env
Environment variable template for configuration
src/index.js
Main script that demonstrates the complete agentic retrieval workflow