Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GotoUsuke
/
GraphRag
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e20e30
GraphRag
/
graphrag-ollama
/
lib
/
python3.12
/
site-packages
/
dotenv
/
__main__.py
GotoUsuke
Upload folder using huggingface_hub
db4a26f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
129 Bytes
"""Entry point for cli, enables execution with `python -m dotenv`"""
from
.cli
import
cli
if
__name__ ==
"__main__"
:
cli()