Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
paulmontreal
/
chat
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
chat
/
chatbot
/
__init__.py
Paul Magee
Comprehensive UI/UX and Architecture Improvements
c05de71
3 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
"""
Chatbot module for document question answering using LlamaIndex.
"""
from
chatbot.core
import
Chatbot
__all__ = [
"Chatbot"
]