Build a Real-time AI Chat Application
Build a real-time AI chat application in Go that streams LLM responses token by token from a locally running Ollama instance, using Server-Sent Events (SSE) on the backend and a clean fetch() + ReadableStream frontend.
DocuChat: AI-Powered Document Q&A System
Build a production-grade AI-powered document Q&A system where users upload documents, ask questions, and get answers with citations — powered by RAG (Retrieval-Augmented Generation), vector search, and OpenAI.
