N8n cloud / Zep error

i think i have everything configured correctly. Zep seems to be running fine but i get the following error. any ideas what the issue can be ?

{
  "errorMessage": "Internal error",
  "errorDetails": {},
  "n8nDetails": {
    "nodeName": "Insert data [ZEP]",
    "nodeType": "@n8n/n8n-nodes-langchain.vectorStoreZep",
    "nodeVersion": 1,
    "itemIndex": 0,
    "time": "8/6/2024, 5:19:32 PM",
    "n8nVersion": "1.52.2 (Cloud)",
    "binaryDataMode": "filesystem",
    "stackTrace": [
      "NodeOperationError: Internal error",
      "    at Object.populateVectorStore (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/VectorStoreZep/VectorStoreZep.node.js:108:19)",
      "    at processTicksAndRejections (node:internal/process/task_queues:95:5)",
      "    at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/vector_store/shared/createVectorStoreNode.js:206:21)",
      "    at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1085:20"
    ]
  }
}

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Vyrus_M,

Welcome to the community :tada:

Everything looks to be ok, Have you tried using the free version of Zep cloud to check if it is a config issue with self hosted or if it is a general issue?

Can you also take a quick look in your Zep logs to see if there are any errors?

Hey Jon,
Thanks for the reply. I tried Zep cloud and am still getting the same error.

By Zep logs, do you mean in n8n or on the Zep backend? Zep logs in n8n look good. It’s unclear how to check for logs in the Zep backend, cloud or self hosted.

I’ve also isolated the Zep node, and tried using a chat trigger instead of my actual workflow, and I am still getting the same error, when i type something simple like “hello” into the chat trigger. I also tried using OpenAI embedding instead of HuggingFace and still getting the same error.

Furthermore, I just tried it with SupaBase, and am still getting the same error.

However, it does work with Pinecone.

We really want to be using Zep though, not Pinecone. Can you help us troubleshoot what the issue is? I suspect there is something wrong in the n8n backend, but I am unsure how to investigate or where to look.

Hey @Vyrus_M,

I have this working by using the workflow below, I don’t have a test huggingface instance to use so I used OpenAI but it seems to work and I get the below.

I wonder if maybe something was missed in your Zep setup, Are you using the latest version available and which config options did you set?

in the workflow you have shared, you also have an error code in your zep node …

this is my .env file:

ZEP_OPENAI_API_KEY=**OMITTED**
ZEP_SERVER_WEB_ENABLED=true
ZEP_AUTH_REQUIRED=true
ZEP_AUTH_SECRET=**OMITTED**

however, setting ZEP_AUTH_REQUIRED to false, does not make a difference.

Hey @Vyrus_M,

Which error are you seeing? For me the workflow I shared worked with no issues.

I will try with your Zep config as well to see what happens, can you share the url you used for Zep or maybe share if you are including a port or if it has a trailing slash?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.