Skip to content

farzad528/foundry-iq-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Foundry IQ Demo

image

Agentic RAG demo with Foundry IQ Knowledge Bases and Microsoft Foundry Agent Service.

🚀 Live Demo

Deploy

Deploy to Azure Deploy with Vercel

Quick Start

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 dev

Open http://localhost:3000

Environment Variables

See .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>

Routes

Route Description
/knowledge Manage knowledge bases and data sources
/playground Query knowledge bases with runtime controls
/agents Microsoft Foundry Agent Service integration

Resources

License

MIT

About

Foundry IQ Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors