[0.1.4] - 2026-03-09
Added
- Model-aware token truncation for embedding models.
Fixed
- Truncate documents to embedding model token limit to prevent failures with large texts.
- Search notes now correctly finds notes by content.
- Note creation properly attaches notes as child items via web API.
- Auto-reset ChromaDB collection on embedding model change.
- Updated default Gemini model to
gemini-embedding-001. - Implemented
get_config/build_from_configfor ChromaDB embedding functions. - Fixed test
FakeChromaClientmissingembedding_max_tokensattribute.