There are some New Configuration Drivers nodes! These new nodes replace the previous Griptape Agent Config nodes (which still exist, but have been deprecated). They display the various drivers that are available for each general config, and allow you to make changes per driver. See the image for examples:
Old Griptape Agent Config nodes still exist, but have been deprecated. They will be removed in a future release. Old workflows should automatically display the older nodes as deprecated. It's highly recommended to replace these old nodes with the new ones. I have tried to minimize breaking nodes, but if some may exist. I appologize for this if it happens.
New Nodes
Griptape Agent Config: Cohere Drivers: A New Cohere node.
Griptape Agent Config: Expand: A node that lets you expand Config Drivers nodes to get to their individual drivers.
Griptape RAG Nodes a whole new host of nodes related to Retrieval Augmented Generation (RAG). I've included a sample in the examples folder that shows how to use these nodes.
The new nodes include:
Griptape RAG: Tool - A node that lets you create a tool for RAG.
Query stage - a stage that allows you to manipulate a user's query before RAG starts.
Retrieval stage - the stage where you gather the documenents and vectorize them. This stage can contain multiple "modules" which can be used to gather documents from different sources.
Rerank stage - a stage that re-ranks the results from the retrieval stage.
Response stage - a stage that uses a prompt model to generate a response to the user's question. It also includes multiple modules.
Griptape Combine: RAG Module List - A node that lets you combine modules for a stage.
Various Modules:
Griptape RAG Query: Translate Module - A module that translates the user's query into another language.
Griptape RAG Retrieve: Text Loader Module - A module that lets you load text and vectorize it in real time.
Griptape RAG Retrieve: Vector Store Module - A module that lets you load text from an existing Vector Store.
Griptape RAG Rerank: Text Chunks Module - A module that re-ranks the text chunks from the retrieval stage.
Griptape RAG Response: Prompt Module - Uses an LLM Prompt Driver to generate a response.
Griptape RAG Response: Text Chunks Module - Just responds with Text Chunks.
Griptape RAG Response: Footnote Prompt Module - A Module that ensures proper footnotes are included in the response.
MAJOR UPDATE
Update to Griptape Framework to v0.31.0
There are some New Configuration Drivers nodes! These new nodes replace the previous
Griptape Agent Config
nodes (which still exist, but have been deprecated). They display the various drivers that are available for each general config, and allow you to make changes per driver. See the image for examples:Griptape Agent Config
nodes still exist, but have been deprecated. They will be removed in a future release. Old workflows should automatically display the older nodes as deprecated. It's highly recommended to replace these old nodes with the new ones. I have tried to minimize breaking nodes, but if some may exist. I appologize for this if it happens.New Nodes
Griptape Agent Config: Cohere Drivers
: A New Cohere node.Griptape Agent Config: Expand
: A node that lets you expand Config Drivers nodes to get to their individual drivers.Griptape RAG Nodes
a whole new host of nodes related to Retrieval Augmented Generation (RAG). I've included a sample in the examples folder that shows how to use these nodes.The new nodes include:
Griptape RAG: Tool
- A node that lets you create a tool for RAG.Griptape RAG: Engine
- A node that lets you create an engine for RAG containing multiple stages. Learn more here: https://docs.griptape.ai/stable/griptape-framework/engines/rag-engines/:Griptape Combine: RAG Module List
- A node that lets you combine modules for a stage.Griptape RAG Query: Translate Module
- A module that translates the user's query into another language.Griptape RAG Retrieve: Text Loader Module
- A module that lets you load text and vectorize it in real time.Griptape RAG Retrieve: Vector Store Module
- A module that lets you load text from an existing Vector Store.Griptape RAG Rerank: Text Chunks Module
- A module that re-ranks the text chunks from the retrieval stage.Griptape RAG Response: Prompt Module
- Uses an LLM Prompt Driver to generate a response.Griptape RAG Response: Text Chunks Module
- Just responds with Text Chunks.Griptape RAG Response: Footnote Prompt Module
- A Module that ensures proper footnotes are included in the response.