Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/core/flow_methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This is to achieve best efficiency.

### One time update

<Tabs>
<Tabs queryString="code_lang">
<TabItem value="shell" label="Shell" default>

The `cocoindex update` subcommand creates/updates data in the target storage.
Expand Down Expand Up @@ -108,7 +108,7 @@ A data source may enable one or multiple *change capture mechanisms*:

Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.

<Tabs>
<Tabs queryString="code_lang">
<TabItem value="shell" label="Shell" default>

To perform live update, run the `cocoindex update` subcommand with `-L` option:
Expand Down Expand Up @@ -191,7 +191,7 @@ with cocoindex.FlowLiveUpdater(demo_flow) as my_updater:

CocoIndex allows you to run the transformations defined by the flow without updating the target storage.

<Tabs>
<Tabs queryString="code_lang">
<TabItem value="shell" label="Shell" default>

The `cocoindex evaluate` subcommand runs the transformation and dumps flow outputs.
Expand Down