Skip to content
Snippets Groups Projects
Unverified Commit e5b163da authored by Haotian Zhang's avatar Haotian Zhang Committed by GitHub
Browse files

Bump version to 0.9.46 (#10539)

* Bump version to 0.9.46

* cr
parent 22ef01d5
No related branches found
No related tags found
No related merge requests found
# ChangeLog # 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 ## [0.9.45.post1] - 2024-02-07
### New Features ### New Features
......
0.9.45.post1 0.9.46
...@@ -42,7 +42,7 @@ name = "llama-index" ...@@ -42,7 +42,7 @@ name = "llama-index"
packages = [{include = "llama_index"}] packages = [{include = "llama_index"}]
readme = "README.md" readme = "README.md"
repository = "https://github.com/run-llama/llama_index" repository = "https://github.com/run-llama/llama_index"
version = "0.9.45.post1" version = "0.9.46"
[tool.poetry.dependencies] [tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment