Zep Memory icon

Zep Memory

Interact with Zep AI Memory Service

Actions12

Overview

This node integrates with the Zep AI Memory Service to manage users, sessions, and memory data. Specifically for the User - Get operation, it retrieves detailed information about a user by their unique identifier. This is useful in scenarios where you need to fetch user details from the Zep service, such as verifying user existence, retrieving user metadata, or displaying user profiles within an automation workflow.

Practical examples include:

  • Fetching user information before updating or deleting the user.
  • Retrieving user details to personalize messages or interactions.
  • Integrating user data into reports or dashboards.

Properties

Name Meaning
User ID The unique identifier for the user to retrieve.

Output

The node outputs JSON data representing the user object retrieved from the Zep AI Memory Service. This typically includes fields such as user ID, email, first name, last name, and any associated metadata stored for that user.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Zep AI Memory Service.
  • The node configuration must include the base URL of the Zep API and a valid API key.
  • Network access to the Zep API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing User ID will cause the request to fail.
    • Incorrect or expired API key will result in authentication errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "error": "User not found": The specified User ID does not exist. Verify the User ID is correct.
    • Authentication errors indicate issues with the API key; ensure the credential is valid and has proper permissions.
    • JSON parsing errors on metadata fields may occur if malformed JSON is provided in other operations (not applicable here but relevant when updating users).

To resolve these, verify input parameters, check API credentials, and ensure network connectivity.

Links and References

Discussion