Artificial Intelligence tutorial - IT technology blog

Securing AI Service API Keys (OpenAI, Claude, Gemini): A 2 AM Production Lesson

AI service API keys are critical assets requiring strict protection. This guide provides detailed instructions on securing API keys for OpenAI, Claude, and Gemini based on real-world experience, preventing leaks that cause financial damage and service disruption. It covers solutions from environment variables to cloud secret management and service-to-service authentication.
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.