Skip to content

Commit 179e9e2

Browse files
feat: Parallel Qdrant -> Qdrant migration for improved throughput (#168)
* feat: Parallel Qdrant -> Qdrant Signed-off-by: Anush008 <anushshetty90@gmail.com> * Chore: Add comments to the Parallel Qdrant-Qdrant migration (#169) * Chore: Add comments to the Parallel Qdrant-Qdrant migration * chore: Removed some superfluos comments Signed-off-by: Anush008 <anushshetty90@gmail.com> --------- Signed-off-by: Anush008 <anushshetty90@gmail.com> Co-authored-by: Anush008 <anushshetty90@gmail.com> * test: Updated image_test.go Signed-off-by: Anush008 <anushshetty90@gmail.com> --------- Signed-off-by: Anush008 <anushshetty90@gmail.com> Co-authored-by: Robert-Stam <47088745+Robert-Stam@users.noreply.github.com>
1 parent 579595c commit 179e9e2

File tree

4 files changed

+358
-166
lines changed

4 files changed

+358
-166
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,12 @@ NOTE: If the target collection already exists, its vector size and dimensions mu
564564
| `--target.api-key` | API key for target instance |
565565
| `--target.ensure-payload-indexes` | Ensure payload indexes exist. Default: true |
566566

567+
#### Additional Options
568+
569+
| Flag | Description |
570+
| --------------------------------- | -------------------------------------------------------------- |
571+
| `--migration.num-workers` | Number of parallel workers to use. Default: Number of CPU cores|
572+
567573
See [Shared Migration Options](#shared-migration-options) for shared parameters.
568574

569575
</details>

0 commit comments

Comments
 (0)