Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in Qdrant Vector Store node Error handling #13556

Open
AChaaChouh opened this issue Feb 27, 2025 · 2 comments
Open

Problem in Qdrant Vector Store node Error handling #13556

AChaaChouh opened this issue Feb 27, 2025 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue

Comments

@AChaaChouh
Copy link

Bug Description

While working with the Qdrant Vector Store node in n8n, some of the files I am trying to store are larger than the embedding model's context length. This causes an error in the Ollama Embeddings sub node. However, the parent node (Qdrant Vector Store node) only appears errored in the UI but behaves as if it succeeded and returns its input as it is. This issue is evident when I attempt to catch the error using the "Continue using error output" setting in the node's settings. After failing, the node returns its input in the "success" output, as shown in the attached photos.
This looks similar to this past issue: #8921

Image
Image

To Reproduce

1.Use the Qdrant Vector Store node in a workflow.
2.Attempt to store files larger than the embedding model's context length.
3.Observe the error in the Ollama Embeddings sub node.
4.Notice that the Qdrant Vector Store node appears errored in the UI but behaves as if it succeeded.
5.Enable "Continue using error output" in the node's settings.
6.Observe that the node returns its input in the "success" output after failing.

Expected behavior

The Qdrant Vector Store node should properly indicate an error and retrun the error message in the error output and not return its input as if it succeeded.

Operating System

Alpine Linux v3.21 (self hosted)

n8n Version

1.80.3

Node.js Version

v20.18.2

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Feb 27, 2025

Hey @AChaaChouh,

We have created an internal ticket to look into this which we will be tracking as "GHC-982"

@Joffcom Joffcom added in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue labels Feb 27, 2025
@AChaaChouh
Copy link
Author

Hello @Joffcom ,

May I please get an update on this issue? Thanks alot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue
Projects
None yet
Development

No branches or pull requests

2 participants