Skip to content

Commit 02ac99a

Browse files
v0.12.25 (#18177)
1 parent 345b549 commit 02ac99a

File tree

10 files changed

+385
-227
lines changed

10 files changed

+385
-227
lines changed

CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# ChangeLog
22

3+
## [2025-03-18]
4+
5+
### `llama-index-core` [0.12.25]
6+
7+
- Ensuring original text is preserved in CHUNKING_REGEX in splitters (#18054)
8+
- use SimpleDirectoryReader without llama-index-readers-file package (#18173)
9+
- Improved Annotations and Error Handling in utils.py and exec_utils.py (#18153)
10+
- Add `build_semantic_nodes_from_nodes` to SemanticDoubleMergingSplitterNodeParser (#18114)
11+
- fix: Optimize memory management of the Context object (#18170)
12+
- fix: allow streaming events from context after workflows ends (#18174)
13+
- feat: Add a clear method to the Context class (#18136)
14+
15+
### `llama-index-embeddins-clip` [0.4.0]
16+
17+
- unpin ClipEmbedding deps (#18165)
18+
19+
### `llama-index-embeddings-netmind` [0.1.0]
20+
21+
- add netmind integrations (#18078)
22+
23+
### `llama-index-indices-managed-llama-cloud` [0.6.9]
24+
25+
- fix kwargs for LlamaCloudCompositeRetriever (#18141)
26+
27+
### `llama-index-llms-bedrock-converse` [0.4.10]
28+
29+
- Bug fix: Calling tools with no arguments (#18143)
30+
- add token counts to the chat and achat methods of BedrockConverse (#18148)
31+
32+
### `llama-index-llms-contextual` [0.0.1]
33+
34+
- fixes for contextual glm (#18145)
35+
36+
### `llama-index-llms-google-genai` [0.1.4]
37+
38+
- genai image output (#18138)
39+
40+
### `llama-index-llms-langchain` [0.6.1]
41+
42+
- Replace deprecated predict with invoke in llama-index-llms-langchain (#18169)
43+
44+
### `llama-index-llms-netmind` [0.1.0]
45+
46+
- add netmind integrations (#18078)
47+
48+
### `llama-index-llms-novita` [0.1.0]
49+
50+
- add NovitaAI llm class (#18134)
51+
52+
### `llama-index-postprocessor-aimon-rerank` [0.1.0]
53+
54+
- AIMon reranker integration into LlamaIndex node postprocessors (#18087)
55+
56+
### `llama-index-readers-mongodb` [0.3.1]
57+
58+
- feat(mongo reader): field_extractors (#18063)
59+
60+
### `llama-index-tools-vectara-query` [0.3.1]
61+
62+
- Update Vectara Tool for Metadata Changes to VectaraIndex (#18126)
63+
64+
### `llama-index-vector-stores-azurecosmosnosql` [1.3.2]
65+
66+
- Fix: AzureCosmosNoSQL vector_store; delete based on `ref_doc_id` (#18120)
67+
68+
### `llama-index-vector-stores-pinecone` [0.4.5]
69+
70+
- bump compatible pinecone version (#18113)
71+
372
## [2025-03-13]
473

574
### `llama-index-core` [0.12.24]

docs/docs/CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# ChangeLog
22

3+
## [2025-03-18]
4+
5+
### `llama-index-core` [0.12.25]
6+
7+
- Ensuring original text is preserved in CHUNKING_REGEX in splitters (#18054)
8+
- use SimpleDirectoryReader without llama-index-readers-file package (#18173)
9+
- Improved Annotations and Error Handling in utils.py and exec_utils.py (#18153)
10+
- Add `build_semantic_nodes_from_nodes` to SemanticDoubleMergingSplitterNodeParser (#18114)
11+
- fix: Optimize memory management of the Context object (#18170)
12+
- fix: allow streaming events from context after workflows ends (#18174)
13+
- feat: Add a clear method to the Context class (#18136)
14+
15+
### `llama-index-embeddins-clip` [0.4.0]
16+
17+
- unpin ClipEmbedding deps (#18165)
18+
19+
### `llama-index-embeddings-netmind` [0.1.0]
20+
21+
- add netmind integrations (#18078)
22+
23+
### `llama-index-indices-managed-llama-cloud` [0.6.9]
24+
25+
- fix kwargs for LlamaCloudCompositeRetriever (#18141)
26+
27+
### `llama-index-llms-bedrock-converse` [0.4.10]
28+
29+
- Bug fix: Calling tools with no arguments (#18143)
30+
- add token counts to the chat and achat methods of BedrockConverse (#18148)
31+
32+
### `llama-index-llms-contextual` [0.0.1]
33+
34+
- fixes for contextual glm (#18145)
35+
36+
### `llama-index-llms-google-genai` [0.1.4]
37+
38+
- genai image output (#18138)
39+
40+
### `llama-index-llms-langchain` [0.6.1]
41+
42+
- Replace deprecated predict with invoke in llama-index-llms-langchain (#18169)
43+
44+
### `llama-index-llms-netmind` [0.1.0]
45+
46+
- add netmind integrations (#18078)
47+
48+
### `llama-index-llms-novita` [0.1.0]
49+
50+
- add NovitaAI llm class (#18134)
51+
52+
### `llama-index-postprocessor-aimon-rerank` [0.1.0]
53+
54+
- AIMon reranker integration into LlamaIndex node postprocessors (#18087)
55+
56+
### `llama-index-readers-mongodb` [0.3.1]
57+
58+
- feat(mongo reader): field_extractors (#18063)
59+
60+
### `llama-index-tools-vectara-query` [0.3.1]
61+
62+
- Update Vectara Tool for Metadata Changes to VectaraIndex (#18126)
63+
64+
### `llama-index-vector-stores-azurecosmosnosql` [1.3.2]
65+
66+
- Fix: AzureCosmosNoSQL vector_store; delete based on `ref_doc_id` (#18120)
67+
68+
### `llama-index-vector-stores-pinecone` [0.4.5]
69+
70+
- bump compatible pinecone version (#18113)
71+
372
## [2025-03-13]
473

574
### `llama-index-core` [0.12.24]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.embeddings.netmind
2+
options:
3+
members:
4+
- NetmindEmbedding
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.llms.netmind
2+
options:
3+
members:
4+
- NetmindLLM
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.llms.novita
2+
options:
3+
members:
4+
- NovitaAI

docs/mkdocs.yml

+8
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ nav:
263263
- ./examples/embeddings/mixedbreadai.ipynb
264264
- ./examples/embeddings/modelscope.ipynb
265265
- ./examples/embeddings/nebius.ipynb
266+
- ./examples/embeddings/netmind.ipynb
266267
- ./examples/embeddings/nomic.ipynb
267268
- ./examples/embeddings/nvidia.ipynb
268269
- ./examples/embeddings/oci_data_science.ipynb
@@ -371,6 +372,7 @@ nav:
371372
- ./examples/llm/monsterapi.ipynb
372373
- ./examples/llm/mymagic.ipynb
373374
- ./examples/llm/nebius.ipynb
375+
- ./examples/llm/netmind.ipynb
374376
- ./examples/llm/neutrino.ipynb
375377
- ./examples/llm/nvidia.ipynb
376378
- ./examples/llm/nvidia_nim.ipynb
@@ -940,6 +942,7 @@ nav:
940942
- ./api_reference/embeddings/mixedbreadai.md
941943
- ./api_reference/embeddings/modelscope.md
942944
- ./api_reference/embeddings/nebius.md
945+
- ./api_reference/embeddings/netmind.md
943946
- ./api_reference/embeddings/nomic.md
944947
- ./api_reference/embeddings/nvidia.md
945948
- ./api_reference/embeddings/oci_data_science.md
@@ -1060,7 +1063,9 @@ nav:
10601063
- ./api_reference/llms/monsterapi.md
10611064
- ./api_reference/llms/mymagic.md
10621065
- ./api_reference/llms/nebius.md
1066+
- ./api_reference/llms/netmind.md
10631067
- ./api_reference/llms/neutrino.md
1068+
- ./api_reference/llms/novita.md
10641069
- ./api_reference/llms/nvidia.md
10651070
- ./api_reference/llms/nvidia_tensorrt.md
10661071
- ./api_reference/llms/nvidia_triton.md
@@ -2421,6 +2426,9 @@ plugins:
24212426
- ../llama-index-integrations/llms/llama-index-llms-contextual
24222427
- ../llama-index-integrations/tools/llama-index-tools-agentql
24232428
- ../llama-index-integrations/postprocessor/llama-index-postprocessor-aimon-rerank
2429+
- ../llama-index-integrations/embeddings/llama-index-embeddings-netmind
2430+
- ../llama-index-integrations/llms/llama-index-llms-novita
2431+
- ../llama-index-integrations/llms/llama-index-llms-netmind
24242432
- redirects:
24252433
redirect_maps:
24262434
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md

llama-index-core/llama_index/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Init file of LlamaIndex."""
22

3-
__version__ = "0.12.24.post1"
3+
__version__ = "0.12.25"
44

55
import logging
66
from logging import NullHandler

llama-index-core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ name = "llama-index-core"
4646
packages = [{include = "llama_index"}]
4747
readme = "README.md"
4848
repository = "https://github.com/run-llama/llama_index"
49-
version = "0.12.24.post1"
49+
version = "0.12.25"
5050

5151
[tool.poetry.dependencies]
5252
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}

0 commit comments

Comments
 (0)