Skip to content

Commit

Permalink
Bump version to 0.9.46 (#10539)
Browse files Browse the repository at this point in the history
* Bump version to 0.9.46

* cr
  • Loading branch information
hatianzhang authored Feb 8, 2024
1 parent 22ef01d commit e5b163d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ChangeLog

## [0.9.46] - 2024-02-08

### New Features

- Update pooling strategy for embedding models (#10536)
- Add Multimodal Video RAG example (#10530)
- Add SECURITY.md (#10531)
- Move agent module guide up one-level (#10519)

### Bug Fixes / Nits

- Deeplake fixes (#10529)
- Add Cohere section for llamaindex (#10523)
- Fix md element (#10510)

## [0.9.45.post1] - 2024-02-07

### New Features
Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.45.post1
0.9.46
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ name = "llama-index"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.9.45.post1"
version = "0.9.46"

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

0 comments on commit e5b163d

Please sign in to comment.