Skip to content

v0.16.0

Compare
Choose a tag to compare
@vasinov vasinov released this 06 Sep 23:55
· 964 commits to main since this release

🆕 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.