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...
main
GraphRag
/
graphrag-ollama
/
lib
/
python3.12
/
site-packages
/
anytree
/
node
/
exceptions.py
GotoUsuke
Upload folder using huggingface_hub
ab4488b
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
class
TreeError
(
RuntimeError
):
"""Tree Error."""
class
LoopError
(
TreeError
):
"""Tree contains infinite loop."""