Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VashuTheGreat2
/
Multi-Rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Multi-Rag
/
src
/
MultiRag
/
entity
/
config_entity.py
VashuTheGreat2
Upload folder using huggingface_hub
5551822
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
150 Bytes
from
dataclasses
import
dataclass
@dataclass
class
ContentEmbedderConfig
:
file_path:
str
vector_store_path:
str
file_types:
str
=
"pdf"