Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manasvikalyan
/
pdf-chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pdf-chatbot
/
experimental_files
/
main.py
manasvi63
Complete Pipeline
bf10662
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
def
main
():
print
(
"Hello from rag-pipeline!"
)
if
__name__ ==
"__main__"
:
main()