Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
llama_index-0.14.0.tar.gz | 2025-09-08 | 8.0 kB | |
README.md | 2025-09-08 | 763 Bytes | |
v0.14.0 source code.tar.gz | 2025-09-08 | 263.9 MB | |
v0.14.0 source code.zip | 2025-09-08 | 268.8 MB | |
Totals: 4 Items | 532.7 MB | 8 |
Release Notes
[2025-09-08]
NOTE: All packages have been bumped to handle the latest llama-index-core version.
llama-index-core
[0.14.0]
- breaking: bumped
llama-index-workflows
dependency to 2.0 - Improve stacktraces clarity by avoiding wrapping errors in WorkflowRuntimeError
- Remove deprecated checkpointer feature
- Remove deprecated sub-workflows feature
- Remove deprecated
send_event
method from Workflow class (still existing on the Context class) - Remove deprecated
stream_events()
methods from Workflow class (still existing on the Context class) - Remove deprecated support for stepwise execution
llama-index-llms-openai
[0.5.6]
- feat: add support for document blocks in openai chat completions (#19809)