Conversation Chat Memory
This component helps Nappai keep track of your chat conversations. Think of it as a well-organized inbox for your AI interactions. It stores your chat messages, grouped by conversation, so you can easily find past messages. You can also control how many messages are saved to keep things tidy.
Relationship with Nappai’s Chat System
This component works with Nappai’s internal system for managing chat messages. It uses Nappai’s tools to store and retrieve messages efficiently.
Inputs
- Session ID: A unique identifier for a chat session. (Advanced setting - usually handled automatically).
- Conversation ID: A unique identifier for a specific conversation within a session. (Advanced setting - usually handled automatically).
- Max Messages: The maximum number of messages to keep for each conversation. The default is 10, but you can change this.
Outputs
This component doesn’t have explicit outputs in the traditional sense. Instead, it creates an internal record of your chat history, which is then used by other Nappai components to access past messages within a specific conversation.
Usage Example
Imagine you’re using Nappai to automate customer service. This component would keep track of each customer’s chat history. If a customer contacts you again, Nappai can use this component to access their previous messages, allowing for a more personalized and efficient interaction.
Templates
This component is used internally within Nappai and isn’t directly configured through a template. Its functionality is integrated into various automation flows.
Related Components
- Chat Memory: This component retrieves stored chat messages. It works closely with the Conversation Chat Memory to access the organized history.
- Store Message: This component saves new chat messages. It’s essential for keeping the Conversation Chat Memory updated.
- Retrieval QA History: This component uses the chat history for question-answering tasks.
- Runnable With Message History: This component uses the chat history as input for other actions.
- Tool Calling Agent: This component uses the chat history to inform its actions when using various tools.
Tips and Best Practices
- Adjust Max Messages: Increase the
Max Messages
value if you need to keep a longer history for certain conversations. Decrease it to save storage space. - Leave Advanced Settings Alone: Unless you have a specific reason, don’t change the Session ID or Conversation ID settings. Nappai usually handles these automatically.
Security Considerations
The security of your chat data depends on the overall security of the Nappai system. Nappai employs security measures to protect your data, but it’s important to follow general best practices for data security.