Skip to content

Commit

Permalink
v0.11.11 (#16134)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Sep 20, 2024
1 parent 762a45e commit da8e444
Show file tree
Hide file tree
Showing 11 changed files with 393 additions and 222 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# ChangeLog

## [2024-09-20]

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

- Use response synthesizer in context chat engines (#16017)
- Async chat memory operation (#16127)
- Sql query add option for markdown response (#16103)
- Add support for Path for SimpleDirectoryReader (#16108)
- Update chat message class for multi-modal (#15969)
- fix: `handler.stream_events()` doesn't yield StopEvent (#16115)
- pass `hybrid_top_k` in vector retriever (#16105)

### `llama-index-embeddings-elasticsearch` [0.2.1]

- fix elasticsearch embedding async function (#16083)

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

- feat: update JinaEmbedding for v3 release (#15971)

### `llama-index-experimental` [0.3.3]

- Enhance Pandas Query Engine Output Processor (#16052)

### `llama-index-indices-managed-vertexai` [0.1.1]

- fix incorrect parameters in VertexAIIndex client (#16080)

### `llama-index-node-parser-topic` [0.1.0]

- Add TopicNodeParser based on MedGraphRAG paper (#16131)

### `llama-index-multi-modal-llms-ollama` [0.3.2]

- Implement async for multi modal ollama (#16091)

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

- feat: add configurable base_url field in rerank (#16050)

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

- fix bug missing import for bytesio (#16096)

### `llama-index-readers-wordpress` [0.2.2]

- Wordpress: Allow control of whether Pages and/or Posts are retrieved (#16128)
- Fix Issue 16071: wordpress requires username, password (#16072)

### `llama-index-vector-stores-lancedb` [0.2.1]

- fix hybrid search with latest lancedb client (#16057)

### `llama-index-vector-stores-mongodb` [0.3.0]

- Fix mongodb hybrid search top-k specs (#16105)

## [2024-09-16]

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

## [2024-09-20]

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

- Use response synthesizer in context chat engines (#16017)
- Async chat memory operation (#16127)
- Sql query add option for markdown response (#16103)
- Add support for Path for SimpleDirectoryReader (#16108)
- Update chat message class for multi-modal (#15969)
- fix: `handler.stream_events()` doesn't yield StopEvent (#16115)
- pass `hybrid_top_k` in vector retriever (#16105)

### `llama-index-embeddings-elasticsearch` [0.2.1]

- fix elasticsearch embedding async function (#16083)

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

- feat: update JinaEmbedding for v3 release (#15971)

### `llama-index-experimental` [0.3.3]

- Enhance Pandas Query Engine Output Processor (#16052)

### `llama-index-indices-managed-vertexai` [0.1.1]

- fix incorrect parameters in VertexAIIndex client (#16080)

### `llama-index-node-parser-topic` [0.1.0]

- Add TopicNodeParser based on MedGraphRAG paper (#16131)

### `llama-index-multi-modal-llms-ollama` [0.3.2]

- Implement async for multi modal ollama (#16091)

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

- feat: add configurable base_url field in rerank (#16050)

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

- fix bug missing import for bytesio (#16096)

### `llama-index-readers-wordpress` [0.2.2]

- Wordpress: Allow control of whether Pages and/or Posts are retrieved (#16128)
- Fix Issue 16071: wordpress requires username, password (#16072)

### `llama-index-vector-stores-lancedb` [0.2.1]

- fix hybrid search with latest lancedb client (#16057)

### `llama-index-vector-stores-mongodb` [0.3.0]

- Fix mongodb hybrid search top-k specs (#16105)

## [2024-09-16]

### `llama-index-core` [0.11.10]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/node_parser/topic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.node_parser.topic
options:
members:
- TopicNodeParser
3 changes: 3 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ nav:
- Node Parsers & Text Splitters:
- ./examples/node_parsers/semantic_chunking.ipynb
- ./examples/node_parsers/semantic_double_merging_chunking.ipynb
- ./examples/node_parsers/topic_parser.ipynb
- Node Postprocessors:
- ./examples/node_postprocessor/CohereRerank.ipynb
- ./examples/node_postprocessor/ColbertRerank.ipynb
Expand Down Expand Up @@ -1119,6 +1120,7 @@ nav:
- Node Parsers & Text Splitters:
- ./api_reference/node_parser/alibabacloud_aisearch.md
- ./api_reference/node_parser/dashscope.md
- ./api_reference/node_parser/topic.md
- ./api_reference/node_parsers/code.md
- ./api_reference/node_parsers/hierarchical.md
- ./api_reference/node_parsers/html.md
Expand Down Expand Up @@ -2198,6 +2200,7 @@ plugins:
- ../llama-index-integrations/llms/llama-index-llms-alibabacloud-aisearch
- ../llama-index-integrations/readers/llama-index-readers-quip
- ../llama-index-integrations/sparse_embeddings/llama-index-sparse-embeddings-fastembed
- ../llama-index-integrations/node_parser/llama-index-node-parser-topic
- 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.11.10"
__version__ = "0.11.11"

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.10"
version = "0.11.11"

[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,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-ollama"
readme = "README.md"
version = "0.3.1"
version = "0.3.2"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
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-storage-chat-store-azure"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
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-vector-stores-lancedb"
readme = "README.md"
version = "0.2.3"
version = "0.2.4"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down
Loading

0 comments on commit da8e444

Please sign in to comment.