Skip to content

Commit

Permalink
v0.10.28 (#12678)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Apr 9, 2024
1 parent c01beee commit dc3bb8c
Show file tree
Hide file tree
Showing 12 changed files with 181 additions and 38 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,71 @@
# ChangeLog

## [2024-04-09]

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

- Support indented code block fences in markdown node parser (#12393)
- Pass in output parser to guideline evaluator (#12646)
- Added example of query pipeline + memory (#12654)
- Add missing node postprocessor in CondensePlusContextChatEngine async mode (#12663)
- Added `return_direct` option to tools /tool metadata (#12587)
- Add retry for batch eval runner (#12647)
- Thread-safe instrumentation (#12638)
- Coroutine-safe instrumentation Spans #12589
- Add in-memory loading for non-default filesystems in PDFReader (#12659)
- Remove redundant tokenizer call in sentence splitter (#12655)
- Add SynthesizeComponent import to shortcut imports (#12655)
- Improved truncation in SimpleSummarize (#12655)
- adding err handling in eval_utils default_parser for correctness (#12624)
- Add async_postprocess_nodes at RankGPT Postprocessor Nodes (#12620)
- Fix MarkdownNodeParser ref_doc_id (#12615)

### `llama-index-embeddings-openvino` [0.1.5]

- Added initial support for openvino embeddings (#12643)

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

- add anthropic tool calling (#12591)

### `llama-index-llms-ipex-llm` [0.1.1]

- add ipex-llm integration (#12322)
- add more data types support to ipex-llm llm integration (#12635)

### `llama-index-llms-openllm` [0.1.4]

- Proper PrivateAttr usage in OpenLLM (#12655)

### `llama-index-multi-modal-llms-anthropic` [0.1.4]

- Bumped anthropic dep version (#12655)

### `llama-index-multi-modal-llms-gemini` [0.1.5]

- bump generativeai dep (#12645)

### `llama-index-packs-dense-x-retrieval` [0.1.4]

- Add streaming support for DenseXRetrievalPack (#12607)

### `llama-index-readers-mongodb` [0.1.4]

- Improve efficiency of MongoDB reader (#12664)

### `llama-index-readers-wikipedia` [0.1.4]

- Added multilingual support for the Wikipedia reader (#12616)

### `llama-index-storage-index-store-elasticsearch` [0.1.3]

- remove invalid chars from default collection name (#12672)

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

- Added support to retrieve metadata fields from milvus (#12626)
- Bug fix - Similarity metric is always IP for MilvusVectorStore (#12611)

## [2024-04-04]

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

## [2024-04-09]

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

- Support indented code block fences in markdown node parser (#12393)
- Pass in output parser to guideline evaluator (#12646)
- Added example of query pipeline + memory (#12654)
- Add missing node postprocessor in CondensePlusContextChatEngine async mode (#12663)
- Added `return_direct` option to tools /tool metadata (#12587)
- Add retry for batch eval runner (#12647)
- Thread-safe instrumentation (#12638)
- Coroutine-safe instrumentation Spans #12589
- Add in-memory loading for non-default filesystems in PDFReader (#12659)
- Remove redundant tokenizer call in sentence splitter (#12655)
- Add SynthesizeComponent import to shortcut imports (#12655)
- Improved truncation in SimpleSummarize (#12655)
- adding err handling in eval_utils default_parser for correctness (#12624)
- Add async_postprocess_nodes at RankGPT Postprocessor Nodes (#12620)
- Fix MarkdownNodeParser ref_doc_id (#12615)

### `llama-index-embeddings-openvino` [0.1.5]

- Added initial support for openvino embeddings (#12643)

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

- add anthropic tool calling (#12591)

### `llama-index-llms-ipex-llm` [0.1.1]

- add ipex-llm integration (#12322)
- add more data types support to ipex-llm llm integration (#12635)

### `llama-index-llms-openllm` [0.1.4]

- Proper PrivateAttr usage in OpenLLM (#12655)

### `llama-index-multi-modal-llms-anthropic` [0.1.4]

- Bumped anthropic dep version (#12655)

### `llama-index-multi-modal-llms-gemini` [0.1.5]

- bump generativeai dep (#12645)

### `llama-index-packs-dense-x-retrieval` [0.1.4]

- Add streaming support for DenseXRetrievalPack (#12607)

### `llama-index-readers-mongodb` [0.1.4]

- Improve efficiency of MongoDB reader (#12664)

### `llama-index-readers-wikipedia` [0.1.4]

- Added multilingual support for the Wikipedia reader (#12616)

### `llama-index-storage-index-store-elasticsearch` [0.1.3]

- remove invalid chars from default collection name (#12672)

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

- Added support to retrieve metadata fields from milvus (#12626)
- Bug fix - Similarity metric is always IP for MilvusVectorStore (#12611)

## [2024-04-04]

### `llama-index-agent-openai` [0.2.2]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/embeddings/openvino.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.embeddings.openvino
options:
members:
- OpenVINOEmbedding
3 changes: 3 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ nav:
- ./examples/embeddings/alephalpha.ipynb
- ./examples/embeddings/itrex.ipynb
- ./examples/embeddings/cloudflare_workersai.ipynb
- ./examples/embeddings/openvino.ipynb
- Evaluation:
- ./examples/evaluation/TonicValidateEvaluators.ipynb
- ./examples/evaluation/semantic_similarity_eval.ipynb
Expand Down Expand Up @@ -700,6 +701,7 @@ nav:
- ./api_reference/embeddings/nomic.md
- ./api_reference/embeddings/ollama.md
- ./api_reference/embeddings/openai.md
- ./api_reference/embeddings/openvino.md
- ./api_reference/embeddings/premai.md
- ./api_reference/embeddings/sagemaker_endpoint.md
- ./api_reference/embeddings/text_embeddings_inference.md
Expand Down Expand Up @@ -1786,6 +1788,7 @@ plugins:
- ../llama-index-integrations/vector_stores/llama-index-vector-stores-neptune
- ../llama-index-integrations/embeddings/llama-index-embeddings-cloudflare-workersai
- ../llama-index-integrations/llms/llama-index-llms-databricks
- ../llama-index-integrations/embeddings/llama-index-embeddings-huggingface-openvino
- 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.10.27"
__version__ = "0.10.28"

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 @@ -43,7 +43,7 @@ name = "llama-index-core"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.10.27"
version = "0.10.28"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"gpt-4-turbo-preview": 128000,
# multimodal model
"gpt-4-vision-preview": 128000,
"gpt-4-turbo-2024-04-09": 128000,
"gpt-4-turbo": 128000,
# 0613 models (function calling):
# https://openai.com/blog/function-calling-and-other-api-updates
"gpt-4-0613": 8192,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-openai"
readme = "README.md"
version = "0.1.14"
version = "0.1.15"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

GPT4V_MODELS = {
"gpt-4-vision-preview": 128000,
"gpt-4-turbo-2024-04-09": 128000,
"gpt-4-turbo": 128000,
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-openai"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc3bb8c

Please sign in to comment.