Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Unit_3_Agentic_RAG
tsushil
/
Agentic_RAG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Agentic_RAG
/
main.py
Sushil Thapa
setup gemini code
82566ad
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
def
main
():
print
(
"Hello from agentic-rag!"
)
if
__name__ ==
"__main__"
:
main()