Skip to content

Commit

Permalink
[WIP] core: qdrant_migrator (#2571)
Browse files Browse the repository at this point in the history
* WIP qdrant_migrator

* WIP migrate

* code

* nits

* nit
  • Loading branch information
spolu authored Nov 17, 2023
1 parent c698694 commit edceae6
Show file tree
Hide file tree
Showing 7 changed files with 666 additions and 40 deletions.
107 changes: 107 additions & 0 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ edition = "2021"
name = "dust-api"
path = "bin/dust_api.rs"

[[bin]]
name = "qdrant_migrator"
path = "bin/qdrant_migrator.rs"

[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["rc", "derive"] }
Expand Down Expand Up @@ -50,4 +54,5 @@ tower-http = {version = "0.4", features = ["full"]}
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
deno_core = "0.200"
rayon = "1.8.0"
rayon = "1.8.0"
clap = { version = "4.4", features = ["derive"] }
Loading

0 comments on commit edceae6

Please sign in to comment.