From 2489e3352d963a084b41150aa2276b1da6949b1c Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Sat, 1 Jul 2023 17:26:52 -0700 Subject: [PATCH] cr --- CHANGELOG.md | 8 +++++++- llama_index/VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24591ffa4ba28..75afdaf4f5275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # ChangeLog -## Unreleased +## [v0.6.38] - 2023-07-01 ### New Features - Added async support for "compact" and "refine" response modes (#6590) +- [feature]add transformer tokenize functionalities for optimizer (chinese) (#6659) +- Add simple benchmark for vector store (#6670) ### Bug Fixes / Nits - Improve metadata/node storage and retrieval for RedisVectorStore (#6678) - Fixed node vs. document filtering in vector stores (#6677) +- add context retrieval agent notebook link to docs (#6660) +- Allow null values for the 'image' property in the ImageNode class and se… (#6661) +- Fix broken links in docs (#6669) +- update milvus to store node content (#6667) ## [v0.6.37] - 2023-06-30 diff --git a/llama_index/VERSION b/llama_index/VERSION index 60c1f656f2c6e..4f9dfadc32c73 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.6.37 +0.6.38