Using the vector store tool

Hello, :wave:

I am stuck trying to use the Vector Store Tool.
I read this post by @Jim_Le but maybe I am missing something.

Here is my workflow:

I have managed to insert everything into my vector database but I can’t figure out how to use it now.

Here is the issue I am facing:

I hope someone can help me!

Thanks a lot :pray:

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 @Joachim_Brindeau

I think you might have come across a possible bug. I feel you may be running into version compatibility issues of the node if you’ve copied from somewhere?

Can you try:

  1. Recreate using the nodes sidepanel (no copy+paste workflow). This should ensure you’re working with compatible versions of the nodes.
  2. Switch to the tools agent instead rather than the conversational agent. Tools agent has been the default from a few releases now and should do a better job with tools.

I tried both agents, will try now creating from scratch.
Thank you for your help!!

Unfortunately I get the exact same result building from scratch…

Here is some info about my setup:

Debug info

  • n8nVersion: 1.54.1
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.15.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

Ah ok, I just updated to 1.54.1 and yes, it’s currently breaking from me as well.
Would advise downgrading temporarily to 1.53.0 which works for certain.

1 Like

Thank you so much for checking it!
I hope it’ll be fixed soon, going to downgrade in the meantime.

New version [email protected] got released which includes the GitHub PR 10406.

3 Likes

EDIT : create a separate post for the workflow building

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