Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GotoUsuke
/
GraphRag
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e20e30
GraphRag
/
graphrag-ollama
/
lib
/
python3.12
/
site-packages
/
charset_normalizer
/
version.py
GotoUsuke
Upload folder using huggingface_hub
db4a26f
verified
8 months ago
raw
Copy download link
history
blame
Safe
79 Bytes
"""
Expose version
"""
__version__ =
"3.4.0"
VERSION = __version__.split(
"."
)