qdrant / rust-client

Rust client for Qdrant vector search engine
https://crates.io/crates/qdrant-client
Apache License 2.0
236 stars 50 forks source link

Organize client operations, split into modules, order by CRUD #152

Closed timvisee closed 5 months ago

timvisee commented 5 months ago

This does a (hopefully final) run on improving navigability in the client operations.

Most importantly:

This only has cosmetic changes. No code/logic changes.

For example:

image

All Submissions:

New Feature Submissions:

  1. [x] Does your submission pass tests?
  2. [x] Have you formatted your code locally using cargo +nightly fmt --all command prior to submission?
  3. [x] Have you checked your code using cargo clippy --all --all-features command?