Switch language한국어
Back to the list

Grounded Search Agents: Microsoft Foundry + Azure AI Search + Cosmos DB + Function Calling

TL;DR AI

Key summary

2 min read
  1. Microsoft Foundry, Azure AI Search, and Azure Cosmos DB are combined into a Python grounded search agent.

  2. The agent uses Azure OpenAI function calling to choose between unstructured document search and structured database lookup.

  3. Conversation state is stored in Cosmos DB, and every answer includes citations for verifiability.

  4. The setup includes a hybrid search index with vector search and semantic ranking, plus document chunking, embedding, and ingestion.

Read the original