Agentic RAG demo with Foundry IQ and Microsoft Foundry Agent Service.
git clone https://github.com/farzad528/azure-ai-search-knowledge-retrieval-demo.git
cd azure-ai-search-knowledge-retrieval-demo
npm install
cp .env.example .env.local
# Edit .env.local with your Azure credentials
npm run devSee .env.example for all options. Required:
AZURE_SEARCH_ENDPOINT=https://<your-search>.search.windows.net
AZURE_SEARCH_API_KEY=<admin-or-query-key>
NEXT_PUBLIC_AZURE_OPENAI_ENDPOINT=https://<your-openai>.openai.azure.com
AZURE_OPENAI_API_KEY=<openai-key>
| Route | Description |
|---|---|
/knowledge |
Manage knowledge bases and data sources |
/playground |
Query knowledge bases with runtime controls |
/agents |
Microsoft Foundry Agent Service integration |
- Foundry IQ Blog
- Azure AI Search Docs
- Microsoft Foundry Docs
- AGENTS.md – Detailed agent guidance
MIT