🎉 griptape 0.9 and griptape-tools 0.11 are out with new tools and capabilities!
All Changes
- 🆕 Added
BaseEmbeddingDriverandOpenAiEmbeddingDriverfor text vector embeddings generation. - 🆕 Added
BaseVectorStorageDriverandPineconeVectorStorageDriverto 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.
