"""RAG Endpoints for LiteLLM Proxy."""

from litellm.proxy.rag_endpoints.endpoints import router

__all__ = ["router"]

