LlamaIndex v0.14.25
LlamaIndex v0.14.25 resolves multiple security alerts across core, callbacks, agents, and embedding packages, removes deprecated IPEX integrations, and adds native async support to StructuredLLMRerank.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
LlamaIndex release v0.14.25 addresses multiple maintenance and security updates across the ecosystem. In llama-index-core 0.14.25, deprecated ipex-llm and optimum-intel IPEX integrations have been removed. Core features and fixes include native async support for StructuredLLMRerank, restored compact and refine streaming, logic to avoid retrying failed function tools, test coverage for empty arguments in streamed tool calls, and a fallback for metadata replacement when the target value is None. Additionally, a large suite of agent, callback, and embedding integration packages (including agentmesh, azure, bedrock, cohere, and others) received version bumps primarily to address security and Dependabot dependency alerts via PRs 22855 and 22921.
可执行摘要
LlamaIndex updated to core v0.14.25 alongside multiple package bumps. Key updates include broad dependency security fixes across numerous packages, removal of deprecated ipex-llm and optimum-intel IPEX integrations, native async support in StructuredLLMRerank, and core fixes for streaming, failed function tool retry prevention, and metadata replacement handling.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade llama-index-core to 0.14.25 and relevant sub-packages to receive security dependency updates.
- Migrate away from deprecated ipex-llm and optimum-intel IPEX integrations if currently in use, as they have been removed from core.