""" RAG (Retrieval-Augmented Generation) Package This package implements the core RAG pipeline functionality, combining semantic search with LLM-based response generation. Classes: RAGPipeline: Main RAG orchestration service ResponseFormatter: Formats LLM responses with citations and metadata """