Commit cc2a6ab
committed
chore: bump version to 0.5.3
Fixed CRITICAL bug where SchemaManager ignored VECTOR_DIMENSION environment variable.
Changes in 0.5.3:
- SchemaManager now correctly reads vector dimension from CloudConfiguration API
- Fixes FHIR-AI-Hackathon deployment issues with custom embedding dimensions
- Fixed iris.dbapi import issues in connection_pool.py (removed invalid Connection type hints)
- Added 9 comprehensive integration tests against real IRIS database (100% passing)
- Configuration priority chain (env > config > defaults) now works correctly
- Fixed pyproject.toml packaging to prevent namespace pollution (removed adapters* and evaluation_framework* from package)
Integration Test Coverage:
- ConnectionManager with CloudConfiguration environment variables (2 tests)
- SchemaManager dimension configuration with VECTOR_DIMENSION env var (3 tests)
- Configuration priority chain validation (3 tests)
- End-to-end configuration flow to database (1 test)
FHIR-AI-Hackathon Compatibility: SchemaManager now properly reads VECTOR_DIMENSION=1024 and other custom dimensions.1 parent e137b22 commit cc2a6ab
3 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
3 | 31 | | |
4 | 32 | | |
5 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments