What's Changed
- ✨ feat: add PGVECTOR_CREATE_EXTENSION env to support managed Postgres by @danny-avila in #284
- ♻️ feat: add PG_POOL_PRE_PING/PG_POOL_RECYCLE for dropped remote DB connections by @danny-avila in #285
- 🔒 chore: bump python-dotenv to 1.2.2 to patch Dependabot alert by @danny-avila in #286
- 📐 feat: add EMBEDDINGS_DIMENSIONS env for text-embedding-3 models by @danny-avila in #287
- 🎯 feat: add RAG_DISTANCE_THRESHOLD to drop weak retrieval matches by @danny-avila in #288
- 🗄️ feat: add POSTGRES_SCHEMA to pin pgvector tables to a custom schema by @danny-avila in #289
- 📦 chore: update Python version and dependencies in Dockerfiles and requirements by @danny-avila in #308
- 🛡️ fix: Patch pypdf and cryptography Security Alerts by @danny-avila in #314
- 📚 fix: Fail Docker Builds on NLTK Download Errors by @danny-avila in #315
- 🐘 feat: Guard pgvector Startup DDL by @danny-avila in #316
- 🏭 feat: Add Safe Parallel Ingestion Consumers by @danny-avila in #317
Full Changelog: v0.8.0...v0.9.0