mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-16 18:14:32 +00:00
4 lines
108 B
Bash
4 lines
108 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Use CLI Form
|
||
|
|
poetry run python -m graphrag.index --config ./examples/single_verb/pipeline.yml
|