Skip to content

Commit 35234d2

Browse files
v0.11.21 (run-llama#16771)
1 parent 35a13b9 commit 35234d2

File tree

12 files changed

+491
-199
lines changed

12 files changed

+491
-199
lines changed

CHANGELOG.md

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

3+
## [2024-10-31]
4+
5+
### `llama-index-core` [0.11.21]
6+
7+
- Fixed issue with default value set as None for workflow `ctx.get()` (#16756)
8+
- fix various issues with react agent streaming (#16755)
9+
- add unit test for query pipeline (#16749)
10+
- Fix \_merge_ref_doc_kv_pairs duped for-loop (#16739)
11+
- bugfix: determine if nodes is none when creating index (#16703)
12+
- fixes LLMRerank default_parse_choice_select_answer_fn parsing issue (#16736)
13+
- fix return type check on workflows (#16724)
14+
- Fixing a verbose issue and making sql errors more informative (#16686)
15+
16+
### `llama-index-embeddings-siliconflow` [0.1.0]
17+
18+
- add siliconflow embedding class (#16753)
19+
20+
### `llama-index-graph-stores-falkordb` [0.2.4]
21+
22+
- Multi-Graph-Supported-FalkorDB (#16482)
23+
24+
### `llama-index-llms-anthropic` [0.3.8]
25+
26+
- adding additional claude model name, for vertex AI (#16692)
27+
28+
### `llama-index-llms-bedrock-converse` [0.3.6]
29+
30+
- Added mistral large2 model id in bedrock (#16742)
31+
- Improve Bedrock Tool Calling (#16723)
32+
- add new sonnet3.5 to function calling bedrock converse models (#16702)
33+
- update bedrock models (#16698)
34+
35+
### `llama-index-llms-bedrock` [0.2.5]
36+
37+
- Added mistral large2 model id in bedrock (#16742)
38+
- add new sonnet3.5 to function calling bedrock converse models (#16702)
39+
- update bedrock models (#16698)
40+
41+
### `llama-index-llms-cohere` [0.3.2]
42+
43+
- Adding support to the new Aya-Expanse models from Cohere (#16733)
44+
45+
### `llama-index-llms-dashscope` [0.2.3]
46+
47+
- DashScope llm support async (#16711)
48+
49+
### `llama-index-llms-nvidia` [0.3.4]
50+
51+
- add nvidia/llama-3.2-nv-embedqa-1b-v1 to set of supported models (#16694)
52+
53+
### `llama-index-llms-pipeshift` [0.1.0]
54+
55+
- Pipeshift llama index integration (#16610)
56+
57+
### `llama-index-memory-mem0` [0.1.0]
58+
59+
- add Mem0 as a memory (#16708)
60+
61+
### `llama-index-multi-modal-llms-anthropic` [0.2.4]
62+
63+
- Fix anthropic multimodal deps conflict, update models (#16699)
64+
65+
### `llama-index-node-parser-docling` [0.2.0]
66+
67+
- feat: update Docling reader & node parser to Docling v2 (#16677)
68+
69+
### `llama-index-postprocessor-nvidia-rerank` [0.3.3]
70+
71+
- add nvidia/llama-3.2-nv-rerankqa-1b-v1 to set of supported models (#16695)
72+
73+
### `llama-index-postprocessor-siliconflow-rerank` [0.1.0]
74+
75+
- add siliconflow rerank class (#16737)
76+
77+
### `llama-index-readers-docling` [0.2.0]
78+
79+
- feat: update Docling reader & node parser to Docling v2 (#16677)
80+
81+
### `llama-index-readers-microsoft-onedrive` [0.2.1]
82+
83+
- feat: add permissions to one drive metadata (#16646)
84+
85+
### `llama-index-storage-chat-store-azure` [0.2.4]
86+
87+
- Add Managed Identity authentication support for Azure storage components (#16710)
88+
- Add missing awaits in azure chat store (#16645)
89+
90+
### `llama-index-storage-docstore-azure` [0.2.1]
91+
92+
- Add Managed Identity authentication support for Azure storage components (#16710)
93+
94+
### `llama-index-storage-index-store-azure` [0.3.1]
95+
96+
- Add Managed Identity authentication support for Azure storage components (#16710)
97+
98+
### `llama-index-storage-kvstore-azure` [0.2.1]
99+
100+
- Add Managed Identity authentication support for Azure storage components (#16710)
101+
102+
### `llama-index-tools-openai-image-generation` [0.3.0]
103+
104+
- Makes the tool more compatible with the options, also for the future (#16676)
105+
106+
### `llama-index-tools-vectara-query` [0.1.0]
107+
108+
- Add Vectara Query Tool (#16722)
109+
110+
### `llama-index-vector-stores-azureaisearch` [0.2.6]
111+
112+
- Allow defining retrievable fields in Azure Vector Store (#16766)
113+
- feat: add get_nodes azureai search (#16761)
114+
- Added get_nodes() function in AISearch vector store (#16653)
115+
- Fix querying for ID in AzureAISearchVectorStore (fixes delete_nodes by node_ids) (#16769)
116+
117+
### `llama-index-vector-stores-hnswlib` [0.2.0]
118+
119+
- Fixed issue with persistence, rearranged and added new options to construction of HnswlibVectorStore (#16673)
120+
121+
### `llama-index-vector-stores-opensearch` [0.4.1]
122+
123+
- Init OpensearchVectorClient with `os_async_client` (#16767)
124+
125+
### `llama-index-vector-stores-qdrant` [0.3.3]
126+
127+
- chore: add embeddings on qdrant get_nodes return (#16760)
128+
129+
### `llama-index-vector-stores-weaviate` [1.1.3]
130+
131+
- add default ID if node ID is not provided (#16671)
132+
3133
## [2024-10-24]
4134

5135
### `llama-index-core` [0.11.20]

docs/docs/CHANGELOG.md

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

3+
## [2024-10-31]
4+
5+
### `llama-index-core` [0.11.21]
6+
7+
- Fixed issue with default value set as None for workflow `ctx.get()` (#16756)
8+
- fix various issues with react agent streaming (#16755)
9+
- add unit test for query pipeline (#16749)
10+
- Fix _merge_ref_doc_kv_pairs duped for-loop (#16739)
11+
- bugfix: determine if nodes is none when creating index (#16703)
12+
- fixes LLMRerank default_parse_choice_select_answer_fn parsing issue (#16736)
13+
- fix return type check on workflows (#16724)
14+
- Fixing a verbose issue and making sql errors more informative (#16686)
15+
16+
### `llama-index-embeddings-siliconflow` [0.1.0]
17+
18+
- add siliconflow embedding class (#16753)
19+
20+
### `llama-index-graph-stores-falkordb` [0.2.4]
21+
22+
- Multi-Graph-Supported-FalkorDB (#16482)
23+
24+
### `llama-index-llms-anthropic` [0.3.8]
25+
26+
- adding additional claude model name, for vertex AI (#16692)
27+
28+
### `llama-index-llms-bedrock-converse` [0.3.6]
29+
30+
- Added mistral large2 model id in bedrock (#16742)
31+
- Improve Bedrock Tool Calling (#16723)
32+
- add new sonnet3.5 to function calling bedrock converse models (#16702)
33+
- update bedrock models (#16698)
34+
35+
### `llama-index-llms-bedrock` [0.2.5]
36+
37+
- Added mistral large2 model id in bedrock (#16742)
38+
- add new sonnet3.5 to function calling bedrock converse models (#16702)
39+
- update bedrock models (#16698)
40+
41+
### `llama-index-llms-cohere` [0.3.2]
42+
43+
- Adding support to the new Aya-Expanse models from Cohere (#16733)
44+
45+
### `llama-index-llms-dashscope` [0.2.3]
46+
47+
- DashScope llm support async (#16711)
48+
49+
### `llama-index-llms-nvidia` [0.3.4]
50+
51+
- add nvidia/llama-3.2-nv-embedqa-1b-v1 to set of supported models (#16694)
52+
53+
### `llama-index-llms-pipeshift` [0.1.0]
54+
55+
- Pipeshift llama index integration (#16610)
56+
57+
### `llama-index-memory-mem0` [0.1.0]
58+
59+
- add Mem0 as a memory (#16708)
60+
61+
### `llama-index-multi-modal-llms-anthropic` [0.2.4]
62+
63+
- Fix anthropic multimodal deps conflict, update models (#16699)
64+
65+
### `llama-index-node-parser-docling` [0.2.0]
66+
67+
- feat: update Docling reader & node parser to Docling v2 (#16677)
68+
69+
### `llama-index-postprocessor-nvidia-rerank` [0.3.3]
70+
71+
- add nvidia/llama-3.2-nv-rerankqa-1b-v1 to set of supported models (#16695)
72+
73+
### `llama-index-postprocessor-siliconflow-rerank` [0.1.0]
74+
75+
- add siliconflow rerank class (#16737)
76+
77+
### `llama-index-readers-docling` [0.2.0]
78+
79+
- feat: update Docling reader & node parser to Docling v2 (#16677)
80+
81+
### `llama-index-readers-microsoft-onedrive` [0.2.1]
82+
83+
- feat: add permissions to one drive metadata (#16646)
84+
85+
### `llama-index-storage-chat-store-azure` [0.2.4]
86+
87+
- Add Managed Identity authentication support for Azure storage components (#16710)
88+
- Add missing awaits in azure chat store (#16645)
89+
90+
### `llama-index-storage-docstore-azure` [0.2.1]
91+
92+
- Add Managed Identity authentication support for Azure storage components (#16710)
93+
94+
### `llama-index-storage-index-store-azure` [0.3.1]
95+
96+
- Add Managed Identity authentication support for Azure storage components (#16710)
97+
98+
### `llama-index-storage-kvstore-azure` [0.2.1]
99+
100+
- Add Managed Identity authentication support for Azure storage components (#16710)
101+
102+
### `llama-index-tools-openai-image-generation` [0.3.0]
103+
104+
- Makes the tool more compatible with the options, also for the future (#16676)
105+
106+
### `llama-index-tools-vectara-query` [0.1.0]
107+
108+
- Add Vectara Query Tool (#16722)
109+
110+
### `llama-index-vector-stores-azureaisearch` [0.2.6]
111+
112+
- Allow defining retrievable fields in Azure Vector Store (#16766)
113+
- feat: add get_nodes azureai search (#16761)
114+
- Added get_nodes() function in AISearch vector store (#16653)
115+
- Fix querying for ID in AzureAISearchVectorStore (fixes delete_nodes by node_ids) (#16769)
116+
117+
### `llama-index-vector-stores-hnswlib` [0.2.0]
118+
119+
- Fixed issue with persistence, rearranged and added new options to construction of HnswlibVectorStore (#16673)
120+
121+
### `llama-index-vector-stores-opensearch` [0.4.1]
122+
123+
- Init OpensearchVectorClient with `os_async_client` (#16767)
124+
125+
### `llama-index-vector-stores-qdrant` [0.3.3]
126+
127+
- chore: add embeddings on qdrant get_nodes return (#16760)
128+
129+
### `llama-index-vector-stores-weaviate` [1.1.3]
130+
131+
- add default ID if node ID is not provided (#16671)
132+
3133
## [2024-10-24]
4134

5135
### `llama-index-core` [0.11.20]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.embeddings.siliconflow
2+
options:
3+
members:
4+
- SiliconFlowEmbedding
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.memory.mem0
2+
options:
3+
members:
4+
- Mem0Memory
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.postprocessor.siliconflow_rerank
2+
options:
3+
members:
4+
- SiliconFlowRerank
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
::: llama_index.tools.vectara_query
2+
options:
3+
members:
4+
- VectaraQueryToolSpec

docs/mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ nav:
161161
- ./examples/cookbooks/oreilly_course_cookbooks/Module-7/Multi_Modal_RAG_System.ipynb
162162
- ./examples/cookbooks/oreilly_course_cookbooks/Module-8/Advanced_RAG_with_LlamaParse.ipynb
163163
- ./examples/cookbooks/prometheus2_cookbook.ipynb
164+
- ./examples/cookbooks/toolhouse_llamaindex.ipynb
164165
- Customization:
165166
- ./examples/customization/llms/AzureOpenAI.ipynb
166167
- ./examples/customization/llms/SimpleIndexDemo-ChatGPT.ipynb
@@ -909,6 +910,7 @@ nav:
909910
- ./api_reference/embeddings/oracleai.md
910911
- ./api_reference/embeddings/premai.md
911912
- ./api_reference/embeddings/sagemaker_endpoint.md
913+
- ./api_reference/embeddings/siliconflow.md
912914
- ./api_reference/embeddings/text_embeddings_inference.md
913915
- ./api_reference/embeddings/textembed.md
914916
- ./api_reference/embeddings/together.md
@@ -1122,6 +1124,7 @@ nav:
11221124
- Memory:
11231125
- ./api_reference/memory/chat_memory_buffer.md
11241126
- ./api_reference/memory/index.md
1127+
- ./api_reference/memory/mem0.md
11251128
- ./api_reference/memory/simple_composable_memory.md
11261129
- ./api_reference/memory/vector_memory.md
11271130
- Metadata Extractors:
@@ -1194,6 +1197,7 @@ nav:
11941197
- ./api_reference/postprocessor/rankllm_rerank.md
11951198
- ./api_reference/postprocessor/sbert_rerank.md
11961199
- ./api_reference/postprocessor/sentence_optimizer.md
1200+
- ./api_reference/postprocessor/siliconflow_rerank.md
11971201
- ./api_reference/postprocessor/similarity.md
11981202
- ./api_reference/postprocessor/tei_rerank.md
11991203
- ./api_reference/postprocessor/time_weighted.md
@@ -1631,6 +1635,7 @@ nav:
16311635
- ./api_reference/tools/tavily_research.md
16321636
- ./api_reference/tools/text_to_image.md
16331637
- ./api_reference/tools/tool_spec.md
1638+
- ./api_reference/tools/vectara_query.md
16341639
- ./api_reference/tools/vector_db.md
16351640
- ./api_reference/tools/waii.md
16361641
- ./api_reference/tools/weather.md
@@ -2291,6 +2296,10 @@ plugins:
22912296
- ../llama-index-integrations/storage/docstore/llama-index-storage-docstore-couchbase
22922297
- ../llama-index-integrations/storage/index_store/llama-index-storage-index-store-couchbase
22932298
- ../llama-index-integrations/llms/llama-index-llms-reka
2299+
- ../llama-index-integrations/tools/llama-index-tools-vectara-query
2300+
- ../llama-index-integrations/embeddings/llama-index-embeddings-siliconflow
2301+
- ../llama-index-integrations/memory/llama-index-memory-mem0
2302+
- ../llama-index-integrations/postprocessor/llama-index-postprocessor-siliconflow-rerank
22942303
- redirects:
22952304
redirect_maps:
22962305
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Init file of LlamaIndex."""
22

3-
__version__ = "0.11.20"
3+
__version__ = "0.11.21"
44

55
import logging
66
from logging import NullHandler

llama-index-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.11.20"
49+
version = "0.11.21"
5050

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

llama-index-integrations/memory/llama-index-memory-mem0/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ check-hidden = true
99
# work through many typos (--write-changes and --interactive will help)
1010
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
1111

12+
[tool.llamahub]
13+
contains_example = false
14+
import_path = "llama_index.memory.mem0"
15+
16+
[tool.llamahub.class_authors]
17+
Mem0Memory = "llama-index"
18+
1219
[tool.mypy]
1320
disallow_untyped_defs = true
1421
# Remove venv skip when integrated with pre-commit

0 commit comments

Comments
 (0)