Skip to content

Commit 9881639

Browse files
v0.13.0 release (#19571)
1 parent 8b7f97c commit 9881639

File tree

1,336 files changed

+1317437
-1305045
lines changed

Some content is hidden

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

1,336 files changed

+1317437
-1305045
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# ChangeLog
22

3+
## [2025-07-30]
4+
5+
**NOTE:** All packages have been bumped to handle the latest llama-index-core version.
6+
7+
### `llama-index-core` [0.13.0]
8+
9+
- breaking: removed deprecated agent classes, including `FunctionCallingAgent`, the older `ReActAgent` implementation, `AgentRunner`, all step workers, `StructuredAgentPlanner`, `OpenAIAgent`, and more. All users should migrate to the new workflow based agents: `FunctionAgent`, `CodeActAgent`, `ReActAgent`, and `AgentWorkflow` (#19529)
10+
- breaking: removed deprecated `QueryPipeline` class and all associated code (#19554)
11+
- breaking: changed default `index.as_chat_engine()` to return a `CondensePlusContextChatEngine`. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529)
12+
- fix: Update BaseDocumentStore to not return Nones in result (#19513)
13+
- fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532)
14+
- fix: Handle empty prompt in MockLLM.stream_complete (#19521)
15+
16+
### `llama-index-embeddings-mixedbreadai` [0.5.0]
17+
18+
- feat: Update mixedbread embeddings and rerank for latest sdk (#19519)
19+
20+
### `llama-index-instrumentation` [0.4.0]
21+
22+
- fix: let wrapped exceptions bubble up (#19566)
23+
24+
### `llama-index-llms-google-genai` [0.3.0]
25+
26+
- feat: Add Thought Summaries and signatures for Gemini (#19505)
27+
28+
### `llama-index-llms-nvidia` [0.4.0]
29+
30+
- feat: add support for kimi-k2-instruct (#19525)
31+
32+
### `llama-index-llms-upstage` [0.6.0]
33+
34+
- feat: add new upstage model(solar-pro2) (#19526)
35+
36+
### `llama-index-postprocessor-mixedbreadai-rerank` [0.5.0]
37+
38+
- feat: Update mixedbread embeddings and rerank for latest sdk (#19519)
39+
40+
### `llama-index-readers-github` [0.8.0]
41+
42+
- feat: Github Reader enhancements for file filtering and custom processing (#19543)
43+
44+
### `llama-index-readers-s3` [0.5.0]
45+
46+
- feat: add support for region_name via `client_kwargs` in S3Reader (#19546)
47+
48+
### `llama-index-tools-valyu` [0.4.0]
49+
50+
- feat: Update Valyu sdk to latest version (#19538)
51+
52+
### `llama-index-voice-agents-gemini-live` [0.2.0]
53+
54+
- feat(beta): adding first implementation of gemini live (#19489)
55+
56+
### `llama-index-vector-stores-astradb` [0.5.0]
57+
58+
- feat: astradb get nodes + delete nodes support (#19544)
59+
60+
### `llama-index-vector-stores-milvus` [0.9.0]
61+
62+
- feat: Add support for specifying partition_names in Milvus search configuration (#19555)
63+
64+
### `llama-index-vector-stores-s3` [0.2.0]
65+
66+
- fix: reduce some metadata keys from S3VectorStore to save space (#19550)
67+
68+
### `llama-index-vector-stores-postgres` [0.6.0]
69+
70+
- feat: Add support for ANY/ALL postgres operators (#19553)
71+
372
## [2025-07-22]
473

574
### `llama-index-core` [0.12.52.post1]

docs/docs/CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# ChangeLog
22

3+
## [2025-07-30]
4+
5+
**NOTE:** All packages have been bumped to handle the latest llama-index-core version.
6+
7+
### `llama-index-core` [0.13.0]
8+
9+
- breaking: removed deprecated agent classes, including `FunctionCallingAgent`, the older `ReActAgent` implementation, `AgentRunner`, all step workers, `StructuredAgentPlanner`, `OpenAIAgent`, and more. All users should migrate to the new workflow based agents: `FunctionAgent`, `CodeActAgent`, `ReActAgent`, and `AgentWorkflow` (#19529)
10+
- breaking: removed deprecated `QueryPipeline` class and all associated code (#19554)
11+
- breaking: changed default `index.as_chat_engine()` to return a `CondensePlusContextChatEngine`. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529)
12+
- fix: Update BaseDocumentStore to not return Nones in result (#19513)
13+
- fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532)
14+
- fix: Handle empty prompt in MockLLM.stream_complete (#19521)
15+
16+
### `llama-index-embeddings-mixedbreadai` [0.5.0]
17+
18+
- feat: Update mixedbread embeddings and rerank for latest sdk (#19519)
19+
20+
### `llama-index-instrumentation` [0.4.0]
21+
22+
- fix: let wrapped exceptions bubble up (#19566)
23+
24+
### `llama-index-llms-google-genai` [0.3.0]
25+
26+
- feat: Add Thought Summaries and signatures for Gemini (#19505)
27+
28+
### `llama-index-llms-nvidia` [0.4.0]
29+
30+
- feat: add support for kimi-k2-instruct (#19525)
31+
32+
### `llama-index-llms-upstage` [0.6.0]
33+
34+
- feat: add new upstage model(solar-pro2) (#19526)
35+
36+
### `llama-index-postprocessor-mixedbreadai-rerank` [0.5.0]
37+
38+
- feat: Update mixedbread embeddings and rerank for latest sdk (#19519)
39+
40+
### `llama-index-readers-github` [0.8.0]
41+
42+
- feat: Github Reader enhancements for file filtering and custom processing (#19543)
43+
44+
### `llama-index-readers-s3` [0.5.0]
45+
46+
- feat: add support for region_name via `client_kwargs` in S3Reader (#19546)
47+
48+
### `llama-index-tools-valyu` [0.4.0]
49+
50+
- feat: Update Valyu sdk to latest version (#19538)
51+
52+
### `llama-index-voice-agents-gemini-live` [0.2.0]
53+
54+
- feat(beta): adding first implementation of gemini live (#19489)
55+
56+
### `llama-index-vector-stores-astradb` [0.5.0]
57+
58+
- feat: astradb get nodes + delete nodes support (#19544)
59+
60+
### `llama-index-vector-stores-milvus` [0.9.0]
61+
62+
- feat: Add support for specifying partition_names in Milvus search configuration (#19555)
63+
64+
### `llama-index-vector-stores-s3` [0.2.0]
65+
66+
- fix: reduce some metadata keys from S3VectorStore to save space (#19550)
67+
68+
### `llama-index-vector-stores-postgres` [0.6.0]
69+
70+
- feat: Add support for ANY/ALL postgres operators (#19553)
71+
372
## [2025-07-22]
473

574
### `llama-index-core` [0.12.52.post1]

docs/docs/api_reference/llms/openllm.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/agents_coa.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/docs/api_reference/packs/agents_lats.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/agents_llm_compiler.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/cogniswitch_agent.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/corrective_rag.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/gradio_agent_chat.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/docs/api_reference/packs/gradio_react_agent_chatbot.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)