
Search Memory
Unlock the power of your workflow with the Search Memory component—retrieve relevant information from stored memory using user queries. Efficiently search, filt...
The Add to Memory component enables storing documents or messages in long-term memory, tagged with lookup keys for future reference within your workflows.
Component description
The Add to Memory component is designed to enhance your AI workflow by enabling the storage of documents or messages in a long-term memory index. This is particularly useful for workflows that require context retention, knowledge management, or information retrieval across different stages or sessions.
This component takes an input document (such as a message or piece of data) and stores it in a long-term memory store. It also associates the document with a specific “lookup key,” which acts as a category or identifier for easier retrieval later. By indexing information in this way, your AI system can build up a persistent memory, which can be referenced in future processes or conversations.
Input Name | Type | Description | Required |
---|---|---|---|
Document to Index | Document | The main content (e.g., message, file, or text) to be added to long-term memory. | Yes |
Lookup Key | Message | A text identifier used to categorize or label the document for efficient future retrieval. | Yes |
Details:
After adding the document to memory, the component produces an output:
Output Name | Type | Description |
---|---|---|
After Memory Added | Message | Signals that the document has been successfully stored. |
This output can be used to trigger additional steps in your workflow, such as confirmation messages, further processing, or logging.
Property | Value |
---|---|
Name | Add to Memory |
Version | 1.0.0 |
Inputs | Document, Lookup Key |
Output | After Memory Added |
Use Case | Long-term storage |
By using the Add to Memory component, you empower your AI systems with the ability to remember, organize, and re-use critical information, making your workflows smarter and more context-aware.
It allows you to save documents or messages into long-term memory within your workflow, using a lookup key to categorize and easily retrieve data later.
A lookup key helps organize saved information by category, making it easier to filter and find specific data when needed in future workflow steps.
You can store documents or messages—such as user input, responses, or system data—using this component.
Data added with this component is stored for long-term use within your FlowHunt workflows, enabling advanced automations and context-aware interactions.
Yes, you can access and use the stored data in subsequent workflow steps by referencing the associated lookup key.
Enhance your workflows with persistent memory. Use the Add to Memory component to save and organize crucial data for smarter automations.
Unlock the power of your workflow with the Search Memory component—retrieve relevant information from stored memory using user queries. Efficiently search, filt...
Associative memory in artificial intelligence (AI) enables systems to recall information based on patterns and associations, mimicking human memory. This memory...
FlowHunt's Document to Text component transforms structured data from retrievers into readable markdown text, giving you precise control over how data is proces...