Tag: #rag
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 58 posts
NLP & Text Processing Complete Guide: BERT Fine-tuning, RAG Systems, and Multilingual Processing
A comprehensive guide to NLP and text processing covering BPE tokenization, Word2Vec, BERT fine-tuning, RAG pipelines, and Korean morpheme analysis.
2026-03-17 · 15 min read #nlp#bert#embeddings#rag#koreannlpLLM Application Development Guide: From Prototype to Production
A comprehensive guide to building LLM-powered applications from prototype to production. Covers prompt engineering, RAG architecture, tool use, streaming, evaluation, cost optimization, and deployment patterns for real-w
2026-03-17 · 19 min read #llm#application-development#langchain#openai#prompt-engineeringDatabase Engineering Complete Guide: From SQL to Vector DBs and AI RAG Systems
A comprehensive database engineering guide for the AI era — covering advanced SQL, pgvector similarity search, Pinecone, Redis caching, distributed systems theory, and building RAG pipelines with LangChain.
2026-03-17 · 18 min read #database#postgresql#vector-database#pgvector#ragRAG 2.0: Enterprise Knowledge Management Beyond Chatbots
RAG has evolved into the cornerstone of enterprise AI in 2026. Through hybrid search, knowledge graph integration, and multimodal processing, organizations are transforming implicit knowledge into explicit organizational
2026-03-16 · 9 min read #rag#llm#enterprise#knowledge-management#vector-databaseRAG Pipeline Optimization Strategy: Chunking, Reranking, and Hybrid Search
Maximize RAG pipeline retrieval quality through chunking strategies, reranking model integration, and hybrid search implementation with practical code and benchmarks.
2026-03-14 · 18 min read #chatbot#rag#chunking#reranking#hybrid-searchDocument Parsing Technology Guide: PDF Parsing, OCR, Layout Analysis, and LLM-Based Extraction Pipeline
A comprehensive guide covering PDF parsing libraries (PyMuPDF, pdfplumber), OCR engines (Tesseract, EasyOCR, PaddleOCR), layout analysis models (LayoutLM, DiT, Donut), table extraction, LLM-based multimodal document unde
2026-03-13 · 26 min read #llm#document-parsing#pdf#ocr#layout-analysisComplete Guide to Embedding Models: Vector Search, RAG, and Sentence Transformers in Practice
A comprehensive guide covering embedding fundamentals, key model comparisons (OpenAI, Cohere, BGE, E5, GTE, Jina), Sentence Transformers usage, vector databases (Pinecone, Weaviate, Milvus, Chroma, FAISS) and indexing st
2026-03-13 · 22 min read #llm#embedding#vector-search#rag#sentence-transformersRAG Paper Survey: The Evolution of Retrieval-Augmented Generation — From RETRO to Self-RAG and Corrective-RAG
Traces the evolution of RAG research through papers. Compares architectures and benchmarks from the original RAG to RETRO large-scale retrieval, Self-RAG self-reflection, and Corrective-RAG retrieval quality evaluation.
2026-03-12 · 22 min read #ai-papers#rag#self-rag#corrective-rag#retroRAG Pipeline Production Guide: From Vector DB Selection to Chunking, Reranking, and Evaluation
A comprehensive guide to building RAG (Retrieval-Augmented Generation) pipelines for production. Covers embedding model comparison, vector DB selection (Pinecone, Milvus, Weaviate, Qdrant, Chroma), chunking strategies, h
2026-03-11 · 17 min read #llm#rag#vector-database#retrieval#embeddingComplete Guide to Qdrant Vector DB Operations — From Collection Design to RAG Integration
A practical guide covering Qdrant vector DB core concepts, collection design, index strategies, payload filtering, RAG pipeline integration, and production monitoring.
2026-03-09 · 11 min read #database#qdrant#vector-database#embedding#similarity-searchRAG Quality Evaluation and Failure Pattern Analysis: Diagnosing and Improving Retrieval-Augmented Generation
A systematic guide to evaluating RAG (Retrieval-Augmented Generation) system quality and analyzing common failure patterns. Covers evaluation metrics for Retriever, Reranker, and Generator components, framework compariso
2026-03-07 · 15 min read #rag#llm#evaluation#ragas#deepevalProduction Guide for RAG-Based FAQ Chatbots: From Vector DB Selection to Operational Optimization
A practical guide covering the RAG pipeline chunking, embedding, and retrieval strategies, Pinecone/Weaviate/Milvus vector DB comparison, LangChain-based FAQ chatbot implementation, production deployment, quality evaluat
2026-03-06 · 26 min read #chatbot#rag#vector-database#faq#langchainRAG Chatbot Evaluation in Practice: From Offline/Online Quality Measurement to Production Guardrails
Covers the evaluation system for reliably operating RAG chatbots in production. Addresses offline benchmarks, LLM-as-a-Judge, online experiments, alert thresholds, and regression prevention pipelines with code.
2026-03-04 · 16 min read #chatbot#rag#evaluation#llmops#productionSlack Bot + LangChain RAG Chatbot Practical Guide — Building an Internal Document Search Bot
Build a Slack chatbot that searches internal documents using LangChain and RAG. Covers document embedding, vector DB, prompt engineering, and Slack Bolt integration with complete code.
2026-03-03 · 28 min read #chatbot#langchain#rag#slack-bot#vector-searchBuilding an Intelligent Telegram FAQ Bot with LangChain + RAG: A Document-Based Q&A System
Build a Telegram FAQ bot powered by LangChain and the RAG pipeline. A hands-on guide covering document loading, vector stores, conversation memory, and source citation.
2026-03-03 · 25 min read #chatbot#telegram#langchain#rag#pythonPostgreSQL + pgvector Vector Search Practical Guide: From RAG to Hybrid Search
Implement vector similarity search with the PostgreSQL pgvector extension. Covers installation through HNSW/IVFFlat indexes, hybrid search (vector + full-text search), and RAG pipeline integration with practical code.
2026-03-02 · 9 min read #postgresql#pgvector#vector-search#embedding#ragBuilding a RAG Chatbot — Create Your Own Document QA Bot with LangChain + ChromaDB + OpenAI
A hands-on guide to building a PDF document-based RAG chatbot from scratch using LangChain, ChromaDB, and OpenAI. Covers document loading, vector storage, prompt design, and a Streamlit UI.
2026-03-02 · 9 min read #rag#langchain#chromadb#openai#chatbotRAG: Retrieval-Augmented Generation — Paper Analysis and Production Architecture
Analyzing the core concepts of the RAG paper and covering chunking strategies, Vector DB selection, and Advanced RAG patterns for designing production-level RAG systems.
2026-03-01 · 21 min read #ai-papers#rag#llm#vector-database#langchain