| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-31 | 1.6 kB | |
| v0.9.0 source code.tar.gz | 2026-07-31 | 79.7 kB | |
| v0.9.0 source code.zip | 2026-07-31 | 106.2 kB | |
| Totals: 3 Items | 187.5 kB | 2 | |
What's Changed
- ✨ feat: add PGVECTOR_CREATE_EXTENSION env to support managed Postgres by @danny-avila in https://github.com/danny-avila/rag_api/pull/284
- ♻️ feat: add PG_POOL_PRE_PING/PG_POOL_RECYCLE for dropped remote DB connections by @danny-avila in https://github.com/danny-avila/rag_api/pull/285
- 🔒 chore: bump python-dotenv to 1.2.2 to patch Dependabot alert by @danny-avila in https://github.com/danny-avila/rag_api/pull/286
- 📐 feat: add EMBEDDINGS_DIMENSIONS env for text-embedding-3 models by @danny-avila in https://github.com/danny-avila/rag_api/pull/287
- 🎯 feat: add RAG_DISTANCE_THRESHOLD to drop weak retrieval matches by @danny-avila in https://github.com/danny-avila/rag_api/pull/288
- 🗄️ feat: add POSTGRES_SCHEMA to pin pgvector tables to a custom schema by @danny-avila in https://github.com/danny-avila/rag_api/pull/289
- 📦 chore: update Python version and dependencies in Dockerfiles and requirements by @danny-avila in https://github.com/danny-avila/rag_api/pull/308
- 🛡️ fix: Patch pypdf and cryptography Security Alerts by @danny-avila in https://github.com/danny-avila/rag_api/pull/314
- 📚 fix: Fail Docker Builds on NLTK Download Errors by @danny-avila in https://github.com/danny-avila/rag_api/pull/315
- 🐘 feat: Guard pgvector Startup DDL by @danny-avila in https://github.com/danny-avila/rag_api/pull/316
- 🏭 feat: Add Safe Parallel Ingestion Consumers by @danny-avila in https://github.com/danny-avila/rag_api/pull/317
Full Changelog: https://github.com/danny-avila/rag_api/compare/v0.8.0...v0.9.0