Griptape Updates 2023-05-19

🎉 griptape 0.9 and griptape-tools 0.11 are out with new tools and capabilities!

All Changes

  • 🆕 AddedBaseEmbeddingDriverandOpenAiEmbeddingDriver for text vector embeddings generation.
  • 🆕 Added BaseVectorStorageDriver and PineconeVectorStorageDriver to store and query vector databases.
  • 🆕 Integrated embeddings into TextArtifacts.
  • 🆕 Added support for custom base LLM prompts in all tasks.
  • 🆕 Added BaseTool.value() for dynamic field value lookup depending on the context and execution environment.
  • 🔧 New tool: VectorStorageClient, for accessing vector databases.
  • 🐞 Bug fixes.