Skip to content

Commit

Permalink
use latest qdrant-client with builders
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 29, 2024
1 parent 37e37da commit fc6154f
Show file tree
Hide file tree
Showing 21 changed files with 634 additions and 877 deletions.
954 changes: 399 additions & 555 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.5.16", features = ["derive"] }
ctrlc = "3.4.5"
futures = "0.3.30"
async-trait = "0.1.81"
qdrant-client = "1.9.0"
qdrant-client = "1.11.2"
rand = "0.8.5"
tokio = { version = "1.39.3", features = ["full"] }
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain
# https://www.lpalmieri.com/posts/fast-rust-docker-builds/
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.79.0 AS chef
FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.80.1 AS chef
WORKDIR /coach

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Those drills are run continuously to detect unexpected behaviors over a long per

## drills

- `collections_churn`: drill that keeps on creating and deleting the same collections
- `collections_churn`: drill that keeps on creating and deleting the same collections.
- `points_churn`: drill that creates and deletes points in a collection.
- `points_search`: drill that performs search requests on a collection.
- `points_upsert`: drill that consistently updates the same points.
Expand Down
Loading

0 comments on commit fc6154f

Please sign in to comment.