03 Create a Free Chat GPT-like application (RAG-based AI app) using Azure Services - Details Design
03 Create a Chat GPT-like application (RAG-based AI app) using Azure Services 🧠 🆓 1. Free Version Architecture 🛠️ 2. Replace Azure Paid Services with Free Options Here’s the exact mapping : Azure Service Free Alternative Azure OpenAI Ollama (run models locally) Azure AI Search FAISS / Chroma (open-source vector DB) Azure Functions FastAPI (free backend) Azure Static Web Apps Vercel / Netlify Cosmos DB SQLite / free MongoDB Atlas tier Blob Storage Local files / Google Drive 🧩 3. 100% Free Setup (Best Option) 🔹 Option A: Run Everything Locally (FREE) Stack: LLM → Ollama (LLaMA, Mistral) Backend → FastAPI Vector DB → Chroma / FAISS UI → Simple React or Streamlit Cost: $0 👉 You already tried Ollama earlier — this is perfect for you. 🔹 Option B: Free Cloud +...