Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aiqtech/PDF-RAG
openfree
/
PDF-RAG
like
46
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ba43ba6
PDF-RAG
/
hello.py
CSAle
UV Env
3a8bd33
5 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
def
main
():
print
(
"Hello from aie5-deploypythonicrag!"
)
if
__name__ ==
"__main__"
:
main()