class BaseRAG:
    """
    Base class for RAG chatbot.
    """

    def __init__():
        pass

    def invoke():
        """
        Invoke the RAG chatbot.
        """
        pass