Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
3 months 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
]