Artificial Intelligence tutorial - IT technology blog

Building a RAG System with RAGFlow: From Setup to Efficient Production Deployment

Retrieval-Augmented Generation (RAG) systems help LLMs provide more accurate answers by retrieving information from external data sources. RAGFlow is a platform for building, managing, and efficiently deploying RAG. This article guides you through RAGFlow installation, creating RAG applications, configuring data and LLMs, deploying APIs, and optimizing for production.
Artificial Intelligence tutorial - IT technology blog

Building a Custom MCP Server with Python: Connecting AI to Your Systems

MCP (Model Context Protocol) is an open protocol that lets AI models connect to external tools and data sources in a standardized way. This guide walks through building a real-world MCP Server in Python — from installing the SDK and creating secure tools to connecting with Claude Desktop, complete with a full file manager example.