Skip to content

Commit f058aa5

Browse files
intel352claude
andauthored
docs(vectorstore): add examples/minimal/config.yaml (#7)
Follow-up to workflow#714. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 76abf4d commit f058aa5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

examples/minimal/config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Minimal config exercising workflow-plugin-vectorstore.
2+
# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml
3+
version: 1
4+
modules:
5+
- name: vectorstore-provider
6+
type: vectorstore.provider
7+
config: {}
8+
workflows:
9+
pipeline:
10+
steps:
11+
- name: example
12+
type: step.vector_upsert
13+
config: {}

0 commit comments

Comments
 (0)