AsyncRAG / guardrails.py
Zubaish
Initial backend-only RAG (no PDFs)
b713a11
raw
history blame contribute delete
92 Bytes
def validate_question(question: str) -> bool:
return bool(question and question.strip())