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
/
models
/
queries_model.py
VashuTheGreat
Clean commit without images
1f725d8
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
from
pydantic
import
BaseModel
from
typing
import
List
class
Queries
(
BaseModel
):
queries:
List
[
str
]