Skip to content

Commit

Permalink
v0.12.1 (#17018)
Browse files Browse the repository at this point in the history
* core vbump

* changelog

* v0.12.1
  • Loading branch information
logan-markewich authored Nov 21, 2024
1 parent aa4767f commit 3d00f90
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 285 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# ChangeLog

## [2024-11-20]

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

- Pin pydantic to `<2.10` temporarily
- feat[react-multimodal]: add gemini support for images in MultimodalReActAgentWorker (#16992)

### `llama-index-indices-managed-llama-cloud` [0.6.2]

- api_key typo in llama-cloud-index (#17001)

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

- Add support for latest gpt-4o model (#17015)

### `llama-index-llms-zhipuai` [0.2.1]

- zhipuai add stop param to api (#16996)

### `llama-index-multi-modal-llms-mistralai` [0.3.1]

- Add support for mistral latest models (#16991)

### `llama-index-multi-modal-llms-replicate` [0.3.1]

- Fix: Correct typo in replicate multi modal package (#16998)

### `llama-index-vector-stores-pinecone` [0.4.1]

- add get_nodes to pinecone (#17007)

## [2024-11-17]

**NOTE:** Updating to v0.12.0 will require bumping every other `llama-index-*` package! Every package has had a version bump. Only notable changes are below.
Expand Down
31 changes: 31 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# ChangeLog

## [2024-11-20]

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

- Pin pydantic to `<2.10` temporarily
- feat[react-multimodal]: add gemini support for images in MultimodalReActAgentWorker (#16992)

### `llama-index-indices-managed-llama-cloud` [0.6.2]

- api_key typo in llama-cloud-index (#17001)

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

- Add support for latest gpt-4o model (#17015)

### `llama-index-llms-zhipuai` [0.2.1]

- zhipuai add stop param to api (#16996)

### `llama-index-multi-modal-llms-mistralai` [0.3.1]

- Add support for mistral latest models (#16991)

### `llama-index-multi-modal-llms-replicate` [0.3.1]

- Fix: Correct typo in replicate multi modal package (#16998)

### `llama-index-vector-stores-pinecone` [0.4.1]

- add get_nodes to pinecone (#17007)

## [2024-11-17]

**NOTE:** Updating to v0.12.0 will require bumping every other `llama-index-*` package! Every package has had a version bump. Only notable changes are below.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/tools/elevenlabs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.tools.elevenlabs
options:
members:
- ElevenLabsToolSpec
6 changes: 5 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ nav:
- ./examples/llm/qianfan.ipynb
- ./examples/llm/rungpt.ipynb
- ./examples/llm/sagemaker_endpoint_llm.ipynb
- ./examples/llm/sambanova.ipynb
- ./examples/llm/sambanovasystems.ipynb
- ./examples/llm/solar.ipynb
- ./examples/llm/together.ipynb
- ./examples/llm/unify.ipynb
Expand Down Expand Up @@ -451,6 +451,7 @@ nav:
- ./examples/multi_modal/multi_modal_retrieval.ipynb
- ./examples/multi_modal/multi_modal_video_RAG.ipynb
- ./examples/multi_modal/multi_modal_videorag_videodb.ipynb
- ./examples/multi_modal/nebius_multi_modal.ipynb
- ./examples/multi_modal/nvidia_multi_modal.ipynb
- ./examples/multi_modal/ollama_cookbook.ipynb
- ./examples/multi_modal/openai_multi_modal.ipynb
Expand Down Expand Up @@ -1630,6 +1631,7 @@ nav:
- ./api_reference/tools/database.md
- ./api_reference/tools/docker_code.md
- ./api_reference/tools/duckduckgo.md
- ./api_reference/tools/elevenlabs.md
- ./api_reference/tools/exa.md
- ./api_reference/tools/finance.md
- ./api_reference/tools/function.md
Expand Down Expand Up @@ -2332,6 +2334,8 @@ plugins:
- ../llama-index-integrations/readers/llama-index-readers-gitbook
- ../llama-index-integrations/llms/llama-index-llms-siliconflow
- ../llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-nvidia
- ../llama-index-integrations/tools/llama-index-tools-elevenlabs
- ../llama-index-integrations/llms/llama-index-llms-nebius
- redirects:
redirect_maps:
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md
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.12.0"
__version__ = "0.12.1"

import logging
from logging import NullHandler
Expand Down
369 changes: 184 additions & 185 deletions llama-index-core/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.12.0"
version = "0.12.1"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand All @@ -70,7 +70,7 @@ tqdm = "^4.66.1"
pillow = ">=9.0.0"
PyYAML = ">=6.0.1"
wrapt = "*"
pydantic = ">=2.7.0,<3.0.0"
pydantic = ">=2.7.0,<2.10.0" # TODO: 2.10 was breaking many things, unpin when it settles down
filetype = "^1.2.0" # Used for multi-modal MIME utils
eval-type-backport = {python = "<3.10", version = "^0.2.0"}

Expand Down
Loading

0 comments on commit 3d00f90

Please sign in to comment.