feat: add tiktoken cache directory support for offline deployment

- Mount tiktoken cache volume in docker-compose
- Add TIKTOKEN_CACHE_DIR environment variable
- Update env.example with tiktoken cache configuration
- Added /data to gitignore
- Added tiktoken env example
This commit is contained in:
yangdx
2025-08-05 14:22:19 +08:00
parent 01bce8c26e
commit 8dd3069005
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -50,6 +50,7 @@ rag_storage/
examples/input/
examples/output/
output*/
data/
# Miscellaneous
.DS_Store