Skip to content

Commit 61bc305

Browse files
Release 0.14.18 (#21032)
* Prepare release * lint --------- Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com> Co-authored-by: Logan Markewich <logan.markewich@live.com>
1 parent db6f8df commit 61bc305

File tree

6 files changed

+892
-3
lines changed

6 files changed

+892
-3
lines changed

CHANGELOG.md

Lines changed: 667 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.postprocessor.google_rerank
2+
options:
3+
members: - GoogleRerank

docs/api_reference/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ plugins:
734734
- ../../llama-index-integrations/readers/llama-index-readers-igpt-email
735735
- ../../llama-index-integrations/storage/chat_store/llama-index-storage-chat-store-opensearch
736736
- ../../llama-index-integrations/tools/llama-index-tools-igpt-email
737+
- ../../llama-index-integrations/postprocessor/llama-index-postprocessor-google-rerank
737738
site_name: LlamaIndex
738739
site_url: https://developers.llamaindex.ai/python/framework-api-reference/
739740
theme:

docs/src/content/docs/framework/CHANGELOG.md

Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,224 @@ title: ChangeLog
44

55
<!--- generated changelog --->
66

7+
## [2026-03-12]
8+
9+
### llama-index-agent-agentmesh [0.2.0]
10+
11+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
12+
13+
### llama-index-agent-azure [0.3.0]
14+
15+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
16+
17+
### llama-index-callbacks-agentops [0.5.0]
18+
19+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
20+
21+
### llama-index-callbacks-argilla [0.5.0]
22+
23+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
24+
25+
### llama-index-callbacks-arize-phoenix [0.7.0]
26+
27+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
28+
29+
### llama-index-callbacks-honeyhive [0.5.0]
30+
31+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
32+
33+
### llama-index-callbacks-langfuse [0.5.0]
34+
35+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
36+
37+
### llama-index-callbacks-literalai [1.4.0]
38+
39+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
40+
41+
### llama-index-callbacks-openinference [0.5.0]
42+
43+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
44+
45+
### llama-index-callbacks-opik [1.3.0]
46+
47+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
48+
49+
### llama-index-callbacks-promptlayer [0.5.0]
50+
51+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
52+
53+
### llama-index-callbacks-uptrain [0.6.0]
54+
55+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
56+
57+
### llama-index-callbacks-wandb [0.5.0]
58+
59+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
60+
61+
### llama-index-core [0.14.17]
62+
63+
- feat: align text match filters across core and vector backends ([#20883](https://github.com/run-llama/llama_index/pull/20883))
64+
- fix(chat_engine): preserve chat history on incomplete stream consumption ([#20897](https://github.com/run-llama/llama_index/pull/20897))
65+
- fix: guard against ZeroDivisionError in LlamaDebugHandler.\_get_time_stats_from_event_pairs ([#20937](https://github.com/run-llama/llama_index/pull/20937))
66+
- fix: add stacklevel=2 to warnings.warn() for accurate caller reporting ([#20939](https://github.com/run-llama/llama_index/pull/20939))
67+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
68+
69+
### llama-index-embeddings-adapter [0.5.0]
70+
71+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
72+
73+
### llama-index-embeddings-alephalpha [0.5.0]
74+
75+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
76+
77+
### llama-index-embeddings-alibabacloud-aisearch [0.4.0]
78+
79+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
80+
81+
### llama-index-embeddings-anyscale [0.5.0]
82+
83+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
84+
85+
### llama-index-embeddings-autoembeddings [0.3.0]
86+
87+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
88+
89+
### llama-index-embeddings-azure-inference [0.5.0]
90+
91+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
92+
93+
### llama-index-embeddings-azure-openai [0.5.0]
94+
95+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
96+
97+
### llama-index-embeddings-baseten [0.2.0]
98+
99+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
100+
101+
### llama-index-embeddings-bedrock [0.8.0]
102+
103+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
104+
105+
### llama-index-embeddings-clarifai [0.5.0]
106+
107+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
108+
109+
### llama-index-embeddings-clip [0.6.0]
110+
111+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
112+
113+
### llama-index-embeddings-cloudflare-workersai [0.5.0]
114+
115+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
116+
117+
### llama-index-embeddings-cohere [0.8.0]
118+
119+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
120+
121+
### llama-index-embeddings-dashscope [0.5.0]
122+
123+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
124+
125+
### llama-index-embeddings-databricks [0.5.0]
126+
127+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
128+
129+
### llama-index-embeddings-deepinfra [0.5.0]
130+
131+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
132+
133+
### llama-index-embeddings-elasticsearch [0.5.0]
134+
135+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
136+
137+
### llama-index-embeddings-fastembed [0.6.0]
138+
139+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
140+
141+
### llama-index-embeddings-fireworks [0.5.0]
142+
143+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
144+
145+
### llama-index-embeddings-gaudi [0.4.0]
146+
147+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
148+
149+
### llama-index-embeddings-gigachat [0.5.0]
150+
151+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
152+
153+
### llama-index-embeddings-google-genai [0.5.0]
154+
155+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
156+
157+
### llama-index-embeddings-heroku [0.2.0]
158+
159+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
160+
161+
### llama-index-embeddings-huggingface [0.7.0]
162+
163+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
164+
165+
### llama-index-embeddings-huggingface-api [0.5.0]
166+
167+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
168+
169+
### llama-index-embeddings-huggingface-openvino [0.7.0]
170+
171+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
172+
173+
### llama-index-embeddings-huggingface-optimum-intel [0.5.0]
174+
175+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
176+
177+
### llama-index-embeddings-instructor [0.5.0]
178+
179+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
180+
181+
### llama-index-embeddings-isaacus [0.2.0]
182+
183+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
184+
185+
### llama-index-embeddings-jinaai [0.6.0]
186+
187+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
188+
189+
### llama-index-embeddings-langchain [0.5.0]
190+
191+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
192+
193+
### llama-index-embeddings-litellm [0.5.0]
194+
195+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
196+
197+
### llama-index-embeddings-llamafile [0.5.0]
198+
199+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
200+
201+
### llama-index-embeddings-llm-rails [0.5.0]
202+
203+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
204+
205+
### llama-index-embeddings-mistralai [0.5.0]
206+
207+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
208+
209+
### llama-index-instrumentation [0.5.0]
210+
211+
- chore: deprecate python 3.9 once and for all ([#20956](https://github.com/run-llama/llama_index/pull/20956))
212+
213+
### llama-index-vector-stores-opensearch [1.2.0]
214+
215+
- feat: align text match filters across core and vector backends ([#20883](https://github.com/run-llama/llama_index/pull/20883))
216+
217+
### llama-index-vector-stores-qdrant [0.10.0]
218+
219+
- feat: align text match filters across core and vector backends ([#20883](https://github.com/run-llama/llama_index/pull/20883))
220+
221+
### llama-index-vector-stores-solr [0.2.0]
222+
223+
- feat: align text match filters across core and vector backends ([#20883](https://github.com/run-llama/llama_index/pull/20883))
224+
7225
## [2026-03-10]
8226

9227
### llama-index-core [0.14.16]

llama-index-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = [
3333

3434
[project]
3535
name = "llama-index-core"
36-
version = "0.14.17"
36+
version = "0.14.18"
3737
description = "Interface between LLMs and your data"
3838
authors = [{name = "Jerry Liu", email = "jerry@llamaindex.ai"}]
3939
requires-python = ">=3.10,<4.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141
dependencies = [
4242
"llama-index-cli>=0.5.0,<0.6 ; python_version > '3.9'",
43-
"llama-index-core>=0.14.17,<0.15.0",
43+
"llama-index-core>=0.14.18,<0.15.0",
4444
"llama-index-embeddings-openai>=0.6.0,<0.7",
4545
"llama-index-indices-managed-llama-cloud>=0.4.0",
4646
"llama-index-llms-openai>=0.7.0,<0.8",
@@ -70,7 +70,7 @@ maintainers = [
7070
name = "llama-index"
7171
readme = "README.md"
7272
requires-python = ">=3.10,<4.0"
73-
version = "0.14.17"
73+
version = "0.14.18"
7474

7575
[project.scripts]
7676
llamaindex-cli = "llama_index.cli.command_line:main"

0 commit comments

Comments
 (0)