Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anky2002
/
graph-rag
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
graph-rag
/
main.py
GitHub Action
Automated sync to Hugging Face
b602961
44 minutes 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()