From 1362d8f6183f7c07598ed5cf70484f01b1d52152 Mon Sep 17 00:00:00 2001 From: Hot Soup Date: Fri, 27 Mar 2026 01:40:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0518a62..fb7ec4e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A production-ready RAG (Retrieval-Augmented Generation) application with enterpr - **Frontend**: Next.js 15+ with App Router - **Backend**: FastAPI with async/await - **Authentication**: Entra ID with OBO token flow -- **Search**: Azure AI Search (Free tier) +- **Search**: Azure AI Search (S2 and above to support Semantic Reranker, Vector Search and True Vector Search) - **AI**: Azure OpenAI (GPT-4o) - **Document Processing**: Azure Document Intelligence (F0 tier) - **Content Safety**: Azure Content Safety (F0 tier)