Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Jul 2, 2023
1 parent 49bfb18 commit 2489e33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.37
0.6.38

0 comments on commit 2489e33

Please sign in to comment.