Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anky2002
/
graph-rag
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
graph-rag
/
main.py
GitHub Action
Automated sync to Hugging Face
f5754e0
about 1 hour ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
"""
Entry point for the application
You can run the API server using: uv run python main.py
"""
from
src.graph_rag_service.main
import
main
if
__name__ ==
"__main__"
:
main()