vn6295337's picture
Initial commit: RAG Document Assistant with Zero-Storage Privacy
f866820
"""Structured prompt templates for RAG pipeline."""
from src.prompts.rag_prompt import build_rag_prompt, SYSTEM_PROMPT, DEVELOPER_PROMPT
__all__ = ["build_rag_prompt", "SYSTEM_PROMPT", "DEVELOPER_PROMPT"]