Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dl4ds
/
dl4ds_tutor
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
669108f
dl4ds_tutor
/
modules
/
chat
/
base.py
XThomasBU
initial commit
d92c997
5 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
class
BaseRAG
:
"""
Base class for RAG chatbot.
"""
def
__init__
():
pass
def
invoke
():
"""
Invoke the RAG chatbot.
"""
pass