mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-08 13:10:13 +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
|