Skip to content

feat: Qdrant external retriever #154

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

Merged
merged 12 commits into from
Oct 10, 2024
Merged

feat: Qdrant external retriever #154

merged 12 commits into from
Oct 10, 2024

Conversation

Anush008
Copy link
Contributor

@Anush008 Anush008 commented Sep 26, 2024

Description

This PR adds support for external retrieval using Qdrant - https://qdrant.tech. Includes docs and examples.

Unit and E2E tests using a local Qdrant instance have been set up.

Type of Change

  • New feature
  • Documentation update

Note

I have agreed to and signed the CLA(cla@neo4j.com).

@@ -31,6 +31,7 @@ from = "src"
python = "^3.9.0"
neo4j = "^5.17.0"
pydantic = "^2.6.3"
urllib3 = "<2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this,

poetry lock

takes forever.

Anush008 and others added 2 commits October 9, 2024 14:39
@willtai willtai requested a review from a team as a code owner October 10, 2024 11:56
Copy link
Contributor

@stellasia stellasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your patience, nice work!

@willtai willtai merged commit eeedf49 into neo4j:main Oct 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants