Skip to content

Commit

Permalink
Merge main to dev (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: Aodhan Roche <[email protected]>
Co-authored-by: Collin Dutter <[email protected]>
Co-authored-by: dylanholmes <[email protected]>
Co-authored-by: Zach Giordano <[email protected]>
  • Loading branch information
5 people authored May 17, 2024
1 parent f1a2dba commit c9afae6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- `RedisConversationMemoryDriver` to save conversation memory in redis.

### Changed
- Default behavior of OpenAiStructureConfig to utilize `gpt-4o` for prompt_driver.
## [0.25.1] - 2024-05-15

### Fixed
- Honor `namespace` in `RedisVectorStoreDriver.query()`.
- Correctly set the `meta`, `score`, and `vector` fields of query result returned from `RedisVectorStoreDriver.query()`.
- Standardize behavior between omitted and empty actions list when initializing `ActionsSubtask`.

## [0.25.1] - 2024-05-09
### Added
- Optional event batching on Event Listener Drivers.
- `id` field to all events.

### Changed
- Default behavior of Event Listener Drivers to batch events.
- Default behavior of OpenAiStructureConfig to utilize `gpt-4o` for prompt_driver.

## [0.25.0] - 2024-05-06

Expand Down Expand Up @@ -65,7 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Type hint for parameter `azure_ad_token_provider` on Azure OpenAI drivers to `Optional[Callable[[], str]]`.
- Missing parameters `azure_ad_token` and `azure_ad_token_provider` on the default client for `AzureOpenAiCompletionPromptDriver`.
- Standardize behavior between omitted and empty actions list when initializing `ActionsSubtask`.

## [0.24.2] - 2024-04-04

Expand Down
24 changes: 1 addition & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "griptape"
version = "0.25.0"
version = "0.25.1"
description = "Modular Python framework for LLM workflows, tools, memory, and data."
authors = ["Griptape <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit c9afae6

Please sign in to comment.