CS

FastAPI

Content tagged with

GenAI Integrations

Learn how to connect generative AI to real systems: retrieval-augmented generation over your own data, custom MCP servers that give agents safe access to your tools, and autonomous agents orchestrated to do useful work. Course Content Architecture of GenAI integrations: models, embeddings, retrieval, and orchestration Building a RAG pipeline over your own documents (vector database, chunking, retrieval) How the Model Context Protocol (MCP) works and building your own MCP server (FastAPI / Node.