Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
anky2002
/
graph-rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
graph-rag
/
main.py
GitHub Action
Automated sync to Hugging Face
f5754e0
13 days 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()