AI Chatbot Sample
An AI chatbot with RAG (Retrieval Augmented Generation). It embeds the question, finds similar documents in pgvector, and streams an answer token by token from a PyTorch model that uses those documents as context. The whole stack runs with Docker Compose.








