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 |
||
|---|---|---|
| .. | ||
| database | ||
| domain | ||
| graphs | ||
| plugins | ||
| utils | ||
| __init__.py | ||
| config.py | ||
| exceptions.py | ||