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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -50,6 +50,7 @@ rag_storage/
|
||||
examples/input/
|
||||
examples/output/
|
||||
output*/
|
||||
data/
|
||||
|
||||
# Miscellaneous
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user