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

Initial Qdrant driver implementation #1942

Merged
merged 15 commits into from May 10, 2024
Merged

Initial Qdrant driver implementation #1942

merged 15 commits into from May 10, 2024

Conversation

msmygit
Copy link
Contributor

@msmygit msmygit commented May 10, 2024

Initial Qdrant driver implementation. Below core functions are implemented,

  1. Delete Collection
  2. Create Collection
  3. Upsert Points (into a collection)
  4. Count Points (from a collection)
  5. Search Points (from a collection)

Along with the Qdrant, this PR also implements the below items,

  1. Enhance --logs-max functionality to take care of cleaning up not just .log, but also *.yaml & *.txt files - c64fd45
  2. Minor updates to the Milvus/Zilliz driver - 6545156
  3. Improve ParsedOp error message - c81968b
  4. Trivial typo fixes - 34177a0

@@ -549,7 +551,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>${jacoco.version}</version>
Copy link
Contributor

@jshook jshook May 10, 2024

Choose a reason for hiding this comment

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

We've moved away from indirecting these version numbers into properties, since it makes live editing/analysis harder, and there is already a way to centralize version numbers into one place using maven dependency management.

Copy link
Contributor

@jshook jshook left a comment

Choose a reason for hiding this comment

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

Good enough to run with for experimentation. Let's do a thorough review before calling it officially done.

@jshook jshook merged commit 3db1504 into main May 10, 2024
5 checks passed
@jshook jshook deleted the ms/qdrant branch May 10, 2024 19:48
@msmygit msmygit mentioned this pull request May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants