XThomasBU
improvements in literali, chainlit, chat
e029e22
raw
history blame
No virus
185 Bytes
class BaseRAG:
"""
Base class for RAG chatbot.
"""
def __init__():
pass
def invoke():
"""
Invoke the RAG chatbot.
"""
pass