Skip to content

Commit 0c677c9

Browse files
committed
docs(demo): clarify embedded vs server version in README note
Colab notebooks use coordinode-embedded bundling coordinode-rs v0.3.13. Docker Compose stack uses the CoordiNode server image v0.3.14. These are separate version lines — make the distinction explicit.
1 parent b74f6eb commit 0c677c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Interactive notebooks for LlamaIndex, LangChain, and LangGraph integrations.
1313

1414
> **Note:** First run installs `coordinode-embedded` from source (Rust build, ~5 min).
1515
> Subsequent runs use Colab's pip cache.
16-
> Notebooks are pinned to a specific commit that bundles coordinode-rs v0.3.13.
16+
> Notebooks are pinned to a specific commit that bundles coordinode-rs v0.3.13 (embedded engine used in Colab).
17+
> The Docker Compose stack below uses the CoordiNode **server** image v0.3.14.
1718
1819
## Run locally (Docker Compose)
1920

0 commit comments

Comments
 (0)