Skip to content

Commit 04fe0ab

Browse files
committed
docs(readme): note default embedding model in source-install section
Source-build contributors lost this implicit info when the long-form env-var table moved into docs/CONFIGURATION.md. One-line pointer keeps them oriented without re-inlining the full reference. Addresses review feedback on #208.
1 parent b58eb54 commit 04fe0ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ python3 -m venv .venv
175175

176176
The `cocoindex` package is **only** needed for lifecycle commands that run the indexer (`init`, `increment`, `reprocess`, `erase`). Search and MCP navigation work without it.
177177

178+
The default embedding model is `sentence-transformers/all-MiniLM-L6-v2` (downloaded on first `init`). Override via the `EMBEDDING_MODEL` env var — see [`docs/CONFIGURATION.md` §1](./docs/CONFIGURATION.md#1-environment-variables).
179+
178180
---
179181

180182
## Roadmap (graph layer)

0 commit comments

Comments
 (0)