Releases
v0.16.0
🆕 New Features
Added AmazonSageMakerPromptDriver
to easily connect open source SageMaker-hosted LLMs.
Introduced prompt model drivers that abstract input, output, and tokenization for hosted models. In this release we added support for:
Llama models with SageMakerLlamaPromptModelDriver
.
Falcon models with SageMakerFalconPromptModelDriver
.
Added `OpenSearchVectorDriver to integrate OpenSearch vector store and querying capabilities.
AddedAmazonOpenSearchVectorDriver
to support hosted OpenSearch.
Added TextSummaryTask
for quick text summarization in Griptape structures.
Added ToolTask
that allows developers to integrate any tools as a task without having to use chain-of-thought.
Added TextQueryTask
for text querying in Griptape structures.
Added CsvLoader
for loading and pre-processing CSV files.
🔧 Improvements
Merged the core
namespace into utils
and moved all mixins into a separate mixins
namespace.
Multiple bug fixes.
You can’t perform that action at this time.