Skip to content

Commit

Permalink
[ENH] Implement SignedRoaringBitmap and update where/where_document…
Browse files Browse the repository at this point in the history
… AST
  • Loading branch information
Sicheng Pan committed Sep 25, 2024
1 parent d7f8b67 commit a5b3575
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 239 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions rust/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ edition = "2021"
path = "src/lib.rs"

[dependencies]
tonic = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
uuid = { workspace = true }
roaring = { workspace = true }
thiserror = { workspace = true }
tonic = { workspace = true }
uuid = { workspace = true }

chroma-error = { workspace = true }

Expand Down
Loading

0 comments on commit a5b3575

Please sign in to comment.