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

fix: Fix issue with Qdrant not always connecting #14328

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Joffcom
Copy link
Member

@Joffcom Joffcom commented Apr 1, 2025

Summary

We were not testing an endpoint that needed authentication, This also fixes the issue with the qdrant connection not using https or custom ports in some scenarios.

Incorrect Credential or URL
image

Correct Credential / URL
image

Related Linear tickets, Github issues, and Community forum posts

https://community.n8n.io/t/cannot-access-selfhosted-qdrant-vector-store/63070
https://linear.app/n8n/issue/AI-830/qdrant-doesnt-support-https-or-non-default-port

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

Sorry, something went wrong.

Copy link

codecov bot commented Apr 1, 2025

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...des/vector_store/VectorStoreQdrant/Qdrant.utils.ts 0.00% 11 Missing ⚠️
..._store/VectorStoreQdrant/VectorStoreQdrant.node.ts 0.00% 3 Missing ⚠️
...shared/createVectorStoreNode/methods/listSearch.ts 0.00% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added the n8n team Authored by the n8n team label Apr 1, 2025
@Joffcom Joffcom changed the title fix: Fix issue with Qdrant credential test fix: Fix issue with Qdrant not always connecting Apr 2, 2025
@ggozad ggozad self-requested a review April 11, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant