You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/core/flow_methods.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ This is to achieve best efficiency.
70
70
71
71
### One time update
72
72
73
-
<Tabs>
73
+
<TabsqueryString="code_lang">
74
74
<TabItemvalue="shell"label="Shell"default>
75
75
76
76
The `cocoindex update` subcommand creates/updates data in the target storage.
@@ -108,7 +108,7 @@ A data source may enable one or multiple *change capture mechanisms*:
108
108
109
109
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.
110
110
111
-
<Tabs>
111
+
<TabsqueryString="code_lang">
112
112
<TabItemvalue="shell"label="Shell"default>
113
113
114
114
To perform live update, run the `cocoindex update` subcommand with `-L` option:
@@ -191,7 +191,7 @@ with cocoindex.FlowLiveUpdater(demo_flow) as my_updater:
191
191
192
192
CocoIndex allows you to run the transformations defined by the flow without updating the target storage.
193
193
194
-
<Tabs>
194
+
<TabsqueryString="code_lang">
195
195
<TabItemvalue="shell"label="Shell"default>
196
196
197
197
The `cocoindex evaluate` subcommand runs the transformation and dumps flow outputs.
0 commit comments