Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Zubaish/HubRAG
Zubaish
/
AsyncRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AsyncRAG
/
guardrails.py
Zubaish
Initial backend-only RAG (no PDFs)
b713a11
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
def
validate_question
(
question:
str
) ->
bool
:
return
bool
(question
and
question.strip())