Skip to content

Commit

Permalink
[ENH] Use an improved chroma cloud client for chroma-load
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Dec 20, 2024
1 parent 689f3c9 commit 29eef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/load/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ opentelemetry_sdk = { workspace = true }

# Unlikely to be used in the workspace.
axum = "0.7"
chromadb = { git = "https://github.com/rescrv/chromadb-rs", rev = "e364e35c34c660d4e8e862436ea600ddc2f46a1e" }
chromadb = { git = "https://github.com/rescrv/chromadb-rs", rev = "e9a8fb2e8b8edf7acfb1accf10166720a6bbbd33" }
guacamole = { version = "0.9", default-features = false }
tower-http = { version = "0.6.2", features = ["trace"] }
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 29eef0a

Please sign in to comment.