Skip to content

Commit

Permalink
[version] bump version to 0.7.12 (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Jul 25, 2023
1 parent 6374e86 commit 5bfd6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ChangeLog

## Unreleased
## [0.7.12] - 2023-07-25

### New Features
- Added `kwargs` to `ComposableGraph` for the underlying query engines (#6990)
- Validate openai key on init (#6940)
- Added async embeddings and async RetrieverQueryEngine (#6587)
- Added async `aquery` and `async_add` to PGVectorStore (#7031)
- Added `.source_nodes` attribute to chat engine and agent responses (#7029)
- Added `OpenInferenceCallback` for storing generation data in OpenInference format (#6998)

### Bug Fixes / Nits
- Fix achat memory initialization for data agents (#7000)
Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.11.post1
0.7.12

0 comments on commit 5bfd6a4

Please sign in to comment.