mirror of
https://github.com/microsoft/graphrag.git
synced 2025-07-19 15:01:54 +00:00
24 lines
412 B
YAML
24 lines
412 B
YAML
|
|
# Setup reporting however you'd like
|
|
reporting:
|
|
type: console
|
|
|
|
# Setup storage however you'd like
|
|
storage:
|
|
type: memory
|
|
|
|
# Setup cache however you'd like
|
|
cache:
|
|
type: memory
|
|
|
|
# Just a simple workflow
|
|
workflows:
|
|
|
|
# This is an anonymous workflow, it doesn't have a name
|
|
- steps:
|
|
|
|
# Unpack the nodes from the graph
|
|
- verb: fill
|
|
args:
|
|
to: filled_column
|
|
value: "Filled Value" |