v0.14.21
Breaking Changes📦 llamaindexView on GitHub →
⚠ 1 breaking✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release primarily focuses on dependency bumps across numerous packages and includes critical bug fixes in llama-index-core related to node deletion and structured output handling. A breaking change related to message block resolution was also addressed.
⚠️ Breaking Changes
- A breaking change in Message Block Buffer Resolution was fixed in llama-index-core, which might affect how message blocks were previously handled.
✨ New Features
- Added HTTP client support to llama-index-embeddings-nvidia.
🐛 Bug Fixes
- Prevented `KeyError` in `DocumentSummaryIndex.delete_nodes` when an invalid node ID was provided.
- Handled `ValueError` and `TypeError` resulting from structured output failures in llama-index-core.
- Added explicit UTF-8 encoding to `fs.open()` calls in the persistence layer.