Skip to content

Commit

Permalink
v0.11.20 (#16685)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Oct 25, 2024
1 parent 6d4e694 commit 5902cf8
Show file tree
Hide file tree
Showing 7 changed files with 266 additions and 109 deletions.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,76 @@
# ChangeLog

## [2024-10-24]

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

- [actually nothing!]

### `llama-index-embeddings-cohere` [0.3.0]

- Add support for cohere multi-modal embeddings (#16667)

### `llama-index-embeddings-litellm` [0.2.2]

- support timeout param in litellmembedding (#16532)

### `llama-index-graph-stores-neo4j` [0.3.5]

- Make neo4j schema refresh configurable (#16651)
- fix: receive warnings from dbms server in neo4j queries (#16598)

### `llama-index-indices-managed-vectara` [0.2.3]

- add chain postprocessing for vectara (#16627)

### `llama-index-llms-anthropic` [0.3.7]

- update anthropic model names (#16643)

### `llama-index-llms-openai` [0.2.16]

- fix: skip processing of choice.delta when it is None (#16636)

### `llama-index-llms-reka` [0.1.0]

- Reka llamaindex integration (llm and multi-modal-llm) (#15753)

### `llama-index-multi-modal-llms-reka` [0.1.0]

- Reka llamaindex integration (llm and multi-modal-llm) (#15753)

### `llama-index-postprocessor-dashscope-rerank` [0.2.1]

- Fix BUG where the api_key parameter is not set when calling DashScopeRerank (#16665)

### `llama-index-readers-microsoft-sharepoint` [0.3.4]

- add retry logic to requests in cases where access token expires (#16662)

### `llama-index-storage-docstore-mongodb` [0.2.1]

- fix missing dependency error for mongodb docstore (#16654)

### `llama-index-storage-docstore-couchbase` [0.1.0]

- Add support for Couchbase for DocStore & IndexStore (#16509)

### `llama-index-storage-kvstore-couchbase` [0.1.0]

- Add support for Couchbase for DocStore & IndexStore (#16509)

### `llama-index-storage-index-store-couchbase` [0.1.0]

- Add support for Couchbase for IndexStore (#16509)

### `llama-index-storage-kvstore-mongodb` [0.2.1]

- add missing dependency for mongodb kvstore (#16632)

### `llama-index-utils-workflow` [0.2.2]

- Fix drawing for HITL (#16624)

## [2024-10-18]

### `llama-index-core` [0.11.19]
Expand Down
71 changes: 71 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,76 @@
# ChangeLog

## [2024-10-24]

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

- [actually nothing!]

### `llama-index-embeddings-cohere` [0.3.0]

- Add support for cohere multi-modal embeddings (#16667)

### `llama-index-embeddings-litellm` [0.2.2]

- support timeout param in litellmembedding (#16532)

### `llama-index-graph-stores-neo4j` [0.3.5]

- Make neo4j schema refresh configurable (#16651)
- fix: receive warnings from dbms server in neo4j queries (#16598)

### `llama-index-indices-managed-vectara` [0.2.3]

- add chain postprocessing for vectara (#16627)

### `llama-index-llms-anthropic` [0.3.7]

- update anthropic model names (#16643)

### `llama-index-llms-openai` [0.2.16]

- fix: skip processing of choice.delta when it is None (#16636)

### `llama-index-llms-reka` [0.1.0]

- Reka llamaindex integration (llm and multi-modal-llm) (#15753)

### `llama-index-multi-modal-llms-reka` [0.1.0]

- Reka llamaindex integration (llm and multi-modal-llm) (#15753)

### `llama-index-postprocessor-dashscope-rerank` [0.2.1]

- Fix BUG where the api_key parameter is not set when calling DashScopeRerank (#16665)

### `llama-index-readers-microsoft-sharepoint` [0.3.4]

- add retry logic to requests in cases where access token expires (#16662)

### `llama-index-storage-docstore-mongodb` [0.2.1]

- fix missing dependency error for mongodb docstore (#16654)

### `llama-index-storage-docstore-couchbase` [0.1.0]

- Add support for Couchbase for DocStore & IndexStore (#16509)

### `llama-index-storage-kvstore-couchbase` [0.1.0]

- Add support for Couchbase for DocStore & IndexStore (#16509)

### `llama-index-storage-index-store-couchbase` [0.1.0]

- Add support for Couchbase for IndexStore (#16509)

### `llama-index-storage-kvstore-mongodb` [0.2.1]

- add missing dependency for mongodb kvstore (#16632)

### `llama-index-utils-workflow` [0.2.2]

- Fix drawing for HITL (#16624)

## [2024-10-18]

### `llama-index-core` [0.11.19]
Expand Down
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ nav:
- ./examples/multi_modal/ChromaMultiModalDemo.ipynb
- ./examples/multi_modal/anthropic_multi_modal.ipynb
- ./examples/multi_modal/azure_openai_multi_modal.ipynb
- ./examples/multi_modal/cohere_multi_modal.ipynb
- ./examples/multi_modal/dashscope_multi_modal.ipynb
- ./examples/multi_modal/gemini.ipynb
- ./examples/multi_modal/gpt4o_mm_structured_outputs.ipynb
Expand Down Expand Up @@ -2895,6 +2896,7 @@ plugins:
./optimizing/fine-tuning/fine-tuning.html: https://docs.llamaindex.ai/en/stable/optimizing/fine-tuning/fine-tuning/
./optimizing/production_rag.html: https://docs.llamaindex.ai/en/stable/optimizing/production_rag/
./presentations/past_presentations.html: https://docs.llamaindex.ai/en/stable/presentations/past_presentations/
./understanding/agent/basic_agent/index.html: https://docs.llamaindex.ai/en/stable/understanding/agent/
./understanding/deployment/deployment.html: https://docs.llamaindex.ai/en/stable/understanding/deployment/deployment/
./understanding/evaluating/cost_analysis/root.html: understanding/evaluating/cost_analysis/index.md
./understanding/evaluating/cost_analysis/usage_pattern.html: https://docs.llamaindex.ai/en/stable/understanding/evaluating/cost_analysis/usage_pattern/
Expand All @@ -2921,7 +2923,6 @@ plugins:
./understanding/tracing_and_debugging/tracing_and_debugging.html: https://docs.llamaindex.ai/en/stable/understanding/tracing_and_debugging/tracing_and_debugging/
./understanding/using_llms/privacy.html: https://docs.llamaindex.ai/en/stable/understanding/using_llms/privacy/
./understanding/using_llms/using_llms.html: https://docs.llamaindex.ai/en/stable/understanding/using_llms/using_llms/
./understanding/agent/basic_agent/index.html: https://docs.llamaindex.ai/en/stable/understanding/agent/
./use_cases/agents.html: https://docs.llamaindex.ai/en/stable/use_cases/agents/
./use_cases/chatbots.html: https://docs.llamaindex.ai/en/stable/use_cases/chatbots/
./use_cases/extraction.html: https://docs.llamaindex.ai/en/stable/use_cases/extraction/
Expand Down
2 changes: 1 addition & 1 deletion llama-index-core/llama_index/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init file of LlamaIndex."""

__version__ = "0.11.19"
__version__ = "0.11.20"

import logging
from logging import NullHandler
Expand Down
2 changes: 1 addition & 1 deletion llama-index-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ name = "llama-index-core"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.11.19"
version = "0.11.20"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Loading

0 comments on commit 5902cf8

Please sign in to comment.