Skip to content

Dev/qdrant refactoring#1058

Closed
nickprock wants to merge 2 commits intocheshire-cat-ai:developfrom
nickprock:dev/qdrant_refactoring
Closed

Dev/qdrant refactoring#1058
nickprock wants to merge 2 commits intocheshire-cat-ai:developfrom
nickprock:dev/qdrant_refactoring

Conversation

@nickprock
Copy link
Copy Markdown
Contributor

@nickprock nickprock commented Apr 7, 2025

Description

Qdrant has changed the name and operation of some APIs in recent versions, in particular:

  • recreate_collection --> create_collection
  • search --> query_points

In the second case, the parameter names and output format have also changed. They will be deprecated in the future so it is better to update the code now without coming up short.

I have run the tests and the success rate is 100%. I also did some testing on the admin and there should be no problem,

I can't guarantee backward compatibility with ALL plugins.

Related to issue #1053

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

astrogatto

pieroit and others added 2 commits February 28, 2025 14:57
refactoring, renaming functions as new Qdrant's API
@nickprock nickprock closed this Apr 7, 2025
@nickprock nickprock deleted the dev/qdrant_refactoring branch April 7, 2025 14:03
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.

2 participants