Skip to content

Commit 679a4dc

Browse files
phernandezclaude
andcommitted
docs: add reindex note for v0.19 upgrade
Tells local users to run `bm reindex --embeddings` after upgrading to generate vector embeddings for semantic search. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 195d927 commit 679a4dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/2.whats-new/0.v0.19.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ Semantic search is now on out of the box. Embeddings are generated automatically
269269
| Embedding generation | Manual | Automatic on first startup |
270270
| Install size | Smaller (no embedding deps) | Larger (includes fastembed) |
271271

272+
::note
273+
After upgrading to v0.19, run `bm reindex --embeddings` to generate vector embeddings for semantic search. This is a one-time operation for local projects. Cloud projects handle embedding generation automatically.
274+
::
275+
272276
**Restore old behavior:** Set `semantic_search_enabled: false` in config, or set `BASIC_MEMORY_SEMANTIC_SEARCH_ENABLED=false`.
273277

274278
### Frontmatter added on sync

0 commit comments

Comments
 (0)