Skip to content

Commit

Permalink
v0.12.3 (#17172)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Dec 6, 2024
1 parent 8b3a588 commit dbd89ab
Show file tree
Hide file tree
Showing 10 changed files with 676 additions and 499 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-12-06]

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

- cover SimpleDirectoryReader with unit tests (#17156)
- docs: rewrite openai image reasoning example without multimodal LLM (#17148)
- fix(metrics): fixed NDCG calculation and added comprehensive test cases (#17126)
- feat: improve ImageBlock (#17111)
- Remove forgotten print in ChatMemoryBuffer (#17114)
- [FIX] Move JSONalyzeQueryEngine to experimental (#17110)

### `llama-index-embeddings-clip` [0.3.1]

- Unrestrict clip models to use (#17162)

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

- fix/openai-embbeding-retry (#17072)

### `llama-index-embeddings-text-embeddings-inference` [0.3.1]

- proper auth token in TEI (#17158)

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

- chore: fix httpx_client typo in LlamaCloudRetriever (#17101)
- fix: wrong project id variable in LlamaCloudRetriever (#17086)

### `llama-index-llms-bedrock-converse` [0.4.1]

- Adding AWS Nova models to Bedrock Converse (#17139)

### `llama-index-llms-ollama` [0.4.2]

- Ollama LLM: Added TypeError exception to `_get_response_token_counts` (#17150)

### `llama-index-llms-sambanovasystems` [0.4.3]

- changes in openai identification in url (#17161)

### `llama-index-memory-mem0` [0.2.1]

- Fix mem0 version check (#17159)

### `llama-index-multi-modal-llms-openai` [0.4.0]

- fix: make OpenAIMultiModal work with new ChatMessage (#17138)

### `llama-index-postprocessor-bedrock-rerank` [0.3.0]

- Add AWS Bedrock Reranker (#17134)

### `llama-index-readers-file` [0.4.1]

- update doc id for unstructured reader (#17160)

### `llama-index-retrievers-duckdb-retriever` [0.4.0]

- fix: use prepared statement in DuckDBRetriever (#17092)

### `llama-index-vector-stores-postgres` [0.3.2]

- Create tables for pgvector regardless of schema status (#17100)

### `llama-index-vector-stores-weaviate` [1.2.4]

- make alpha not none in weaviate (#17163)
- Make Weaviate Vector Store integration work with complex properties (#17129)
- Add support for `IS_EMPTY` metadata filters to Weaviate Vector Store integration (#17128)
- Make Weaviate Vector Store integration support nested metadata filtering (#17107)

## [2024-11-26]

### `llama-index-core` [0.12.2]
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-12-06]

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

- cover SimpleDirectoryReader with unit tests (#17156)
- docs: rewrite openai image reasoning example without multimodal LLM (#17148)
- fix(metrics): fixed NDCG calculation and added comprehensive test cases (#17126)
- feat: improve ImageBlock (#17111)
- Remove forgotten print in ChatMemoryBuffer (#17114)
- [FIX] Move JSONalyzeQueryEngine to experimental (#17110)

### `llama-index-embeddings-clip` [0.3.1]

- Unrestrict clip models to use (#17162)

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

- fix/openai-embbeding-retry (#17072)

### `llama-index-embeddings-text-embeddings-inference` [0.3.1]

- proper auth token in TEI (#17158)

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

- chore: fix httpx_client typo in LlamaCloudRetriever (#17101)
- fix: wrong project id variable in LlamaCloudRetriever (#17086)

### `llama-index-llms-bedrock-converse` [0.4.1]

- Adding AWS Nova models to Bedrock Converse (#17139)

### `llama-index-llms-ollama` [0.4.2]

- Ollama LLM: Added TypeError exception to `_get_response_token_counts` (#17150)

### `llama-index-llms-sambanovasystems` [0.4.3]

- changes in openai identification in url (#17161)

### `llama-index-memory-mem0` [0.2.1]

- Fix mem0 version check (#17159)

### `llama-index-multi-modal-llms-openai` [0.4.0]

- fix: make OpenAIMultiModal work with new ChatMessage (#17138)

### `llama-index-postprocessor-bedrock-rerank` [0.3.0]

- Add AWS Bedrock Reranker (#17134)

### `llama-index-readers-file` [0.4.1]

- update doc id for unstructured reader (#17160)

### `llama-index-retrievers-duckdb-retriever` [0.4.0]

- fix: use prepared statement in DuckDBRetriever (#17092)

### `llama-index-vector-stores-postgres` [0.3.2]

- Create tables for pgvector regardless of schema status (#17100)

### `llama-index-vector-stores-weaviate` [1.2.4]

- make alpha not none in weaviate (#17163)
- Make Weaviate Vector Store integration work with complex properties (#17129)
- Add support for `IS_EMPTY` metadata filters to Weaviate Vector Store integration (#17128)
- Make Weaviate Vector Store integration support nested metadata filtering (#17107)

## [2024-11-26]

### `llama-index-core` [0.12.2]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/callbacks/argilla.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.callbacks.argilla
options:
members:
- argilla_callback_handler
4 changes: 4 additions & 0 deletions docs/docs/api_reference/postprocessor/bedrock_rerank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.postprocessor.bedrock_rerank
options:
members:
- BedrockRerank
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@ nav:
- ./api_reference/postprocessor/PII.md
- ./api_reference/postprocessor/alibabacloud_aisearch_rerank.md
- ./api_reference/postprocessor/auto_prev_next.md
- ./api_reference/postprocessor/bedrock_rerank.md
- ./api_reference/postprocessor/cohere_rerank.md
- ./api_reference/postprocessor/colbert_rerank.md
- ./api_reference/postprocessor/colpali_rerank.md
Expand Down Expand Up @@ -2337,6 +2338,7 @@ plugins:
- ../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
- ../llama-index-integrations/postprocessor/llama-index-postprocessor-bedrock-rerank
- 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.2"
__version__ = "0.12.3"

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.12.2"
version = "0.12.3"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-openai"
readme = "README.md"
version = "0.3.0"
version = "0.4.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-llms-openai = "^0.3.0"
llama-index-core = "^0.12.0"
llama-index-core = "^0.12.3"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down
Loading

0 comments on commit dbd89ab

Please sign in to comment.