Skip to content

Commit

Permalink
Merge branch 'run-llama:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dglogo authored Dec 31, 2024
2 parents 2a53c9c + 93e1f4b commit 3221d3c
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 132 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# ChangeLog

## [2024-12-31]

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

- clean up type hints in schema extractor (#17394)
- Fix IndexError in LLM Reranking when handling malformed LLM responses (#17353)

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

- Fix Regression on Tools use for Bedrock Converse (#17364)

### `llama-index-llms-sagemaker-endpoint` [0.3.1]

- Pass `aws_region_name` to `get_aws_service_client()` in SageMakerLLM (#12000)

### `llama-index-postprocessor-voyageai-rerank` [0.3.2]

- VoyageAIRerank constructor fix for truncation (#17343)

### `llama-index-readers-gitlab` [0.3.1]

- Fix: Properly add blob documents from Gitlab Repo (#17392)

### `llama-index-readers-rss` [0.3.2]

- Fix minor issues in rss (#17351)

### `llama-index-readers-web` [0.3.3]

- fix: prevent infinite recursion in `get_article_urls` (#17360)

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

- azureaisearch: add semantic search mode support for async queries (#17335)

### `llama-index-vector-stores-azurecosmosnosql` [1.3.1]

- fix storeindex cosmosnosql query issue - (BadRequest) (#17385)

### `llama-index-vector-stores-milvus` [0.5.0]

- feat: milvus async (#17378)

### `llama-index-vector-stores-opensearch` [0.5.2]

- Fix typo in property name (#17365)
- bugfix when initializing with async aoss vector store (#17340)

### `llama-index-vector-stores-tablestore` [0.2.2]

- TablestoreVectorStore: support hybrid query, modify some documents. (#17366)
- TablestoreVectorStore check the Dimension of the embedding when writing it to store. (#17321)

### `llama-index-vector-stores-qdrant` [0.4.2]

- qdrant filter fix for `query_str` is None (#17377)

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

- implement `client_kwargs["custom_batch"]` for weaviate (#17347)

## [2024-12-20]

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

## [2024-12-31]

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

- clean up type hints in schema extractor (#17394)
- Fix IndexError in LLM Reranking when handling malformed LLM responses (#17353)

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

- Fix Regression on Tools use for Bedrock Converse (#17364)

### `llama-index-llms-sagemaker-endpoint` [0.3.1]

- Pass `aws_region_name` to `get_aws_service_client()` in SageMakerLLM (#12000)

### `llama-index-postprocessor-voyageai-rerank` [0.3.2]

- VoyageAIRerank constructor fix for truncation (#17343)

### `llama-index-readers-gitlab` [0.3.1]

- Fix: Properly add blob documents from Gitlab Repo (#17392)

### `llama-index-readers-rss` [0.3.2]

- Fix minor issues in rss (#17351)

### `llama-index-readers-web` [0.3.3]

- fix: prevent infinite recursion in `get_article_urls` (#17360)

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

- azureaisearch: add semantic search mode support for async queries (#17335)

### `llama-index-vector-stores-azurecosmosnosql` [1.3.1]

- fix storeindex cosmosnosql query issue - (BadRequest) (#17385)

### `llama-index-vector-stores-milvus` [0.5.0]

- feat: milvus async (#17378)

### `llama-index-vector-stores-opensearch` [0.5.2]

- Fix typo in property name (#17365)
- bugfix when initializing with async aoss vector store (#17340)

### `llama-index-vector-stores-tablestore` [0.2.2]

- TablestoreVectorStore: support hybrid query, modify some documents. (#17366)
- TablestoreVectorStore check the Dimension of the embedding when writing it to store. (#17321)

### `llama-index-vector-stores-qdrant` [0.4.2]

- qdrant filter fix for `query_str` is None (#17377)

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

- implement `client_kwargs["custom_batch"]` for weaviate (#17347)

## [2024-12-20]

### `llama-index-core` [0.12.8]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/docstore/azurecosmosnosql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.docstore.azurecosmosnosql
options:
members:
- AzureCosmosNoSqlIndexStore
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ nav:
- ./api_reference/storage/chat_store/upstash.md
- Docstore:
- ./api_reference/storage/docstore/azure.md
- ./api_reference/storage/docstore/azurecosmosnosql.md
- ./api_reference/storage/docstore/couchbase.md
- ./api_reference/storage/docstore/dynamodb.md
- ./api_reference/storage/docstore/elasticsearch.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.8"
__version__ = "0.12.9"

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.8"
version = "0.12.9"

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

0 comments on commit 3221d3c

Please sign in to comment.