Skip to content

Commit 158a644

Browse files
Release 0.14.4 (#19997)
* Prepare release * prepare docs * update pre-release to include docs script * linting --------- Co-authored-by: logan-markewich <[email protected]> Co-authored-by: Logan Markewich <[email protected]>
1 parent 8469a03 commit 158a644

File tree

10 files changed

+356
-11
lines changed

10 files changed

+356
-11
lines changed

.github/workflows/pre_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
with:
3131
python-version: "3.10"
3232

33-
- name: Prepare
33+
- name: Run docs script
34+
shell: bash
35+
working-directory: docs
36+
run: |
37+
uv run python scripts/prepare_for_build.py
38+
39+
- name: Prepare Versions
3440
id: prepare
3541
shell: bash
3642
working-directory: llama-dev

CHANGELOG.md

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,172 @@
22

33
<!--- generated changelog --->
44

5+
## [2025-10-02]
6+
7+
### llama-index-core [0.14.4]
8+
9+
- Update core/indices/base.py to remove depreciation warning ([#19990](https://github.com/run-llama/llama_index/pull/19990))
10+
11+
### llama-index-embeddings-anyscale [0.4.2]
12+
13+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
14+
15+
### llama-index-embeddings-baseten [0.1.2]
16+
17+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
18+
19+
### llama-index-embeddings-fireworks [0.4.2]
20+
21+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
22+
23+
### llama-index-embeddings-opea [0.2.2]
24+
25+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
26+
27+
### llama-index-embeddings-text-embeddings-inference [0.4.2]
28+
29+
- Fix authorization header setup logic in text embeddings inference ([#19979](https://github.com/run-llama/llama_index/pull/19979))
30+
31+
### llama-index-llms-anthropic [0.9.3]
32+
33+
- feat: add anthropic sonnet 4.5 ([#19977](https://github.com/run-llama/llama_index/pull/19977))
34+
35+
### llama-index-llms-anyscale [0.4.2]
36+
37+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
38+
39+
### llama-index-llms-azure-openai [0.4.2]
40+
41+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
42+
43+
### llama-index-llms-baseten [0.1.5]
44+
45+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
46+
47+
### llama-index-llms-bedrock-converse [0.9.5]
48+
49+
- feat: Additional support for Claude Sonnet 4.5 ([#19980](https://github.com/run-llama/llama_index/pull/19980))
50+
51+
### llama-index-llms-deepinfra [0.5.2]
52+
53+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
54+
55+
### llama-index-llms-everlyai [0.4.2]
56+
57+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
58+
59+
### llama-index-llms-fireworks [0.4.2]
60+
61+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
62+
63+
### llama-index-llms-google-genai [0.6.2]
64+
65+
- Fix for ValueError: ChatMessage contains multiple blocks, use 'ChatMe… ([#19954](https://github.com/run-llama/llama_index/pull/19954))
66+
67+
### llama-index-llms-keywordsai [1.1.2]
68+
69+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
70+
71+
### llama-index-llms-localai [0.5.2]
72+
73+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
74+
75+
### llama-index-llms-mistralai [0.8.2]
76+
77+
- Update list of MistralAI LLMs ([#19981](https://github.com/run-llama/llama_index/pull/19981))
78+
79+
### llama-index-llms-monsterapi [0.4.2]
80+
81+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
82+
83+
### llama-index-llms-nvidia [0.4.4]
84+
85+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
86+
87+
### llama-index-llms-ollama [0.7.4]
88+
89+
- Fix `TypeError: unhashable type: 'dict'` in Ollama stream chat with tools ([#19938](https://github.com/run-llama/llama_index/pull/19938))
90+
91+
### llama-index-llms-openai [0.6.1]
92+
93+
- feat(OpenAILike): support structured outputs ([#19967](https://github.com/run-llama/llama_index/pull/19967))
94+
95+
### llama-index-llms-openai-like [0.5.3]
96+
97+
- feat(OpenAILike): support structured outputs ([#19967](https://github.com/run-llama/llama_index/pull/19967))
98+
99+
### llama-index-llms-openrouter [0.4.2]
100+
101+
- chore(openrouter,anthropic): add py.typed ([#19966](https://github.com/run-llama/llama_index/pull/19966))
102+
103+
### llama-index-llms-perplexity [0.4.2]
104+
105+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
106+
107+
### llama-index-llms-portkey [0.4.2]
108+
109+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
110+
111+
### llama-index-llms-sarvam [0.2.1]
112+
113+
- fixed Sarvam Integration and Typos (Fixes #19931) ([#19932](https://github.com/run-llama/llama_index/pull/19932))
114+
115+
### llama-index-llms-upstage [0.6.4]
116+
117+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
118+
119+
### llama-index-llms-yi [0.4.2]
120+
121+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
122+
123+
### llama-index-memory-bedrock-agentcore [0.1.0]
124+
125+
- feat: Bedrock AgentCore Memory integration ([#19953](https://github.com/run-llama/llama_index/pull/19953))
126+
127+
### llama-index-multi-modal-llms-openai [0.6.2]
128+
129+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
130+
131+
### llama-index-readers-confluence [0.4.4]
132+
133+
- Fix: Respect cloud parameter when fetching child pages in ConfluenceR… ([#19983](https://github.com/run-llama/llama_index/pull/19983))
134+
135+
### llama-index-readers-service-now [0.2.2]
136+
137+
- Bug Fix :- Not Able to Fetch Page whose latest is empty or null ([#19916](https://github.com/run-llama/llama_index/pull/19916))
138+
139+
### llama-index-selectors-notdiamond [0.4.0]
140+
141+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
142+
143+
### llama-index-tools-agentql [1.2.0]
144+
145+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
146+
147+
### llama-index-tools-playwright [0.3.1]
148+
149+
- chore: fix playwright tests ([#19946](https://github.com/run-llama/llama_index/pull/19946))
150+
151+
### llama-index-tools-scrapegraph [0.2.2]
152+
153+
- feat: update scrapegraphai ([#19974](https://github.com/run-llama/llama_index/pull/19974))
154+
155+
### llama-index-vector-stores-chroma [0.5.3]
156+
157+
- docs: fix query method docstring in ChromaVectorStore Fixes #19969 ([#19973](https://github.com/run-llama/llama_index/pull/19973))
158+
159+
### llama-index-vector-stores-mongodb [0.8.1]
160+
161+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
162+
163+
### llama-index-vector-stores-postgres [0.7.0]
164+
165+
- fix index creation in postgres vector store ([#19955](https://github.com/run-llama/llama_index/pull/19955))
166+
167+
### llama-index-vector-stores-solr [0.1.0]
168+
169+
- Add ApacheSolrVectorStore Integration ([#19933](https://github.com/run-llama/llama_index/pull/19933))
170+
5171
## [2025-09-24]
6172

7173
### llama-index-core [0.14.3]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.llms.sarvam
2+
options:
3+
members: - Sarvam
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.memory.bedrock_agentcore
2+
options:
3+
members: - AgentCoreMemory
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.vector_stores.solr
2+
options:
3+
members:

docs/api_reference/mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docs_dir: api_reference
12
extra:
23
analytics:
34
property: G-BYVB1ZVE6J
@@ -16,7 +17,6 @@ markdown_extensions:
1617
- mkdocs-click
1718
- toc:
1819
permalink: "#"
19-
docs_dir: api_reference
2020
plugins:
2121
- search
2222
- include_dir_to_nav
@@ -727,6 +727,8 @@ plugins:
727727
- ../../llama-index-integrations/readers/llama-index-readers-solr
728728
- ../../llama-index-integrations/vector_stores/llama-index-vector-stores-azurepostgresql
729729
- ../../llama-index-integrations/readers/llama-index-readers-paddle-ocr
730+
- ../../llama-index-integrations/vector_stores/llama-index-vector-stores-solr
731+
- ../../llama-index-integrations/memory/llama-index-memory-bedrock-agentcore
730732
site_name: LlamaIndex
731733
site_url: https://developers.llamaindex.ai/python/framework-api-reference/
732734
theme:

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

Lines changed: 167 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,173 @@
1-
---
2-
title: ChangeLog
3-
---
1+
# ChangeLog
42

53
<!--- generated changelog --->
64

5+
## [2025-10-02]
6+
7+
### llama-index-core [0.14.4]
8+
9+
- Update core/indices/base.py to remove depreciation warning ([#19990](https://github.com/run-llama/llama_index/pull/19990))
10+
11+
### llama-index-embeddings-anyscale [0.4.2]
12+
13+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
14+
15+
### llama-index-embeddings-baseten [0.1.2]
16+
17+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
18+
19+
### llama-index-embeddings-fireworks [0.4.2]
20+
21+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
22+
23+
### llama-index-embeddings-opea [0.2.2]
24+
25+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
26+
27+
### llama-index-embeddings-text-embeddings-inference [0.4.2]
28+
29+
- Fix authorization header setup logic in text embeddings inference ([#19979](https://github.com/run-llama/llama_index/pull/19979))
30+
31+
### llama-index-llms-anthropic [0.9.3]
32+
33+
- feat: add anthropic sonnet 4.5 ([#19977](https://github.com/run-llama/llama_index/pull/19977))
34+
35+
### llama-index-llms-anyscale [0.4.2]
36+
37+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
38+
39+
### llama-index-llms-azure-openai [0.4.2]
40+
41+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
42+
43+
### llama-index-llms-baseten [0.1.5]
44+
45+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
46+
47+
### llama-index-llms-bedrock-converse [0.9.5]
48+
49+
- feat: Additional support for Claude Sonnet 4.5 ([#19980](https://github.com/run-llama/llama_index/pull/19980))
50+
51+
### llama-index-llms-deepinfra [0.5.2]
52+
53+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
54+
55+
### llama-index-llms-everlyai [0.4.2]
56+
57+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
58+
59+
### llama-index-llms-fireworks [0.4.2]
60+
61+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
62+
63+
### llama-index-llms-google-genai [0.6.2]
64+
65+
- Fix for ValueError: ChatMessage contains multiple blocks, use 'ChatMe… ([#19954](https://github.com/run-llama/llama_index/pull/19954))
66+
67+
### llama-index-llms-keywordsai [1.1.2]
68+
69+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
70+
71+
### llama-index-llms-localai [0.5.2]
72+
73+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
74+
75+
### llama-index-llms-mistralai [0.8.2]
76+
77+
- Update list of MistralAI LLMs ([#19981](https://github.com/run-llama/llama_index/pull/19981))
78+
79+
### llama-index-llms-monsterapi [0.4.2]
80+
81+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
82+
83+
### llama-index-llms-nvidia [0.4.4]
84+
85+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
86+
87+
### llama-index-llms-ollama [0.7.4]
88+
89+
- Fix `TypeError: unhashable type: 'dict'` in Ollama stream chat with tools ([#19938](https://github.com/run-llama/llama_index/pull/19938))
90+
91+
### llama-index-llms-openai [0.6.1]
92+
93+
- feat(OpenAILike): support structured outputs ([#19967](https://github.com/run-llama/llama_index/pull/19967))
94+
95+
### llama-index-llms-openai-like [0.5.3]
96+
97+
- feat(OpenAILike): support structured outputs ([#19967](https://github.com/run-llama/llama_index/pull/19967))
98+
99+
### llama-index-llms-openrouter [0.4.2]
100+
101+
- chore(openrouter,anthropic): add py.typed ([#19966](https://github.com/run-llama/llama_index/pull/19966))
102+
103+
### llama-index-llms-perplexity [0.4.2]
104+
105+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
106+
107+
### llama-index-llms-portkey [0.4.2]
108+
109+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
110+
111+
### llama-index-llms-sarvam [0.2.1]
112+
113+
- fixed Sarvam Integration and Typos (Fixes #19931) ([#19932](https://github.com/run-llama/llama_index/pull/19932))
114+
115+
### llama-index-llms-upstage [0.6.4]
116+
117+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
118+
119+
### llama-index-llms-yi [0.4.2]
120+
121+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
122+
123+
### llama-index-memory-bedrock-agentcore [0.1.0]
124+
125+
- feat: Bedrock AgentCore Memory integration ([#19953](https://github.com/run-llama/llama_index/pull/19953))
126+
127+
### llama-index-multi-modal-llms-openai [0.6.2]
128+
129+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
130+
131+
### llama-index-readers-confluence [0.4.4]
132+
133+
- Fix: Respect cloud parameter when fetching child pages in ConfluenceR… ([#19983](https://github.com/run-llama/llama_index/pull/19983))
134+
135+
### llama-index-readers-service-now [0.2.2]
136+
137+
- Bug Fix :- Not Able to Fetch Page whose latest is empty or null ([#19916](https://github.com/run-llama/llama_index/pull/19916))
138+
139+
### llama-index-selectors-notdiamond [0.4.0]
140+
141+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
142+
143+
### llama-index-tools-agentql [1.2.0]
144+
145+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
146+
147+
### llama-index-tools-playwright [0.3.1]
148+
149+
- chore: fix playwright tests ([#19946](https://github.com/run-llama/llama_index/pull/19946))
150+
151+
### llama-index-tools-scrapegraph [0.2.2]
152+
153+
- feat: update scrapegraphai ([#19974](https://github.com/run-llama/llama_index/pull/19974))
154+
155+
### llama-index-vector-stores-chroma [0.5.3]
156+
157+
- docs: fix query method docstring in ChromaVectorStore Fixes #19969 ([#19973](https://github.com/run-llama/llama_index/pull/19973))
158+
159+
### llama-index-vector-stores-mongodb [0.8.1]
160+
161+
- fix llm deps for openai ([#19944](https://github.com/run-llama/llama_index/pull/19944))
162+
163+
### llama-index-vector-stores-postgres [0.7.0]
164+
165+
- fix index creation in postgres vector store ([#19955](https://github.com/run-llama/llama_index/pull/19955))
166+
167+
### llama-index-vector-stores-solr [0.1.0]
168+
169+
- Add ApacheSolrVectorStore Integration ([#19933](https://github.com/run-llama/llama_index/pull/19933))
170+
7171
## [2025-09-24]
8172

9173
### llama-index-core [0.14.3]

0 commit comments

Comments
 (0)