Skip to content

Commit 8873433

Browse files
authored
Merge branch 'main' into paradedb
2 parents 1e77573 + e403da9 commit 8873433

File tree

93 files changed

+11152
-2494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+11152
-2494
lines changed

.github/workflows/pre_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
working-directory: llama-dev
4343
env:
4444
GH_TOKEN: ${{ github.token }}
45+
VERSION_TYPE: ${{ github.event.inputs.version-type }}
4546
run: |
46-
uv run -- llama-dev --repo-root .. release prepare --version-type ${{ github.event.inputs.version-type }}
47+
uv run -- llama-dev --repo-root .. release prepare --version-type "$VERSION_TYPE"
4748
uv run -- llama-dev --repo-root .. release changelog
4849
VERSION=$(uv run -- llama-dev --repo-root .. pkg info --json . | jq -r .version)
4950
echo "version=$VERSION" >> $GITHUB_OUTPUT

CHANGELOG.md

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

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

5+
## [2025-10-15]
6+
7+
### llama-index-core [0.14.5]
8+
9+
- Remove debug print ([#20000](https://github.com/run-llama/llama_index/pull/20000))
10+
- safely initialize RefDocInfo in Docstore ([#20031](https://github.com/run-llama/llama_index/pull/20031))
11+
- Add progress bar for multiprocess loading ([#20048](https://github.com/run-llama/llama_index/pull/20048))
12+
- Fix duplicate node positions when identical text appears multiple times in document ([#20050](https://github.com/run-llama/llama_index/pull/20050))
13+
- chore: tool call block - part 1 ([#20074](https://github.com/run-llama/llama_index/pull/20074))
14+
15+
### llama-index-instrumentation [0.4.2]
16+
17+
- update instrumentation package metadata ([#20079](https://github.com/run-llama/llama_index/pull/20079))
18+
19+
### llama-index-llms-anthropic [0.9.5]
20+
21+
- ✨ feat(anthropic): add prompt caching model validation utilities ([#20069](https://github.com/run-llama/llama_index/pull/20069))
22+
- fix streaming thinking/tool calling with anthropic ([#20077](https://github.com/run-llama/llama_index/pull/20077))
23+
- Add haiku 4.5 support ([#20092](https://github.com/run-llama/llama_index/pull/20092))
24+
25+
### llama-index-llms-baseten [0.1.6]
26+
27+
- Baseten provider Kimi K2 0711, Llama 4 Maverick and Llama 4 Scout Model APIs deprecation ([#20042](https://github.com/run-llama/llama_index/pull/20042))
28+
29+
### llama-index-llms-bedrock-converse [0.10.5]
30+
31+
- feat: List Claude Sonnet 4.5 as a reasoning model ([#20022](https://github.com/run-llama/llama_index/pull/20022))
32+
- feat: Support global cross-region inference profile prefix ([#20064](https://github.com/run-llama/llama_index/pull/20064))
33+
- Update utils.py for opus 4.1 ([#20076](https://github.com/run-llama/llama_index/pull/20076))
34+
- 4.1 opus bedrockconverse missing in funcitoncalling models ([#20084](https://github.com/run-llama/llama_index/pull/20084))
35+
- Add haiku 4.5 support ([#20092](https://github.com/run-llama/llama_index/pull/20092))
36+
37+
### llama-index-llms-fireworks [0.4.4]
38+
39+
- Add Support for Custom Models in Fireworks LLM ([#20023](https://github.com/run-llama/llama_index/pull/20023))
40+
- fix(llms/fireworks): Cannot use Fireworks Deepseek V3.1-20006 issue ([#20028](https://github.com/run-llama/llama_index/pull/20028))
41+
42+
### llama-index-llms-oci-genai [0.6.3]
43+
44+
- Add support for xAI models in OCI GenAI ([#20089](https://github.com/run-llama/llama_index/pull/20089))
45+
46+
### llama-index-llms-openai [0.6.4]
47+
48+
- Gpt 5 pro addition ([#20029](https://github.com/run-llama/llama_index/pull/20029))
49+
- fix collecting final response with openai responses streaming ([#20037](https://github.com/run-llama/llama_index/pull/20037))
50+
- Add support for GPT-5 models in utils.py (JSON_SCHEMA_MODELS) ([#20045](https://github.com/run-llama/llama_index/pull/20045))
51+
- chore: tool call block - part 1 ([#20074](https://github.com/run-llama/llama_index/pull/20074))
52+
53+
### llama-index-llms-sglang [0.1.0]
54+
55+
- Added Sglang llm integration ([#20020](https://github.com/run-llama/llama_index/pull/20020))
56+
57+
### llama-index-readers-gitlab [0.5.1]
58+
59+
- feat(gitlab): add pagination params for repository tree and issues ([#20052](https://github.com/run-llama/llama_index/pull/20052))
60+
61+
### llama-index-readers-json [0.4.2]
62+
63+
- vbump the JSON reader ([#20039](https://github.com/run-llama/llama_index/pull/20039))
64+
65+
### llama-index-readers-web [0.5.5]
66+
67+
- fix: ScrapflyReader Pydantic validation error ([#19999](https://github.com/run-llama/llama_index/pull/19999))
68+
69+
### llama-index-storage-chat-store-dynamodb [0.4.2]
70+
71+
- bump dynamodb chat store deps ([#20078](https://github.com/run-llama/llama_index/pull/20078))
72+
73+
### llama-index-tools-mcp [0.4.2]
74+
75+
- 🐛 fix(tools/mcp): Fix dict type handling and reference resolution in … ([#20082](https://github.com/run-llama/llama_index/pull/20082))
76+
77+
### llama-index-tools-signnow [0.1.0]
78+
79+
- feat(signnow): SignNow mcp tools integration ([#20057](https://github.com/run-llama/llama_index/pull/20057))
80+
81+
### llama-index-tools-tavily-research [0.4.2]
82+
83+
- feat: Add Tavily extract function for URL content extraction ([#20038](https://github.com/run-llama/llama_index/pull/20038))
84+
85+
### llama-index-vector-stores-azurepostgresql [0.2.0]
86+
87+
- Add hybrid search to Azure PostgreSQL integration ([#20027](https://github.com/run-llama/llama_index/pull/20027))
88+
89+
### llama-index-vector-stores-milvus [0.9.3]
90+
91+
- fix: Milvus get_field_kwargs() ([#20086](https://github.com/run-llama/llama_index/pull/20086))
92+
93+
### llama-index-vector-stores-opensearch [0.6.2]
94+
95+
- fix(opensearch): Correct version check for efficient filtering ([#20067](https://github.com/run-llama/llama_index/pull/20067))
96+
97+
### llama-index-vector-stores-qdrant [0.8.6]
98+
99+
- fix(qdrant): Allow async-only initialization with hybrid search ([#20005](https://github.com/run-llama/llama_index/pull/20005))
100+
5101
## [2025-10-03]
6102

7103
### llama-index-core [0.14.4]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.llms.sglang
2+
options:
3+
members: - SGLang
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.experimental.query_engine
2+
options:
3+
members: - PolarsQueryEngine
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: llama_index.tools.signnow
2+
options:
3+
members: - SignNowMCPToolSpec

docs/api_reference/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ plugins:
729729
- ../../llama-index-integrations/readers/llama-index-readers-paddle-ocr
730730
- ../../llama-index-integrations/vector_stores/llama-index-vector-stores-solr
731731
- ../../llama-index-integrations/memory/llama-index-memory-bedrock-agentcore
732+
- ../../llama-index-integrations/tools/llama-index-tools-signnow
733+
- ../../llama-index-integrations/llms/llama-index-llms-sglang
732734
site_name: LlamaIndex
733735
site_url: https://developers.llamaindex.ai/python/framework-api-reference/
734736
theme:

0 commit comments

Comments
 (0)