XThomasBU
initial commit
d92c997
raw
history blame
185 Bytes
class BaseRAG:
"""
Base class for RAG chatbot.
"""
def __init__():
pass
def invoke():
"""
Invoke the RAG chatbot.
"""
pass