open-notebook/open_notebook
Luis Novo aa593c60bd
feat: add persistent tiktoken cache to reduce re-downloads (#171)
Configure tiktoken to cache tokenizer encodings in ./data/tiktoken-cache
instead of using system temp directory. This prevents re-downloading
encoding files on every container restart and improves startup time.

Changes:
- Add TIKTOKEN_CACHE_DIR configuration in config.py
- Set TIKTOKEN_CACHE_DIR environment variable in token_utils.py
- Bump version to 1.0.7
2025-10-19 14:50:52 -03:00
..
database Version 1 (#160) 2025-10-18 12:46:22 -03:00
domain Version 1 (#160) 2025-10-18 12:46:22 -03:00
graphs fix: missing parenthesis 2025-10-18 13:22:39 -03:00
plugins Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
utils feat: add persistent tiktoken cache to reduce re-downloads (#171) 2025-10-19 14:50:52 -03:00
__init__.py fix: enforce env variables are present 2025-06-10 11:53:53 -03:00
config.py feat: add persistent tiktoken cache to reduce re-downloads (#171) 2025-10-19 14:50:52 -03:00
exceptions.py refactor database module and migrations 2024-10-30 16:33:07 -03:00