🎉 griptape 0.9 and griptape-tools 0.11 are out with new tools and capabilities!
All Changes
- 🆕 Added
BaseEmbeddingDriver
andOpenAiEmbeddingDriver
for text vector embeddings generation. - 🆕 Added
BaseVectorStorageDriver
andPineconeVectorStorageDriver
to store and query vector databases. - 🆕 Integrated embeddings into
TextArtifact
s. - 🆕 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.