| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-19 | 2.5 kB | |
| v1.8.5 - Spanish Locale _ Token-Based Chunking source code.tar.gz | 2026-04-19 | 2.3 MB | |
| v1.8.5 - Spanish Locale _ Token-Based Chunking source code.zip | 2026-04-19 | 2.5 MB | |
| Totals: 3 Items | 4.8 MB | 23 | |
Highlights
- πͺπΈ Spanish (es-ES) language support with full translation coverage
- Token-based embedding chunking β better handling of CJK and mixed-language content
- Resilient credential handling β broken/mismatched encryption keys no longer crash the API
Added
- Spanish (es-ES) locale with 930+ translation keys and language toggle entry (#757) β thanks @chemazener!
Changed
- Embedding chunking is now token-based instead of character-based, improving chunk sizing consistency for CJK and mixed-language content (#542, [#749]) β thanks @unendless314!
OPEN_NOTEBOOK_CHUNK_SIZEandOPEN_NOTEBOOK_CHUNK_OVERLAPsemantics changed from characters to tokens; default reduced from 1200 characters to 400 tokens to stay safely below the 512-token ceiling of BERT-family embedders (e.g. mxbai-embed-large). Existing stored embeddings are unaffected β only new ingestions use the new chunking.- Internal: migrated i18n from the custom Proxy pattern to standard react-i18next
t()function for better tooling compatibility (#755)
Fixed
- Credentials endpoint no longer crashes (500) when the encryption key doesn't match stored credentials (#740, [#753])
- Broken credentials are now shown with a decryption warning and can still be deleted
- DELETE endpoint for broken credentials supports model migration via the
migrate_toparameter - Azure credentials:
base_urlnow correctly maps toendpoint(#741)
Docs
- Improved local quick-start documentation (#734) β thanks @vincentrou!
Dependencies
- Bump
langchain-openai1.1.7 β 1.1.14 (#762) - Bump
langchain-text-splitters1.1.0 β 1.1.2 (#761) - Bump
langchain-core1.2.22 β 1.2.28 (#737) - Bump
langsmith0.6.4 β 0.7.31 (#759) - Bump
authlib1.6.9 β 1.6.11 (#760) - Bump
cryptography46.0.6 β 46.0.7 (#736) - Bump
pytest9.0.2 β 9.0.3 (#752) - Bump
python-multipart0.0.22 β 0.0.26 (#758) - Bump
tornado6.5.4 β 6.5.5 (#668) - Bump
next16.1.7 β 16.2.3 (#744) - Bump
axios1.13.5 β 1.15.0 (#748) - Bump
follow-redirects1.15.11 β 1.16.0 (#754) - Bump
vite7.3.1 β 7.3.2 (#728)
π Thanks
Huge thanks to everyone who contributed to this release:
- @chemazener β Spanish localization
- @unendless314 β token-based embedding chunking
- @vincentrou β documentation improvements
And thanks to all the users who opened issues and helped us prioritize what to ship next!
Full Changelog: https://github.com/lfnovo/open-notebook/compare/v1.8.4...v1.8.5