LlamaIndex

AI

A data framework for connecting custom data sources to large language models.

Latest v0.14.23 · by LlamaIndexWebsiterun-llama/llama_index

Release activity

Release activity — 10 releases across 10 days since Jan 21, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jan 21, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 20261 release on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Apr 30, 2026No releases on May 7, 20261 release on May 14, 2026No releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on May 2, 2026No releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

10 releases since Jan 21, 2026

Changelog

v0.14.23

Added 4
  • Multimodal synthesis capabilities
  • Tool calling mock LLM
  • Multimodal query engines
  • DocumentBlock and VideoBlock support in FunctionTool output parsing
Changed 3
  • Use a set instead of a list for within-batch dedup in ingestion pipeline
  • Simplify serialized payloads to instrumentation
  • Allow google-genai 2.0+ SDKs
Fixed 11
  • Guard against ZeroDivisionError on empty input sequences in prompt_helper
  • Preserve URL-backed video and document memory blocks
  • Add explicit encoding='utf-8' to llama-index-core text-mode file I/O
  • Preserve IndexNode obj during model dump
  • Deep copy initial_state in workflow to prevent mutation leaks across runs
  • Match missing metadata for NE and NIN filters

Release Notes

[2026-06-24]
llama-index-callbacks-argilla [0.5.0]
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-core [0.14.23]
  • feat(core): Multimodal synthesis part 2 (#21561)
  • fix(core): add DocumentBlock and VideoBlock to FunctionTool._parse_tool_output (#21678)
  • fix(prompt_helper): guard against ZeroDivisionError on empty input sequences (#21707)
  • Preserve URL-backed video and document memory blocks (#21728)
  • fix: add explicit encoding='utf-8' to llama-index-core text-mode file I/O (#21729)
  • Add tool calling mock LLM (#21732)
  • make tests green again (#21737)
  • Fix refresh_ref_docs kwargs reuse (#21752)
  • perf: use a set instead of a list for within-batch dedup in Ingestion… (#21755)
  • fix: use running loop in ingestion pipeline (#21765)
  • fix(core): preserve IndexNode obj during model dump (#21776)
  • fix(workflow): deep copy initial_state to prevent mutation leaks across runs (#21780)
  • Multimodal query engines (#21784)
  • fix(core): match missing metadata for NE and NIN filters (#21785)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
  • Fix RecursionError in TokenTextSplitter & SentenceSplitter for units larger than chunk_size (#21900)
  • simplify serialized payloads to instrumentation (#22130)
llama-index-embeddings-adapter [0.5.0]
  • fix: use utf-8 for adapter config files (#21773)
llama-index-embeddings-autoembeddings [0.3.0]
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-embeddings-cohere [0.8.0]
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-embeddings-gaudi [0.4.0]
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-embeddings-google-genai [0.5.1]
  • chore: allow google-genai 2.0+ SDKs (#21710)
llama-index-embeddings-heroku [0.2.0]
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-embeddings-huggingface-optimum [0.4.1]
  • make tests green again (#21737)
llama-index-embeddings-ibm [0.6.0.post1]
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-embeddings-jinaai [0.6.0]
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-embeddings-litellm [0.5.0]
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-embeddings-modelscope [0.6.0]
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-embeddings-nvidia [0.5.1]
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-embeddings-premai [0.5.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-embeddings-upstage [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-embeddings-vllm [0.1.1]
  • chore(deps): bump the uv group across 7 directories with 6 updates (#21736)
llama-index-embeddings-voyageai [0.6.0]
  • make tests green again (#21737)
llama-index-embeddings-zhipuai [0.4.0]
  • make tests green again (#21737)
llama-index-graph-rag-cognee [0.3.1]
  • make tests green again (#21737)
llama-index-llms-ai21 [0.7.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-llms-anthropic [0.11.6]
  • feat(bedrock-converse, anthropic): add Claude Opus 4.8 (#21802)
  • feat(anthropic): Add support for Claude Fable 5 (#21919)
llama-index-llms-bedrock-converse [0.14.14]
  • fix(bedrock-converse): parse streaming tool_kwargs from string to dict (#21580)
  • fix(bedrock-converse): serialize rich content blocks in tool results (#21677)
  • feat(bedrock-converse, anthropic): add Claude Opus 4.8 (#21802)
  • feat(bedrock-converse): add Claude Fable 5 to model allowlists (#22033)
llama-index-llms-cerebras [0.4.1]
  • fix(cerebras): bump llama-index-llms-openai-like to >=0.6.0,<0.9 (#21914)
llama-index-llms-gaudi [0.4.0]
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-llms-google-genai [0.9.5]
  • chore: allow google-genai 2.0+ SDKs (#21710)
  • Bump version from 0.9.4 to 0.9.5 (#21712)
llama-index-llms-heroku [0.2.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix: preserve TreeSelectLeafRetriever source nodes (#21787)
llama-index-llms-maritalk [0.6.0]
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-llms-nvidia [0.5.1]
  • fix: relax NVIDIA LLM openai-like dependency (#21911)
llama-index-llms-oci-data-science [1.1.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-openai [0.7.9]
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • Support vLLM reasoning field in OpenAI messages (#21753)
llama-index-llms-openai-like [0.7.2]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-openrouter [0.5.1]
  • fix(openrouter): support llama-index-llms-openai-like 0.7 (#21891)
llama-index-llms-openvino-genai [0.3.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-ovhcloud [0.2.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-perplexity [0.5.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-portkey [0.5.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-upstage [0.8.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-yi [0.5.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-llms-you [0.5.0]
  • fix: correct documentation typos in You.com and YugabyteDB docs. (#21709)
llama-index-llms-zhipuai [0.5.0]
  • make tests green again (#21737)
llama-index-memory-bedrock-agentcore [0.1.2]
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-memory-mem0 [2.0.0]
  • Upgrade mem0 to 2.x (llama-index-memory-mem0) (#21711)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-node-parser-chonkie [0.1.2]
  • make tests green again (#21737)
llama-index-observability-otel [0.6.2]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-postprocessor-alibabacloud-aisearch-rerank [0.4.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-bedrock-rerank [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-cohere-rerank [0.9.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • make tests green again (#21737)
llama-index-postprocessor-colbert-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-colpali-rerank [0.4.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-contextual-rerank [0.3.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-dashscope-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-flag-embedding-reranker [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-flashrank-rerank [0.2.1]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-google-rerank [0.1.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-postprocessor-jinaai-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-longllmlingua [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-mixedbreadai-rerank [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-nvidia-rerank [0.6.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-postprocessor-openvino-rerank [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-pinecone-native-rerank [0.3.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-presidio [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-rankgpt-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-rankllm-rerank [0.6.2]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
  • make tests green again (#21737)
  • Fix RankLLM PromptMode import compatibility (#21789)
llama-index-postprocessor-sbert-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-siliconflow-rerank [0.4.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-tei-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-voyageai-rerank [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-postprocessor-xinference-rerank [0.4.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-program-evaporate [0.6.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-program-guidance [0.5.0]
  • chore(deps): bump the uv group across 23 directories with 3 updates (#21656)
llama-index-readers-airbyte-zendesk-support [0.5.0]
  • chore(deps): bump langsmith from 0.1.147 to 0.8.0 in /llama-index-integrations/readers/llama-index-readers-airbyte-zendesk-support (#21655)
llama-index-readers-astra-db [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
llama-index-readers-athena [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
llama-index-readers-awadb [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
llama-index-readers-azcognitive-search [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
llama-index-readers-azstorage-blob [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
llama-index-readers-bagel [0.4.1]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
llama-index-readers-bilibili [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
llama-index-readers-bitbucket [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
llama-index-readers-boarddocs [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
llama-index-readers-box [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
llama-index-readers-chatgpt-plugin [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
llama-index-readers-chroma [0.4.1]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
llama-index-readers-confluence [0.7.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
llama-index-readers-couchbase [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-couchdb [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-dad-jokes [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-dashscope [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-dashvector [0.6.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-database [0.6.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • make tests green again (#21737)
llama-index-readers-datasets [0.2.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-deeplake [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-discord [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-docling [0.4.2]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-docstring-walker [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-docugami [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-document360 [0.4.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-earnings-call-transcript [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-elasticsearch [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-faiss [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
llama-index-readers-feedly-rss [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
llama-index-readers-feishu-docs [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-file [0.6.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-firebase-realtimedb [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-firestore [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21657)
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-gcs [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-genius [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-gitbook [0.5.0]
  • chore(deps-dev): bump the uv group across 33 directories with 2 updates (#21663)
  • chore(deps): bump the uv group across 32 directories with 3 updates (#21664)
  • chore(deps): bump the uv group across 29 directories with 3 updates (#21665)
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-readers-github [0.11.2]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • make tests green again (#21737)
llama-index-readers-joplin [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-mbox [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-microsoft-sharepoint [0.9.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-obsidian [0.7.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-pandas-ai [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-patentsview [1.1.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-pebblo [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-s3 [0.6.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • chore(deps): bump the pip group across 1 directory with 1 update (#21735)
llama-index-readers-whatsapp [0.5.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-retrievers-you [1.1.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-storage-chat-store-opensearch [0.2.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
llama-index-storage-chat-store-redis [0.7.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-tools-airweave [0.3.0]
  • make tests green again (#21737)
llama-index-tools-aws-bedrock-agentcore [0.3.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-tools-exa [0.5.2]
  • exa tool: update to current API conventions (#21705)
llama-index-tools-google [0.7.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-tools-mcp-discovery [0.2.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-tools-playwright [0.4.0]
  • make tests green again (#21737)
llama-index-tools-seltz [0.4.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • make tests green again (#21737)
llama-index-tools-typecast [0.1.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-utils-huggingface [0.5.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-utils-oracleai [0.4.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-utils-qianfan [0.5.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-vector-stores-couchbase [0.7.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • make tests green again (#21737)
llama-index-vector-stores-milvus [1.1.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • fix(milvus): resolve issue with string_expr and filter precedence for… (#21779)
llama-index-vector-stores-mongodb [0.10.1]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-vector-stores-oceanbase [0.4.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-vector-stores-opensearch [1.2.0]
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-vector-stores-qdrant [0.10.1]
  • chore(deps): bump the uv group across 31 directories with 3 updates (#21668)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • make tests green again (#21737)
llama-index-vector-stores-vearch [0.5.0]
  • Update Vearch demo notebook imports (#21887)
llama-index-vector-stores-weaviate [1.6.1]
  • fix: support newer Weaviate batch context managers (#21507)
llama-index-vector-stores-yugabytedb [0.6.0]
  • fix: correct documentation typos in You.com and YugabyteDB docs. (#21709)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
llama-index-voice-agents-gemini-live [0.4.1]
  • chore: allow google-genai 2.0+ SDKs (#21710)
  • chore(deps): bump the pip group across 35 directories with 4 updates (#21714)
  • chore(deps): bump the uv group across 32 directories with 5 updates (#21717)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21719)
  • chore(deps): bump the uv group across 31 directories with 5 updates (#21720)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21721)
  • chore(deps): bump the uv group across 30 directories with 5 updates (#21722)
  • chore(deps): bump the pip group across 12 directories with 4 updates (#21724)
  • chore(deps): bump the uv group across 21 directories with 3 updates (#21725)
  • chore(deps): bump the pip group across 11 directories with 4 updates (#21726)
  • chore(deps): bump the uv group across 17 directories with 3 updates (#21727)
  • chore(deps): bump the uv group across 18 directories with 4 updates (#21733)
  • make tests green again (#21737)
View originalPermalink
How v0.14.23 went

v0.14.22

Added 1
  • Add multimodal synthesis support
Fixed 6
  • Let SparseEmbeddingStartEvent inherit EmbeddingStartEvent
  • Remove stale exports from public __all__ lists
  • Preserve cache writes from multiprocessing workers in IngestionPipeline
  • Avoid mutating response.raw in LLM event model_dump methods
  • Handle DocumentBlock in Memory._estimate_token_count
  • Propagate contextvars in sync_to_async for FunctionTool

Release Notes

[2026-05-14]
llama-index-agent-agentmesh [0.2.0]
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-agentops [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-aim [0.4.1]
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-argilla [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-callbacks-arize-phoenix [0.7.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-honeyhive [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-langfuse [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-literalai [1.4.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-openinference [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-opik [1.3.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-promptlayer [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-uptrain [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-callbacks-wandb [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-core [0.14.22]
  • fix(instrumentation): let SparseEmbeddingStartEvent inherit EmbeddingStartEvent (#21119)
  • fix: remove stale exports from public all lists (#21133)
  • Preserve cache writes from multiprocessing workers in IngestionPipeline (#21301)
  • feat(core): Multimodal synthesis (#21374)
  • fix: avoid mutating response.raw in LLM event model_dump methods (#21424)
  • fix(memory): handle DocumentBlock in Memory._estimate_token_count (#21529)
  • fix: propagate contextvars in sync_to_async for FunctionTool (#21558)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-adapter [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-alephalpha [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-alibabacloud-aisearch [0.4.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-anyscale [0.5.1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-autoembeddings [0.3.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-azure-inference [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-azure-openai [0.5.2]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-baseten [0.2.1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-bedrock [0.8.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-clarifai [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-clip [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-cloudflare-workersai [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-cohere [0.8.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-dashscope [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-databricks [0.5.1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-deepinfra [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-elasticsearch [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-fastembed [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-fireworks [0.5.2]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-gaudi [0.4.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • chore(deps): bump the pip group across 2 directories with 2 updates (#21436)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-gigachat [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-google-genai [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-heroku [0.2.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-huggingface [0.7.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-huggingface-api [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-huggingface-openvino [0.7.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-huggingface-optimum [0.4.1]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-huggingface-optimum-intel [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-ibm [0.6.0.post1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-instructor [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-isaacus [0.2.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-jinaai [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-langchain [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-litellm [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-llamafile [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-llm-rails [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-mistralai [0.5.1]
  • "fix: replace Mistral with MistralClient for mistralai>=2.0.0" (#21126)
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-mixedbreadai [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-modelscope [0.6.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-nebius [0.5.1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-netmind [0.3.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-nomic [0.8.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-nvidia [0.5.1]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-embeddings-oci-data-science [0.3.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-oci-genai [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-ollama [0.9.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-opea [0.3.1]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-openai [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-openai-like [0.3.1]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-openvino-genai [0.7.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-oracleai [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-premai [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-sagemaker-endpoint [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-siliconflow [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-text-embeddings-inference [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-textembed [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-together [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-vertex [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-vertex-endpoint [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-vllm [0.1.1]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-voyageai [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-xinference [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-yandexgpt [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-embeddings-zhipuai [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-evaluation-tonic-validate [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-extractors-entity [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-extractors-marvin [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-extractors-relik [0.4.1]
  • mass uv lock --upgrade (#21638)
llama-index-graph-rag-cognee [0.3.1]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-ApertureDB [0.3.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-falkordb [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-memgraph [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-nebula [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-neo4j [0.7.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-neptune [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-graph-stores-tidb [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-bge-m3 [0.7.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-colbert [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-dashscope [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-google [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-lancedb [0.3.1]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-llama-cloud [0.11.1]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-postgresml [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-vectara [0.6.0]
  • mass uv lock --upgrade (#21638)
llama-index-indices-managed-vertexai [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-ingestion-ray [0.2.0]
  • mass uv lock --upgrade (#21638)
llama-index-instrumentation [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-llms-aibadgr [0.2.0]
  • mass uv lock --upgrade (#21638)
llama-index-llms-alephalpha [0.5.0]
  • mass uv lock --upgrade (#21638)
llama-index-llms-alibabacloud-aisearch [0.4.0]
  • mass uv lock --upgrade (#21638)
llama-index-llms-anthropic [0.11.4]
  • anthropic: propagate thinking_delta in streaming additional_kwargs (#21423)
  • bedrock opus + anthropic opus 4.7 support (#21438)
  • mass uv lock --upgrade (#21638)
llama-index-llms-azure-openai [0.5.5]
  • fix(llms-azure-openai): add pytest-asyncio to dev dependencies (#21500)
  • fix(azure-openai): use deployment name in AzureOpenAIResponses structured predict (#21530)
llama-index-llms-bedrock-converse [0.14.10]
  • feat(bedrock-converse): Add support for Claude Opus 4.7 (#21405)
  • bedrock opus + anthropic opus 4.7 support (#21438)
  • do not pass temperature to bedrock retry (#21439)
  • feat(bedrock-converse): add async_client param to reuse a shared aioboto3 client (#21556)
llama-index-llms-google-genai [0.9.4]
  • fix google genai thought output while streaming (#21502)
  • fix(google-genai): pass DocumentBlock.title as display_name to File API (#21641)
  • Google LLMs: Error earlier if file is too large with vertexai client (#21642)
  • vbump google genai (#21649)
llama-index-llms-mistralai [0.10.2]
  • "fix: replace Mistral with MistralClient for mistralai>=2.0.0" (#21126)
  • Version bump (#21547)
llama-index-llms-openai [0.7.8]
  • fix: JSON-serialize ToolCallBlock.tool_kwargs in to_openai_message_dict (#21389)
  • feat(llms-openai): add gpt-5.5 and gpt-5.5-2026-04-23 model support (#21499)
  • fix(azure-openai): use deployment name in AzureOpenAIResponses structured predict (#21530)
llama-index-llms-openai-like [0.7.2]
  • feat(openai-like): add OpenAILikeResponses class for Responses API (#21246)
llama-index-observability-otel [0.6.2]
  • [bugfix] otel spans should attach to context (#21533)
  • Fix OTel context detach noise (#21587)
llama-index-utils-azure [0.5.0]
  • chore(deps): bump the pip group across 55 directories with 3 updates (#21435)
llama-index-vector-stores-qdrant [0.10.1]
  • fix(qdrant): fix async collection creation using AsyncQdrantClient (#21419)
View originalPermalink
How v0.14.22 went

v0.14.21

Added 1
  • add http client support to embeddings-nvidia
Fixed 4
  • prevent KeyError in DocumentSummaryIndex.delete_nodes when invalid node ID is provided
  • handle ValueError and TypeError from structured output failures
  • add explicit UTF-8 encoding to persistence layer fs.open() calls
  • fix breaking change in message block buffer resolution

Release Notes

[2026-04-21]
llama-index-callbacks-honeyhive [0.5.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-core [0.14.21]
  • fix(core): prevent KeyError in DocumentSummaryIndex.delete_nodes when invalid node ID is provided (#21067)
  • fix(core): handle ValueError and TypeError from structured output failures (#21090)
  • fix: add explicit UTF-8 encoding to persistence layer fs.open() calls (#21111)
  • Fix Breaking Change in Message Block Buffer Resolution (#21339)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-embeddings-huggingface-optimum [0.4.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-nvidia [0.5.1]
  • feat(embeddings-nvidia): add http client support (#21046)
llama-index-embeddings-oracleai [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-premai [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-embeddings-text-embeddings-inference [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-textembed [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-together [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-upstage [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-embeddings-vertex [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-vertex-endpoint [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-vllm [0.1.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-voyageai [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-xinference [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-yandexgpt [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-embeddings-zhipuai [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-evaluation-tonic-validate [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-extractors-entity [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-extractors-marvin [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-extractors-relik [0.4.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-graph-stores-ApertureDB [0.3.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-graph-stores-falkordb [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-graph-stores-memgraph [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-graph-stores-nebula [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-graph-stores-neo4j [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-graph-stores-neptune [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-graph-stores-tidb [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-indices-managed-bge-m3 [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-colbert [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-dashscope [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-google [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-lancedb [0.3.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-llama-cloud [0.11.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-indices-managed-postgresml [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-vectara [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-indices-managed-vertexai [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-ingestion-ray [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-ai21 [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-aibadgr [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-alephalpha [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-alibabacloud-aisearch [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-anyscale [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-asi [0.3.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-azure-inference [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-azure-openai [0.5.3]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-baseten [0.2.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-bedrock [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-bedrock-converse [0.14.6]
  • Adds Google Gemma models and Bump version to 0.14.6 (#21380)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-cerebras [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-clarifai [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-cleanlab [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-cloudflare-ai-gateway [0.2.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
llama-index-llms-cometapi [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-dashscope [0.6.1]
  • fix(dashscope): separate num_output from context_window to fix prompt… (#21051)
llama-index-llms-databricks [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-deepinfra [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-deepseek [0.3.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-everlyai [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-featherlessai [0.3.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-fireworks [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-friendli [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-gaudi [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-gigachat [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-groq [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-helicone [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-heroku [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-huggingface [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-huggingface-api [0.7.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-keywordsai [1.2.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
llama-index-llms-konko [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-langchain [0.8.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-litellm [0.7.1]
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-llama-api [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-llama-cpp [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-llamafile [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-lmstudio [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-localai [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-maritalk [0.6.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-meta [0.3.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-mistralai [0.10.1]
  • fix: parse MistralAI structured ThinkChunk/TextChunk without regex (#20916)
llama-index-llms-monsterapi [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-openai [0.7.5]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-openai-like [0.7.1]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-openvino-genai [0.3.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-ovhcloud [0.2.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-perplexity [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-portkey [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-upstage [0.8.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-llms-yi [0.5.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-postprocessor-cohere-rerank [0.8.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-postprocessor-google-rerank [0.1.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-postprocessor-nvidia-rerank [0.6.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-datasets [0.2.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-gcs [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-github [0.11.2]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-joplin [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-mbox [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-microsoft-sharepoint [0.9.1]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-obsidian [0.7.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-paddle-ocr [0.2.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-pandas-ai [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-patentsview [1.1.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-pebblo [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-s3 [0.6.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-readers-whatsapp [0.5.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-storage-chat-store-redis [0.7.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-tools-aws-bedrock-agentcore [0.3.1]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-tools-google [0.7.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-tools-mcp-discovery [0.2.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-tools-seltz [0.3.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-tools-typecast [0.1.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-utils-huggingface [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-utils-oracleai [0.4.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-utils-qianfan [0.5.0]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-couchbase [0.7.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-databricks [0.6.1]
  • fix: make primary key column configurable in DatabricksVectorSearch (#20966)
llama-index-vector-stores-milvus [1.1.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-mongodb [0.10.1]
  • chore(deps): bump the pip group across 96 directories with 2 updates (#21381)
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-oceanbase [0.4.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-opensearch [1.2.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
llama-index-vector-stores-yugabytedb [0.6.0]
  • chore(deps): bump the pip group across 87 directories with 2 updates (#21382)
  • chore(deps): bump the pip group across 68 directories with 2 updates (#21394)
View originalPermalink
How v0.14.21 went

v0.14.20

Security 1
  • Fix vulnerability with nltk across multiple packages

Release Notes

[2026-04-03]
llama-index-agent-agentmesh [0.2.0]
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-agentops [0.5.0]
  • chore(deps): bump the uv group across 50 directories with 2 updates (#21164)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-aim [0.4.1]
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-argilla [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-arize-phoenix [0.7.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-honeyhive [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-langfuse [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-literalai [1.4.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-openinference [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-opik [1.3.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-promptlayer [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-uptrain [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-callbacks-wandb [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-core [0.14.20]
  • chore(deps): bump the uv group across 46 directories with 2 updates (#21153)
  • fix(core): use async query generation in QueryFusionRetriever._aretrieve (#21160)
  • chore(deps): bump the uv group across 50 directories with 2 updates (#21164)
  • docs: fix typos, grammar, and formatting inconsistencies (#21218)
  • fix: fix extra bracket in data_sources and typo in data_sinks (#21251)
  • chore(deps): bump the uv group across 47 directories with 1 update (#21254)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
  • fix vulnerability with nltk (#21275)
  • Update llama-index-workflows dependency to >=2.14.0 (#21277)
  • Delete old folders (#21286)
llama-index-embeddings-adapter [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-alephalpha [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-alibabacloud-aisearch [0.4.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-anyscale [0.5.1]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-autoembeddings [0.3.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-azure-inference [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-azure-openai [0.5.2]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • azure vbump (#21168)
  • fix: Azure OpenAI embeddings' dependencies (#21170)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-baseten [0.2.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-bedrock [0.8.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-clarifai [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-clip [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-cloudflare-workersai [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-cohere [0.8.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-dashscope [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-databricks [0.5.1]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-deepinfra [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-elasticsearch [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-fastembed [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-fireworks [0.5.2]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-gaudi [0.4.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-gigachat [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-google-genai [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-heroku [0.2.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-huggingface [0.7.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-huggingface-api [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-huggingface-openvino [0.7.0]
  • chore(deps): bump the uv group across 2 directories with 1 update (#21240)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-huggingface-optimum [0.4.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-huggingface-optimum-intel [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 2 directories with 1 update (#21240)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-ibm [0.6.0.post1]
  • chore(deps): bump the uv group across 50 directories with 2 updates (#21164)
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-instructor [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-isaacus [0.2.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-jinaai [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-langchain [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-litellm [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-llamafile [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-llm-rails [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-mistralai [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-mixedbreadai [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-modelscope [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-nebius [0.5.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-netmind [0.3.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-nomic [0.8.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-nvidia [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-oci-data-science [0.3.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-oci-genai [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-ollama [0.9.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-opea [0.3.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-openai [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-openai-like [0.3.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-openvino-genai [0.7.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-oracleai [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-premai [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-sagemaker-endpoint [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-siliconflow [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-text-embeddings-inference [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-textembed [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-together [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-upstage [0.6.1]
  • chore(deps): bump the uv group across 50 directories with 2 updates (#21164)
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-vertex [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-vertex-endpoint [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-vllm [0.1.1]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-voyageai [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-xinference [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-yandexgpt [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-embeddings-zhipuai [0.4.0]
  • fix vulnerability with nltk (#21275)
llama-index-evaluation-tonic-validate [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-extractors-entity [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-extractors-marvin [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-extractors-relik [0.4.1]
  • fix vulnerability with nltk (#21275)
llama-index-graph-rag-cognee [0.3.1]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-ApertureDB [0.3.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-falkordb [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-memgraph [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-nebula [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-neo4j [0.7.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-neptune [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-graph-stores-tidb [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-indices-managed-bge-m3 [0.7.0]
  • fix vulnerability with nltk (#21275)
llama-index-indices-managed-colbert [0.6.0]
  • fix vulnerability with nltk (#21275)
llama-index-indices-managed-dashscope [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-instrumentation [0.5.0]
  • fix vulnerability with nltk (#21275)
llama-index-llms-anthropic [0.11.2]
  • feat(llms/anthropic): add claude-sonnet-4-6 and claude-opus-4-6 to structured output list (#21113)
llama-index-llms-bedrock-converse [0.14.5]
  • feat: add support for deepseek v3 models in bedrock converse (#21212)
  • feat (llama-index-llms-bedrock-converse): Add region prefixes to LLM model name extraction in Bedrock Converse (#21227)
llama-index-llms-cohere [0.8.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-llms-dashscope [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-llms-google-genai [0.9.1]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
llama-index-llms-ibm [0.7.0.post1]
  • chore(deps): bump the uv group across 50 directories with 2 updates (#21164)
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-llms-oci-data-science [1.1.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-llms-openai [0.7.5]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • Fix input_file serialization in Responses API message dict (#21172)
  • vbump openai (#21176)
  • fix(openai): preserve assistant text alongside tool calls and serialize tool kwargs to JSON (#21180)
  • feat(llama-index-integrations): add gpt-5.3 model family support to openai model mappings (#21190)
  • feat(llama-index-integrations): add gpt-5.4-2026-03-05 dated snapshot model to openai model registry (#21191)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
llama-index-llms-openai-like [0.7.1]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-llms-openvino-genai [0.3.1]
  • fix run stream llm request using ov genai will report std::runtime_error(ISSUE 20802) (#20803)
llama-index-memory-mem0 [1.0.0]
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-observability-otel [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 24 directories with 1 update (#21219)
  • chore(deps): bump the uv group across 21 directories with 2 updates (#21221)
llama-index-postprocessor-cohere-rerank [0.8.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-postprocessor-nvidia-rerank [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-protocols-ag-ui [0.3.1]
  • feat: add the ability to take dynamic tools from outside (ag-ui) (#21149)
llama-index-readers-datasets [0.2.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-readers-github [0.11.2]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-readers-microsoft-sharepoint [0.9.1]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-readers-patentsview [1.1.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in /llama-index-integrations/readers/llama-index-readers-service-now in the pip group across 1 directory (#21253)
llama-index-readers-whatsapp [0.5.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-retrievers-you [1.1.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-storage-chat-store-redis [0.7.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-vector-stores-milvus [1.1.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-vector-stores-oceanbase [0.4.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
  • chore(deps): bump the uv group across 53 directories with 1 update (#21255)
llama-index-vector-stores-opensearch [1.2.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
llama-index-vector-stores-yugabytedb [0.6.0]
  • chore(deps): bump the uv group across 58 directories with 1 update (#21166)
  • chore(deps): bump the uv group across 67 directories with 1 update (#21205)
View originalPermalink
How v0.14.20 went

v0.14.19

Added 5
  • Support azure openai responses
  • Set gemini 3 as default and add temperature support in google-genai
  • Add support for custom LLM provider in model kwargs for litellm
  • Add MiniMax LLM provider integration with M2.7 default
  • Add support for Mini and Nano variants of GPT 5.4 in openai
Changed 1
  • Enable llama-cloud>1.0 install
Fixed 10
  • Pass delete_from_docstore parameter in BaseIndex.delete_ref_doc
  • Preserve CTE names during schema prefixing in SQLDatabase.run_sql
  • Align sync retrieval dedup key with async using hash + ref_doc_id
  • Raise ValueError instead of returning string from structured_predict
  • Remove incorrect per-node delete calls in index helpers
  • Fix llama-cloud managed index and remove llamaparse reader

Release Notes

[2026-03-25]
llama-index-agent-agentmesh [0.2.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
llama-index-callbacks-argilla [0.5.0]
  • chore(deps): bump the uv group across 3 directories with 1 update (#21069)
llama-index-core [0.14.19]
  • fix: pass delete_from_docstore parameter in BaseIndex.delete_ref_doc (#20990)
  • fix(core): preserve CTE names during schema prefixing in SQLDatabase.run_sql (#21028)
  • fix(core): align sync retrieval dedup key with async (hash + ref_doc_id) (#21034)
  • fix(core): raise ValueError instead of returning string from structured_predict (#21036)
  • fix(core): remove incorrect per-node delete calls in index helpers (#21050)
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
  • enable llama-cloud>1.0 install (#21140)
llama-index-embeddings-fireworks [0.5.2]
  • test(embeddings-fireworks): add test suite and fix docs (#20977)
llama-index-embeddings-upstage [0.6.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
llama-index-indices-managed-llama-cloud [0.11.1]
  • fix: llama-cloud managed index and remove llamaparse reader (#21043)
  • enable llama-cloud>1.0 install (#21140)
llama-index-llms-azure-openai [0.5.3]
  • azure openai responses support (#21088)
  • fix azure openai responses (#21099)
llama-index-llms-bedrock-converse [0.14.3]
  • use proper tool choice format in bedrock converse (#21098)
llama-index-llms-cohere [0.8.0]
  • docs(cohere): update first basic usage example to chat API (#21108)
llama-index-llms-google-genai [0.9.1]
  • feat: gemini 3 default and temperature (#21060)
  • fix(google-genai): avoid mutating messages list in prepare_chat_params (#21141)
llama-index-llms-litellm [0.7.1]
  • Add support for custom LLM provider in model kwargs (#21095)
llama-index-llms-minimax [0.1.0]
  • feat: add MiniMax LLM provider integration with M2.7 default (#20955)
llama-index-llms-ollama [0.10.1]
  • fix(ollama): pass custom headers to auto-created clients (#21091)
llama-index-llms-openai [0.7.3]
  • feat(llms/openai): Add support for Mini and Nano variants of GPT 5.4 (#21065)
llama-index-llms-ovhcloud [0.2.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
llama-index-packs-agent-search-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-amazon-product-extraction [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-arize-phoenix-query-engine [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-auto-merging-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-code-hierarchy [0.7.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-cohere-citation-chat [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-deeplake-deepmemory-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-deeplake-multimodal-retrieval [0.4.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-dense-x-retrieval [0.6.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-diff-private-simple-dataset [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-evaluator-benchmarker [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-fusion-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-fuzzy-citation [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-gmail-openai-agent [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-koda-retriever [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-llama-dataset-metadata [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-llama-guard-moderator [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-llava-completion [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-longrag [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-mixture-of-agents [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-multi-tenancy-rag [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-multidoc-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-nebulagraph-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-neo4j-query-engine [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-node-parser-semantic-chunking [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-ollama-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-panel-chatbot [0.5.0]
  • chore(deps): bump the uv group across 3 directories with 1 update (#21069)
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-raft-dataset [0.5.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-ragatouille-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-raptor [0.4.1]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-recursive-retriever [0.8.1]
  • chore(deps): bump the uv group across 3 directories with 1 update (#21069)
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-searchain [0.3.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-self-discover [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-self-rag [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-sentence-window-retriever [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-snowflake-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-stock-market-data-query-engine [0.6.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-streamlit-chatbot [0.5.2]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-sub-question-weaviate [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-packs-timescale-vector-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
  • chore(deps): bump the uv group across 44 directories with 1 update (#21097)
llama-index-postprocessor-google-rerank [0.1.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
llama-index-readers-llama-parse [0.6.1]
  • enable llama-cloud>1.0 install (#21140)
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump nltk from 3.9.1 to 3.9.3 in /llama-index-integrations/readers/llama-index-readers-service-now in the uv group across 1 directory (#21080)
llama-index-storage-chat-store-opensearch [0.2.0]
  • chore(deps): bump the uv group across 49 directories with 1 update (#21083)
llama-index-tools-aws-bedrock-agentcore [0.3.1]
  • feat(tools/agentcore): add AgentCoreRuntime adapter (#21008)
  • fix bedrock tests (#21129)
llama-index-tools-exa [0.5.1]
  • update exa tool description and default search type (#21096)
llama-index-vector-stores-redis [0.8.0]
  • feat(redis): implement safe get_nodes and delete_nodes support (#20972)
llama-index-voice-agents-gemini-live [0.4.0]
  • feat: latest gemini model default (#21061)
View originalPermalink
How v0.14.19 went

v0.14.18

Added 1
  • Align text match filters across core and vector backends
Fixed 8
  • Preserve chat history on incomplete stream consumption
  • Guard against ZeroDivisionError in LlamaDebugHandler._get_time_stats_from_event_pairs
  • Add stacklevel=2 to warnings.warn() for accurate caller reporting
  • Use postprocess_nodes() in async retrieval paths
  • Preserve response metadata in async _aretrieve_from_object
  • Preserve non-ASCII schema descriptions in PydanticOutputParser
  • structured_predict() returns default values for single-field models
  • Fix OpenAI mimetype guess
Deprecated 1
  • Deprecate Python 3.9

Release Notes

[2026-03-16]
llama-index-agent-agentmesh [0.2.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-agent-azure [0.3.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-agentops [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-argilla [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-arize-phoenix [0.7.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-honeyhive [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
llama-index-callbacks-langfuse [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-literalai [1.4.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-openinference [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-opik [1.3.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-promptlayer [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-uptrain [0.6.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-callbacks-wandb [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-core [0.14.18]
  • feat: align text match filters across core and vector backends (#20883)
  • fix(chat_engine): preserve chat history on incomplete stream consumption (#20897)
  • fix: guard against ZeroDivisionError in LlamaDebugHandler._get_time_stats_from_event_pairs (#20937)
  • fix: add stacklevel=2 to warnings.warn() for accurate caller reporting (#20939)
  • chore: deprecate python 3.9 once and for all (#20956)
  • Release 0.14.17 (#20957)
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • fix: use apostprocess_nodes() in async retrieval paths (#20974)
  • fix (test) : use >= 1 to avoid racy stream_chat memory assertion (#20980)
  • fix(core): preserve response metadata in async _aretrieve_from_object (#20995)
  • fix: preserve non-ASCII schema descriptions in PydanticOutputParser (#21016)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
  • fix(core): structured_predict() returns default values for single-field models (#21025)
  • fix openai mimetype guess (#21030)
llama-index-embeddings-adapter [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-alephalpha [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-alibabacloud-aisearch [0.4.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-anyscale [0.5.1]
  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)
llama-index-embeddings-autoembeddings [0.3.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-azure-inference [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-azure-openai [0.5.1]
  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)
llama-index-embeddings-baseten [0.2.1]
  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)
llama-index-embeddings-bedrock [0.8.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-clarifai [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-clip [0.6.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-cloudflare-workersai [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-cohere [0.8.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-dashscope [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-databricks [0.5.1]
  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)
llama-index-embeddings-deepinfra [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-elasticsearch [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-fastembed [0.6.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-fireworks [0.5.1]
  • chore: deprecate python 3.9 once and for all (#20956)
  • vbump all the things (#20978)
llama-index-embeddings-gaudi [0.4.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-gigachat [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-google-genai [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-heroku [0.2.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-huggingface [0.7.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-huggingface-api [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-huggingface-openvino [0.7.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-huggingface-optimum-intel [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-instructor [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-isaacus [0.2.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-jinaai [0.6.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-langchain [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-litellm [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-llamafile [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-llm-rails [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-mistralai [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-embeddings-modelscope [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
llama-index-embeddings-nebius [0.5.1]
  • vbump all the things (#20978)
llama-index-embeddings-opea [0.3.1]
  • vbump all the things (#20978)
llama-index-embeddings-openai-like [0.3.1]
  • vbump all the things (#20978)
llama-index-embeddings-upstage [0.6.1]
  • vbump all the things (#20978)
llama-index-indices-managed-lancedb [0.3.1]
  • drop the mutable default in init (#20998)
llama-index-instrumentation [0.5.0]
  • chore: deprecate python 3.9 once and for all (#20956)
llama-index-llms-anthropic [0.11.1]
  • Bugfix: Pydantic validation error in AnthropicCompletionResponse (#21027)
llama-index-llms-anyscale [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-azure-openai [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-baseten [0.2.1]
  • vbump all the things (#20978)
llama-index-llms-bedrock-converse [0.14.2]
  • vbump all the things (#20978)
  • feat(bedrock-converse): Set context window size to 1M for Opus 4.6 & Sonnet 4.6 (#20982)
llama-index-llms-deepinfra [0.6.1]
  • vbump all the things (#20978)
llama-index-llms-everlyai [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-fireworks [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-keywordsai [1.2.1]
  • vbump all the things (#20978)
llama-index-llms-monsterapi [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-openai [0.7.2]
  • fix openai document block format (#20975)
  • feat(openai): add support for GPT-5.4 and GPT-5.4-pro models (#20976)
llama-index-llms-openai-like [0.7.1]
  • vbump all the things (#20978)
llama-index-llms-ovhcloud [0.2.1]
  • vbump all the things (#20978)
llama-index-llms-perplexity [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-portkey [0.5.1]
  • vbump all the things (#20978)
llama-index-llms-upstage [0.8.1]
  • vbump all the things (#20978)
llama-index-llms-yi [0.5.1]
  • vbump all the things (#20978)
llama-index-packs-agent-search-retriever [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-amazon-product-extraction [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-arize-phoenix-query-engine [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-auto-merging-retriever [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-code-hierarchy [0.7.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-cohere-citation-chat [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-deeplake-deepmemory-retriever [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-deeplake-multimodal-retrieval [0.4.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
llama-index-packs-dense-x-retrieval [0.6.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-diff-private-simple-dataset [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-evaluator-benchmarker [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-fusion-retriever [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-fuzzy-citation [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-gmail-openai-agent [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-koda-retriever [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-llama-dataset-metadata [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-llama-guard-moderator [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-llava-completion [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-longrag [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-mixture-of-agents [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-multi-tenancy-rag [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-multidoc-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-nebulagraph-query-engine [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-neo4j-query-engine [0.5.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-node-parser-semantic-chunking [0.5.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-ollama-query-engine [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-panel-chatbot [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-raft-dataset [0.5.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-rag-evaluator [0.5.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-ragatouille-retriever [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-raptor [0.4.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
llama-index-packs-recursive-retriever [0.8.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-resume-screener [0.10.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • vbump all the things (#20978)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-retry-engine-weaviate [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-searchain [0.3.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-self-discover [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-self-rag [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-sentence-window-retriever [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-snowflake-query-engine [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-stock-market-data-query-engine [0.6.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-streamlit-chatbot [0.5.2]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
llama-index-packs-sub-question-weaviate [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-timescale-vector-autoretrieval [0.5.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
  • chore(deps): bump the uv group across 42 directories with 2 updates (#21020)
llama-index-packs-trulens-eval-packs [0.4.1]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
  • chore(deps): bump langchain-community from 0.0.38 to 0.3.27 in /llama-index-packs/llama-index-packs-trulens-eval-packs (#20983)
  • chore(deps): bump the uv group across 43 directories with 5 updates (#20988)
llama-index-postprocessor-google-rerank [0.1.0]
  • feat(postprocessor): add Google Discovery Engine rerank integration (#20893)
llama-index-readers-gcs [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-github [0.11.2]
  • fix(github-reader): replace run_until_complete with asyncio_run for async compatibility (#20963)
  • vbump all the things (#20978)
llama-index-readers-joplin [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-mbox [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-microsoft-sharepoint [0.9.1]
  • vbump all the things (#20978)
llama-index-readers-obsidian [0.7.1]
  • vbump all the things (#20978)
llama-index-readers-pandas-ai [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-pebblo [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-s3 [0.6.1]
  • vbump all the things (#20978)
llama-index-readers-service-now [0.3.0]
  • chore(deps): bump the uv group across 51 directories with 3 updates (#20962)
llama-index-retrievers-bm25 [0.7.1]
  • fix: handle empty corpus after metadata filtering in BM25Retriever (#20926)
llama-index-storage-docstore-postgres [0.5.0]
  • Expose Postgres KVStore engine settings for timeouts (fix #15888) (#20951)
llama-index-storage-kvstore-postgres [0.5.0]
  • Expose Postgres KVStore engine settings for timeouts (fix #15888) (#20951)
llama-index-tools-google [0.7.1]
  • feat(google-tools): support service account and cloud auth for Calendar and Gmail (#20879)
llama-index-vector-stores-couchbase [0.7.1]
  • vbump all the things (#20978)
llama-index-vector-stores-mongodb [0.10.1]
  • vbump all the things (#20978)
llama-index-vector-stores-opensearch [1.2.0]
  • feat: align text match filters across core and vector backends (#20883)
llama-index-vector-stores-postgres [0.8.1]
  • feat(postgres): add MMR (Maximal Marginal Relevance) query support (#20860)
llama-index-vector-stores-qdrant [0.10.0]
  • feat: align text match filters across core and vector backends (#20883)
llama-index-vector-stores-solr [0.2.0]
  • feat: align text match filters across core and vector backends (#20883)
  • fix: correct typo 'compatability' to 'compatibility' in Solr client (#21029)
View originalPermalink
How v0.14.18 went

v0.14.16

Added 11
  • Add token-bucket rate limiter for LLM and embedding API calls
  • Add Multimodal LLMReranker
  • Add optional embed_model to SemanticDoubleMergingSplitterNodeParser
  • Add SlidingWindowRateLimiter for strict per-minute caps
  • Extend vector store metadata filters
  • Add Neo4j user agent
Changed 1
  • OTEL instrumentation enhancements
Fixed 22
  • Fix chonkie initialization documentation
  • Pass tool_choice through FunctionCallingProgram
  • Preserve doc_id in legacy_json_to_doc
  • Fix async retry backoff to avoid blocking event loop
  • Fix additionalProperties in auto-generated KG schema models
  • Respect db_schema when custom async_engine is provided
Deprecated 1
  • Deprecate asyncio_module in favour of get_asyncio_module
Security 1
  • Add RestrictedUnpickler to SimpleObjectNodeMapping to prevent insecure deserialization

Release Notes

[2026-03-10]
llama-index-core [0.14.16]
  • Add token-bucket rate limiter for LLM and embedding API calls (#20712)
  • Fix/20706 chonkie init doc (#20713)
  • fix: pass tool_choice through FunctionCallingProgram (#20740)
  • feat: Multimodal LLMReranker (#20743)
  • feat: add optional embed_model to SemanticDoubleMergingSplitterNodeParser (#20748)
  • fix(core): preserve doc_id in legacy_json_to_doc (#20750)
  • fix: async retry backoff to avoid blocking event loop (#20764)
  • Fix additionalProperties in auto-generated KG schema models (#20768)
  • fix: respect db_schema when custom async_engine is provided (#20779)
  • fix(core): replace blocking run_async_tasks with asyncio.gather (#20795)
  • feat(rate_limiter): add SlidingWindowRateLimiter for strict per-minute caps (#20799)
  • fix(core): preserve docstore_strategy across pipeline runs when no vector store is attached (#20824)
  • Fix FunctionTool not respecting pydantic Field defaults (#20839)
  • Fix MarkdownElementNodeParser to extract code blocks (#20840)
  • security: add RestrictedUnpickler to SimpleObjectNodeMapping (CWE-502) (#20857)
  • feat: extend vector store metadata filters (#20861)
  • fix(react): pass system_prompt to ReActChatFormatter template (#20873)
  • refactor: deprecate asyncio_module in favour of get_asyncio_module (#20902)
  • fix(core): partial-failure handling in SubQuestionQueryEngine (#20905)
  • fix: add bounds check to prevent infinite loop in ChatMemoryBuffer.get() (#20914)
  • fix: ensure streaming flag reset on exception in CondenseQuestionChatEngine (#20915)
  • fix: pass through run id correctly (#20928)
llama-index-embeddings-bedrock [0.7.4]
  • fix: raise ValueError when 'model' is passed instead of 'model_name' in BedrockEmbedding (#20836)
llama-index-embeddings-openai [0.5.2]
  • Respect Retry-After header in OpenAI retry decorator (#20813)
llama-index-embeddings-upstage [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-graph-stores-neo4j [0.6.0]
  • Add Neo4j user agent (#20827)
  • feat(neo4j): add apoc_sample parameter for large database schema introspection (#20859)
llama-index-instrumentation [0.4.3]
  • otel instrumentation enhancements (#20816)
llama-index-llms-anthropic [0.10.11]
  • Add User-Agent header for Anthropic API calls (#20771)
  • fix: apply cache_control only to last block to respect Anthropic's 4-block limit (#20875)
llama-index-llms-azure-inference [0.6.0]
  • fix(azure-inference): properly manage async client lifecycle to prevent unclosed sessions (#20885)
llama-index-llms-bedrock-converse [0.13.0]
  • fix(bedrock-converse): Improve handling of reasoningContent in responses from Converse & ConverStream requests (#20853)
llama-index-llms-langchain [0.7.2]
  • fix: bump ver to trigger llama-index-llms-langchain integration release (#20751)
llama-index-llms-mistralai [0.10.0.post2]
  • Fix mistralai pkg version bump (#20776)
  • fix: update Mistral package Python requirement (#20777)
llama-index-llms-modelslab [0.1.0]
  • feat: Add ModelsLab LLM integration (llama-index-llms-modelslab) (#20731)
llama-index-llms-openai [0.6.26]
  • fix-openai-toolcall-after-thinking #20333 (#20725)
  • fix: forward allow_parallel_tool_calls for OpenAI chat completions (#20744)
  • feat: gpt-5-chat support (#20774)
  • feat: support reasoning_content in OpenAI Chat Completions (#20786)
  • nit: add openai model name (#20800)
  • fix: Use constrained decoding for OpenAIResponses structured_predict (#20808)
  • Respect Retry-After header in OpenAI retry decorator (#20813)
  • fix openai tool calls (#20831)
  • fix: strip parallel_tool_calls for reasoning models (#20866)
llama-index-node-parser-chonkie [0.1.2]
  • Fix/20706 chonkie init doc (#20713)
llama-index-observability-otel [0.5.1]
  • feat: add extra span processors to register within the otel tracer (#20747)
  • feat: pass a custom tracer provider (#20765)
  • feat: add inheritance for external context (#20788)
  • otel instrumentation enhancements (#20816)
llama-index-packs-agent-search-retriever [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-amazon-product-extraction [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-arize-phoenix-query-engine [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • chore(deps): bump the uv group across 6 directories with 2 updates (#20856)
llama-index-packs-auto-merging-retriever [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-code-hierarchy [0.6.1]
  • chore(deps): bump the uv group across 8 directories with 2 updates (#20758)
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • bump the uv group across 9 directories with 2 updates (#20798)
  • chore(deps): bump the uv group across 6 directories with 2 updates (#20856)
llama-index-packs-cohere-citation-chat [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-deeplake-deepmemory-retriever [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-deeplake-multimodal-retrieval [0.3.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-dense-x-retrieval [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-diff-private-simple-dataset [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-evaluator-benchmarker [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-fusion-retriever [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-fuzzy-citation [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-gmail-openai-agent [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-koda-retriever [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-llama-dataset-metadata [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-llama-guard-moderator [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-llava-completion [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-longrag [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-mixture-of-agents [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-multi-tenancy-rag [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-multidoc-autoretrieval [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-nebulagraph-query-engine [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-neo4j-query-engine [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • feat(neo4j): add apoc_sample parameter for large database schema introspection (#20859)
llama-index-packs-node-parser-semantic-chunking [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-ollama-query-engine [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-panel-chatbot [0.4.1]
  • chore(deps): bump the uv group across 8 directories with 2 updates (#20758)
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • bump the uv group across 9 directories with 2 updates (#20798)
  • chore(deps): bump the uv group across 6 directories with 2 updates (#20856)
llama-index-packs-raft-dataset [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-rag-evaluator [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-ragatouille-retriever [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-raptor [0.4.1]
  • chore(deps): bump the uv group across 8 directories with 2 updates (#20758)
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • bump the uv group across 9 directories with 2 updates (#20798)
llama-index-packs-recursive-retriever [0.7.1]
  • chore(deps): bump the uv group across 8 directories with 2 updates (#20758)
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • bump the uv group across 9 directories with 2 updates (#20798)
  • chore(deps): bump the uv group across 6 directories with 2 updates (#20856)
llama-index-packs-resume-screener [0.9.3]
  • chore(deps): bump the uv group across 8 directories with 2 updates (#20758)
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
  • bump the uv group across 9 directories with 2 updates (#20798)
  • chore(deps): bump the uv group across 6 directories with 2 updates (#20856)
llama-index-packs-retry-engine-weaviate [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-searchain [0.2.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-self-discover [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-self-rag [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-sentence-window-retriever [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-snowflake-query-engine [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-stock-market-data-query-engine [0.5.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-streamlit-chatbot [0.5.2]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-sub-question-weaviate [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-timescale-vector-autoretrieval [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-packs-trulens-eval-packs [0.4.1]
  • chore(deps): bump the uv group across 47 directories with 3 updates (#20793)
llama-index-postprocessor-cohere-rerank [0.7.0]
  • Update CohereRerank to ClientV2 to enable V4 rerankers (#20778)
llama-index-readers-github [0.10.0]
  • bump the uv group across 9 directories with 2 updates (#20798)
llama-index-readers-igpt-email [0.1.0]
  • feat: Add iGPT Email Intelligence tool and reader integrations (#20727)
llama-index-readers-microsoft-sharepoint [0.8.1]
  • fix: set _drive_id_endpoint before early return in SharePointReader._get_drive_id (#20837)
llama-index-readers-preprocess [0.5.0]
  • Deprecate Preprocess reader: service discontinued (#20759)
llama-index-readers-screenpipe [0.1.0]
  • feat: add Screenpipe reader integration for screen OCR and audio tran… (#20789)
llama-index-storage-chat-store-opensearch [0.1.0]
  • feat: add OpenSearch chat store integration (#20796)
llama-index-storage-chat-store-redis [0.6.0]
  • perf(redis-chat-store): Use Pydantic directly for ChatMessage serialization & deserialization (#20931)
llama-index-tools-aws-bedrock-agentcore [0.2.0]
  • feat(tools): add browser management and code interpreter lifecycle to AWS Bedrock AgentCore (#20811)
llama-index-tools-igpt-email [0.1.0]
  • feat: Add iGPT Email Intelligence tool and reader integrations (#20727)
llama-index-tools-mcp [0.4.8]
  • fix: handle enum types in _resolve_union_option for Literal unions (#20780)
llama-index-tools-moss [0.2.0]
  • fix: Moss integration bug with QueryOptions (#20815)
llama-index-tools-seltz [0.2.0]
  • feat(seltz): update Seltz integration to SDK 0.2.0 (#20906)
llama-index-vector-stores-azureaisearch [0.4.5]
  • fix(azureaisearch): raise on unsupported query modes (#20846)
llama-index-vector-stores-lancedb [0.4.5]
  • fix(lancedb): paginate table existence checks (#20841)
llama-index-vector-stores-lantern [0.4.2]
  • fix(lantern,yugabytedb): remove deprecated sessionmaker.close_all() from close() (#20884)
llama-index-vector-stores-neo4jvector [0.5.3]
  • Add Neo4j user agent (#20827)
llama-index-vector-stores-opensearch [1.1.1]
  • fix(opensearch): defer OpensearchVectorClient index creation to first use (#20849)
  • fix(opensearch): track client ownership and clean up unclosed sessions (#20903)
llama-index-vector-stores-qdrant [0.9.2]
  • fix(qdrant): prevent alpha=0.0 from incorrectly falling back to 0.5 (#20880)
llama-index-vector-stores-weaviate [1.5.0]
  • fix: coerce Weaviate MetadataFilter values to match collection schema types (#20730)
llama-index-vector-stores-yugabytedb [0.5.5]
  • fix(lantern,yugabytedb): remove deprecated sessionmaker.close_all() from close() (#20884)
View originalPermalink
How v0.14.16 went

v0.14.15

Added 14
  • AgentMesh integration providing a trust layer for LlamaIndex agents
  • Support for basic operations on multimodal types
  • Recursive LLM type support
  • Multimodal template variable formatting
  • Multimodal prompt templates
  • Multimodal chat prompt helper
Changed 3
  • GitHubRepoReader enhanced with selective file fetching and deduplication
  • Observability-otel now uses llama-index-instrumentation instead of llama-index-core
  • MistralAI LLM integration updated for Azure SDK compatibility
Fixed 9
  • Remove redundant metadata_seperator field from TextNode
  • Ensure thinking_delta is populated in all chat modes for bedrock-converse
  • Ensure at least one message/content block is returned by the old memory
  • Replace mutable default argument in Bitbucket reader load_all_file_paths
  • LayoutIR reader hotfix for output_dir crash and Block extraction
  • Restrict LayoutIR requires-python to >=3.12 to match layoutir dependency
Removed 1
  • Persistent_connection parameter support from IBM embeddings and LLM integrations

Release Notes

[2026-02-18]
llama-index-agent-agentmesh [0.1.0]
  • [Integration] AgentMesh: Trust Layer for LlamaIndex Agents (#20644)
llama-index-core [0.14.15]
  • Support basic operations for multimodal types (#20640)
  • Feat recursive llm type support (#20642)
  • fix: remove redundant metadata_seperator field from TextNode (#20649)
  • fix(tests): update mock prompt type in mock_prompts.py (#20661)
  • Feat multimodal template var formatting (#20682)
  • Feat multimodal prompt templates (#20683)
  • Feat multimodal chat prompt helper (#20684)
  • Add retry and error handling to BaseExtractor (#20693)
  • ensure at least one message/content block is returned by the old memory (#20729)
llama-index-embeddings-ibm [0.6.0.post1]
  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)
llama-index-llms-anthropic [0.10.9]
  • Sonnet 4-6 addition (#20723)
llama-index-llms-bedrock-converse [0.12.10]
  • fix(bedrock-converse): ensure thinking_delta is populated in all chat modes (#20664)
  • feat(bedrock-converse): Add support for Claude Sonnet 4.6 (#20726)
llama-index-llms-ibm [0.7.0.post1]
  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)
llama-index-llms-mistralai [0.10.0]
  • Rrubini/mistral azure sdk (#20668)
llama-index-llms-oci-data-science [1.0.0]
  • Add support for new OCI DataScience endpoint /predictWithStream for streaming use case (#20545)
llama-index-observability-otel [0.3.0]
  • improve otel data serialization by flattening dicts (#20719)
  • feat: support custom span processor; refactor: use llama-index-instrumentation instead of llama-index-core (#20732)
llama-index-program-evaporate [0.5.2]
  • Sandbox LLM-generated code execution in EvaporateExtractor (#20676)
llama-index-readers-bitbucket [0.4.2]
  • fix: replace mutable default argument in load_all_file_paths (#20698)
llama-index-readers-github [0.10.0]
  • feat: Enhance GitHubRepoReader with selective file fetching and deduplication (Issue #20471) (#20550)
llama-index-readers-layoutir [0.1.1]
  • feat: Add LayoutIR reader integration (#20708)
  • fix(layoutir): hotfix for output_dir crash and Block extraction (#20708 follow-up) (#20715)
  • fix(layoutir): restrict requires-python to >=3.12 to match layoutir dependency (#20733)
llama-index-readers-microsoft-sharepoint [0.8.0]
  • Add pagination support for Microsoft Graph API calls in SharePoint reader (#20704)
llama-index-readers-whatsapp [0.4.2]
  • fix: Update WhatsAppChatLoader to retrieve DataFrame in pandas format (#20722)
llama-index-tools-mcp [0.4.7]
  • feat: propagate partial_params to get_tools_from_mcp utils (#20669)
llama-index-vector-stores-faiss [0.5.3]
  • Replace eval() with json.loads in FaissMapVectorStore persistence (#20675)
llama-index-vector-stores-milvus [1.0.0]
  • Fix: remove ORM Collection mix-usage with MilvusClient in Milvus vector store (#20687)
View originalPermalink
How v0.14.15 went

v0.14.14

Added 5
  • add Langchain 1.x support
  • add TokenBudgetHandler for cost governance
  • add client headers to Gemini API requests
  • add support for Opus 4.6
  • add support for adaptive thinking in Bedrock
Changed 3
  • compatibility for workflows context changes
  • update cacheable Anthropic models
  • improve bedrock converse retry handling
Fixed 12
  • catch pydantic ValidationError in VectorStoreQueryOutputParser
  • distinguish empty string from None in MediaResource.hash
  • fix DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated
  • fallback to bundled nltk cache if env var missing
  • handle edge case in truncate_text function
  • fix Thread passing None when target is None instead of copy_context().run

Release Notes

[2026-02-10]
llama-index-callbacks-wandb [0.4.2]
  • Fix potential crashes and improve security defaults in core components (#20610)
llama-index-core [0.14.14]
  • fix: catch pydantic ValidationError in VectorStoreQueryOutputParser (#20450)
  • fix: distinguish empty string from None in MediaResource.hash (#20451)
  • Langchain1.x support (#20472)
  • Fix DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated (#20517)
  • fix(core): fallback to bundled nltk cache if env var missing (#20528)
  • feat(callbacks): add TokenBudgetHandler for cost governance (#20546)
  • fix(core):handled a edge case in truncate_text function (#20551)
  • fix(core):fix in types Thread passing None when target is None instead of copy_context().run (#20553)
  • chore: bump llama-index lockfile, and minor test tweaks (#20556)
  • Compatibility for workflows context changes (#20557)
  • test(core): fix cache dir path test for Windows compatibility (#20566)
  • fix(tests): enforce utf-8 encoding in json reader tests for windows compatibility (#20576)
  • Fix BM25Retriever mapping in upgrade tool / 修复升级工具中的 BM25Retriever 映射 (#20582)
  • fix(agent): handle empty LLM responses with retry logic and add test cases (#20596)
  • fix: add show_progress parameter to run_transformations to prevent unexpected keyword argument error (#20608)
  • Fix potential crashes and improve security defaults in core components (#20610)
  • Add core 3.14 tests (#20619)
llama-index-embeddings-cohere [0.7.0]
  • fix(embeddings-cohere): add retry logic with tenacity (#20592)
llama-index-embeddings-google-genai [0.3.2]
  • Add client headers to Gemini API requests (#20519)
llama-index-embeddings-siliconflow [0.3.2]
  • Fix DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated (#20517)
llama-index-embeddings-upstage [0.5.1]
  • chore(deps): bump the uv group across 4 directories with 4 updates (#20531)
llama-index-graph-stores-falkordb [0.4.2]
  • fix(falkordb): Fix MENTIONS relationship creation with triplet_source_id (#20650)
llama-index-llms-anthropic [0.10.8]
  • chore: Update cacheable Anthropic models (#20581)
  • chore: add support for opus 4.6 (#20635)
llama-index-llms-bedrock-converse [0.12.8]
  • fix bedrock converse empty tool config issue (#20571)
  • fix(llms-bedrock-converse): improve bedrock converse retry handling (#20590)
  • feat(bedrock-converse): Add support for Claude Opus 4.6 (#20637)
  • Add support for adaptive thinking in Bedrock (#20659)
  • chore(deps): bump the pip group across 2 directories with 7 updates (#20662)
llama-index-llms-cohere [0.7.1]
  • Feat: add custom base_url support to Cohere LLM (#20534)
  • fix(llms-cohere): handle additional error types in retry logic (#20591)
llama-index-llms-dashscope [0.5.2]
  • fix(dashscope): remove empty tool_calls from assistant messages (#20535)
llama-index-llms-google-genai [0.8.7]
  • Add client headers to Gemini API requests (#20519)
  • fix(decorator):adds logic to llm_retry_decorator for async methods. (#20588)
  • Fix/google genai cleanup (#20607)
  • fix(google-genai): skip model meta fetch when not needed (#20639)
llama-index-llms-huggingface-api [0.6.2]
  • Update sensible default provider for huggingface inference api (#20589)
llama-index-llms-langchain [0.7.1]
  • Langchain1.x support (#20472)
llama-index-llms-openai [0.6.18]
  • OpenAI response fix (#20538)
  • feat: Add support for gpt-5.2-chat model (#20549)
  • fix(openai): make image_url detail optional in message dict (#20609)
  • Add new reasoning types (#20612)
  • fix(openai): exclude unsupported params for all reasoning models (#20627)
llama-index-llms-openai-like [0.6.0]
  • make transformers an optional dependency for openai-like (#20580)
llama-index-llms-openrouter [0.4.4]
  • make transformers an optional dependency for openai-like (#20580)
llama-index-llms-siliconflow [0.4.3]
  • Fix DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated (#20517)
llama-index-llms-upstage [0.7.0]
  • add new upstage model(solar-pro3) (#20544)
llama-index-llms-vllm [0.6.2]
  • feat: add openai-like server mode for VllmServer (#20537)
llama-index-memory-bedrock-agentcore [0.1.2]
  • Add event and memory record deletion methods in bedrock-agentcorememory (#20428)
  • chore(deps): update llama-index-core dependency lock to include 0.14.x (#20483)
llama-index-memory-mem0 [1.0.0]
  • fix: mem0 integration cleanup + refactor (#20532)
llama-index-node-parser-chonkie [0.1.1]
  • feat: add chonkie integration (#20622)
  • update readme (#20656)
llama-index-node-parser-docling [0.4.2]
  • fix: catch pydantic ValidationError in VectorStoreQueryOutputParser (#20450)
llama-index-packs-code-hierarchy [0.6.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-gmail-openai-agent [0.4.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-multidoc-autoretrieval [0.4.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-panel-chatbot [0.4.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-recursive-retriever [0.7.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
  • chore(deps): bump the pip group across 2 directories with 7 updates (#20662)
llama-index-packs-resume-screener [0.9.3]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-retry-engine-weaviate [0.5.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-streamlit-chatbot [0.5.2]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-sub-question-weaviate [0.4.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-packs-timescale-vector-autoretrieval [0.4.1]
  • chore(deps): bump the uv group across 12 directories with 14 updates (#20578)
llama-index-postprocessor-cohere-rerank [0.6.0]
  • fix(cohere-rerank): add retry logic and tenacity dependency to cohere rerank (#20593)
llama-index-postprocessor-nvidia-rerank [0.5.4]
  • fix(nvidia-rerank): fix initialization logic for on-prem auth (#20560)
  • fix(nvidia-rerank): correct private attribute reference (#20570)
  • fix(nvidia-rerank): Fix POST request url for locally hosted NIM rerankers (#20579)
llama-index-postprocessor-tei-rerank [0.4.2]
  • fix(tei-rerank): use index field from API response for correct score … (#20599)
  • test(tei-rerank): add test coverage for rerank retry coverage (#20600)
llama-index-protocols-ag-ui [0.2.4]
  • fix: avoid ValueError in ag-ui message conversion for multi-block ChatMessages (#20648)
llama-index-readers-datasets [0.1.0]
  • chore(deps): bump the uv group across 4 directories with 4 updates (#20531)
llama-index-readers-microsoft-sharepoint [0.7.0]
  • Sharepoint page support events (#20572)
llama-index-readers-obsidian [0.6.1]
  • Langchain1.x support (#20472)
llama-index-readers-service-now [0.2.2]
  • chore(deps): bump the pip group across 2 directories with 7 updates (#20662)
llama-index-tools-mcp [0.4.6]
  • feat: implement partial_params support to McpToolSpec (#20554)
llama-index-tools-mcp-discovery [0.1.0]
  • Add llama-index-tools-mcp-discovery integration (#20502)
llama-index-tools-moss [0.1.0]
  • feat(tools): add Moss search engine integration (#20615)
llama-index-tools-seltz [0.1.0]
  • feat(tools): add Seltz web knowledge tool integration (#20626)
llama-index-tools-typecast [0.1.0]
  • Migrate Typecast tool to V2 API for voices endpoints (#20548)
llama-index-tools-wolfram-alpha [0.5.0]
  • feat(wolfram-alpha): switch to LLM API with bearer auth (#20586)
llama-index-vector-stores-clickhouse [0.6.2]
  • fix(clickhouse): Add drop_existing_table parameter to prevent data loss (#20651)
llama-index-vector-stores-milvus [0.9.6]
  • chore(deps): bump the uv group across 4 directories with 4 updates (#20531)
llama-index-vector-stores-mongodb [0.9.1]
  • Update MongoDB vector store tests to use newer model (#20515)
llama-index-vector-stores-oceanbase [0.4.0]
  • feat(oceanbase): add sparse/fulltext/hybrid search (#20524)
llama-index-vector-stores-opensearch [1.0.0]
  • Changed OpenSearch engine default from deprecated nmslib to faiss (#20507)
  • chore(deps): bump the uv group across 4 directories with 4 updates (#20531)
llama-index-vector-stores-postgres [0.7.3]
  • fix(postgres): disable bitmap scan for vector queries (#20514)
llama-index-vector-stores-yugabytedb [0.5.4]
  • Add YugabyteDB as a Vector Store (#20559)
  • chore(deps): bump the pip group across 2 directories with 7 updates (#20662)
llama-index-voice-agents-gemini-live [0.2.2]
  • Add client headers to Gemini API requests (#20519)
View originalPermalink
How v0.14.14 went

v0.14.13

Added 9
  • Add early_stopping_method parameter to agent workflows
  • Add token-based code splitting support to CodeSplitter
  • Add RayIngestionPipeline integration for distributed data ingestion
  • Add multi-modal version of Condensed Conversation & Context
  • Add configurable empty response message to synthesizers
  • Add voyage-4 models
Changed 5
  • Replace ChatMemoryBuffer with Memory
  • Enable use of ARNs for Bedrock Embedding Models
  • Improved Ollama batch embedding
  • Enhance structured predict methods for anthropic
  • Remove extraneous thinking_delta kwarg from ChatMessage in bedrock-converse
Fixed 4
  • Raise value error when input is empty list in mean_agg instead of returning float
  • The classmethod of ReActChatFormatter should use cls instead of the class name
  • Preserve input_tokens in Anthropic stream_chat responses
  • Sanitize OpenAI structured output JSON schema name for generic Pydantic models
Deprecated 1
  • Deprecate llama-index-llms-gemini
Security 1
  • Remove exposed OpenAI API keys from notebook outputs

Release Notes

[2026-01-21]
llama-index-core [0.14.13]
  • feat: add early_stopping_method parameter to agent workflows (#20389)
  • feat: Add token-based code splitting support to CodeSplitter (#20438)
  • Add RayIngestionPipeline integration for distributed data ingestion (#20443)
  • Added the multi-modal version of the Condensed Conversation & Context… (#20446)
  • Replace ChatMemoryBuffer with Memory (#20458)
  • fix(bug):Raise value error on when input is empty list in mean_agg instead of returning float (#20466)
  • fix: The classmethod of ReActChatFormatter should use cls instead of the class name (#20475)
  • feat: add configurable empty response message to synthesizers (#20503)
llama-index-embeddings-bedrock [0.7.3]
  • Enable use of ARNs for Bedrock Embedding Models (#20435)
llama-index-embeddings-ollama [0.8.6]
  • Improved Ollama batch embedding (#20447)
llama-index-embeddings-voyageai [0.5.3]
  • Adding voyage-4 models (#20497)
llama-index-ingestion-ray [0.1.0]
  • Add RayIngestionPipeline integration for distributed data ingestion (#20443)
llama-index-llms-anthropic [0.10.6]
  • feat: enhance structured predict methods for anthropic (#20440)
  • fix: preserve input_tokens in Anthropic stream_chat responses (#20512)
llama-index-llms-apertis [0.1.0]
  • Add Apertis LLM integration with example notebook (#20436)
llama-index-llms-bedrock-converse [0.12.4]
  • chore(bedrock-converse): Remove extraneous thinking_delta kwarg from ChatMessage (#20455)
llama-index-llms-gemini [0.6.2]
  • chore: deprecate llama-index-llms-gemini (#20511)
llama-index-llms-openai [0.6.13]
  • Sanitize OpenAI structured output JSON schema name for generic Pydantic models (#20452)
  • chore: vbump openai (#20482)
llama-index-llms-openrouter [0.4.3]
  • Feature/openrouter provider routing support (#20431)
llama-index-packs-recursive-retriever [0.7.1]
  • security: remove exposed OpenAI API keys from notebook outputs (#20474)
llama-index-packs-sentence-window-retriever [0.5.1]
  • security: remove exposed OpenAI API keys from notebook outputs (#20474)
llama-index-readers-datasets [0.1.0]
  • Add HuggingFace datasets reader integration (#20468)
llama-index-readers-patentsview [1.0.0]
  • Patentsview reader api changes (#20481)
llama-index-retrievers-you [1.0.0]
  • Revamp YouRetriever integration (#20493)
llama-index-tools-parallel-web-systems [0.1.0]
  • feat: added Parallel Web System tools (#20442)
llama-index-vector-stores-alibabacloud-mysql [0.1.0]
  • Feature/alibaba mysql vector integration (#20396)
llama-index-vector-stores-milvus [0.9.6]
  • Feat milvus partition names (#20445)
  • improve(llama-index-vector-stores-milvus): Changed the partition parameter to milvus_partition_name in add/delete. (#20460)
llama-index-vector-stores-mongodb [0.9.1]
  • INTPYTHON-863 Fix mongodb async integration (#20444)
llama-index-vector-stores-neo4jvector [0.5.2]
  • Handle missing metadata for neo4j vector store (#20491)
llama-index-vector-stores-opensearch [0.6.3]
  • fix (opensearch): add close and aclose methods to vector client (#20463)
llama-index-vector-stores-qdrant [0.9.1]
  • Qdrant search params (#20476)
llama-index-vector-stores-vertexaivectorsearch [0.3.4]
  • feat(vertexaivectorsearch): add hybrid search support (#20487)
llama-index-vector-stores-volcenginemysql [0.2.0]
  • feat: Volcengine MySQL vector store integration (#20404)
View originalPermalink
How v0.14.13 went
View all

Discussion