We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76abf4d commit f058aa5Copy full SHA for f058aa5
1 file changed
examples/minimal/config.yaml
@@ -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
0 commit comments