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
/
Web
/
models
/
web_model.py
VashuTheGreat
Clean commit without images
1f725d8
27 days ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
from
typing
import
TypedDict,
Optional
class
State
(
TypedDict
):
url:
str
page_content:
Optional
[
str
]
llm_response:
Optional
[
str
]