book-rec-with-LLMs / src /core /rag /__init__.py
ymlin105's picture
chore: remove obsolete files and update project structure
6ad997d
"""
RAG (Retrieval-Augmented Generation) core components.
This package groups together the query router, reranker, temporal ranker,
LLM factory, context compressor, web freshness monitor, and web search
fallback logic into a single "RAG Path" layer.
"""