Skip to content

Zep Chat Memory

This component acts as a bridge between Nappai and your Zep chat service. It lets you access and save your chat messages, making them available for use in your automated workflows.

Relationship with Zep

This component connects directly to your Zep chat service to retrieve chat message history. It uses your Zep URL and API key to securely access this information.

Inputs

  • Zep URL: The web address of your Zep instance. This tells Nappai where to find your chat data.
  • API Key: Your unique API key for your Zep account. This key ensures secure access to your chat data. Keep this key confidential.
  • API Base Path (Advanced): This setting specifies the path to your Zep API. Usually, you can leave this at the default setting (“api/v1”). Only change this if instructed by Zep support.
  • Session ID (Advanced): This identifies a specific chat session. Usually, you don’t need to change this setting.

Outputs

This component doesn’t have direct outputs in the sense of variables you can see. Instead, it creates a complete history of your chat messages from the specified Zep session. This history is then used internally by Nappai to power other components and features that need access to your chat data.

Usage Example

Imagine you want to use past chat conversations to train a Nappai AI model. You would configure the Zep Chat Memory component with your Zep URL and API key. Nappai would then use this component to retrieve the chat history, which could then be used to train your AI model.

Templates

This component is not specifically tied to any pre-built templates. It’s a versatile building block you can use in various Nappai automations.

  • Chat Memory: Retrieves stored chat messages from other sources within Nappai. This is useful for comparing Zep chat history with other data.
  • Store Message: Stores chat messages within Nappai. You can use this to save messages retrieved by Zep Chat Memory for later use.
  • Retrieval QA History: Uses retrieved information, potentially including data from Zep Chat Memory, to answer questions.
  • Runnable With Message History: Executes a task, using the chat history (including data from Zep Chat Memory) as context.
  • Tool Calling Agent: An AI agent that uses various tools, including this component, to complete tasks.

Tips and Best Practices

  • Security: Protect your API key. Do not share it with anyone.
  • Error Handling: If you encounter errors, double-check your Zep URL and API key. Also, ensure that your Zep instance is running and accessible.

Security Considerations

Never expose your API key in publicly accessible areas. Treat it like a password. If you suspect your API key has been compromised, change it immediately in your Zep settings.