chat / chatbot /__init__.py
Paul Magee
Comprehensive UI/UX and Architecture Improvements
c05de71
raw
history blame
129 Bytes
"""
Chatbot module for document question answering using LlamaIndex.
"""
from chatbot.core import Chatbot
__all__ = ["Chatbot"]