Skip to content

Commit 7591c20

Browse files
committed
[ENH]: add orchestrator to construct version graph for garbage collection
1 parent 2f4ce46 commit 7591c20

11 files changed

+995
-61
lines changed

Cargo.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ reqwest = { version = "0.12.9", features = ["rustls-tls-native-roots", "http2"]
9292
random-port = "0.1.1"
9393
ndarray = { version = "0.16.1", features = ["approx"] }
9494
humantime = { version = "2.2.0" }
95+
petgraph = { version = "0.8.1" }
96+
base64 = "0.22"
9597

9698
chroma-benchmark = { path = "rust/benchmark" }
9799
chroma-blockstore = { path = "rust/blockstore" }

rust/garbage_collector/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ tracing = { workspace = true }
3232
thiserror = { workspace = true }
3333
humantime = { workspace = true }
3434
opentelemetry = { workspace = true }
35+
petgraph = { workspace = true }
36+
base64 = { workspace = true }
3537

3638
chroma-config = { workspace = true }
3739
chroma-error = { workspace = true }

0 commit comments

Comments
 (0)