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

[Version] Update version to 0.9.41 (#10400)

parent 0c9dfc34
No related branches found
No related tags found
No related merge requests found
# ChangeLog # ChangeLog
## [0.9.41] - 2024-02-01
### New Features
- Nomic Embedding (#10388)
- Dashvector support sparse vector (#10386)
- Table QA with MarkDownParser and Benchmarking (#10382)
- Simple web page reader (#10395)
### Bug Fixes / Nits
- fix full node content in KeywordExtractor (#10398)
## [0.9.40] - 2024-01-30 ## [0.9.40] - 2024-01-30
### New Features ### New Features
......
0.9.40 0.9.41
...@@ -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.40" version = "0.9.41"
[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