Skip to content
Snippets Groups Projects
Unverified Commit 68a82286 authored by Jerry Liu's avatar Jerry Liu Committed by GitHub
Browse files

[version] bump version to 0.8.54 (#8544)

parent 43032823
No related branches found
No related tags found
No related merge requests found
# ChangeLog
## Unreleased
## [0.8.54] - 2023-10-28
### New Features
- notebook showing how to fine-tune llama2 on structured outputs (#8540)
- added GradientAIFineTuningHandler
- added pydantic_program_mode to ServiceContext
- Initialize MultiModal Retrieval using LlamaIndex (#8507)
### Bug Fixes / Nits
- Add missing import to `ChatEngine` usage pattern `.md` doc (#8518)
- :bug: fixed async add (#8531)
- fix: add the needed CondenseQuestionChatEngine import in the usage_pa… (#8518)
- Add import LongLLMLinguaPostprocessor for LongLLMLingua.ipynb (#8519)
## [0.8.53] - 2023-10-27
......
0.8.53.post2
0.8.54
......@@ -38,7 +38,7 @@ name = "llama-index"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.8.53.post2"
version = "0.8.54"
[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment