Skip to content

Commit 5bad839

Browse files
committed
refactor: Parallel PG -> Qdrant
Signed-off-by: Anush008 <[email protected]>
1 parent 78bbfc0 commit 5bad839

File tree

4 files changed

+330
-29
lines changed

4 files changed

+330
-29
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ docker run --net=host --rm -it registry.cloud.qdrant.io/library/qdrant-migration
442442
| `--qdrant.api-key` | Qdrant API key (optional) |
443443
| `--qdrant.distance-metric` | Map of vector names to distance metrics (`"cosine"`, `"dot"`, `"euclid"`, `"manhattan"`). Default: `"cosine"` |
444444

445+
#### Additional Options
446+
447+
| Flag | Description |
448+
| ------------------------- | --------------------------------------------------------------- |
449+
| `--migration.num-workers` | Number of parallel workers to use. Default: Number of CPU cores |
450+
445451
* See [Shared Migration Options](#shared-migration-options) for common migration parameters.
446452

447453
</details>

0 commit comments

Comments
 (0)