v1.0.1
📦 privategptView on GitHub →
🐛 4 fixes
Summary
Version 1.0.1 addresses several bugs, including missing Docker dependencies and optional embedding API keys, and standardizes local data paths using PGPT_HOME. A performance improvement was also made to prompt caching using date-level current_date.
Migration Steps
- If you rely on default paths for local data, caches, or cleanup, ensure the PGPT_HOME environment variable is set if you wish to change the location, as this is now used for those paths.
🐛 Bug Fixes
- Added missing Docker database dependencies.
- Ensured the publisher is ready to publish new messages.
- Made the embedding API key optional when using local OpenAI-compatible engines.
- Used PGPT_HOME environment variable for defining local data, caches, and cleanup paths.