Skip to content

Commit

Permalink
update rust get_collections
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgere committed Apr 10, 2024
1 parent 5c6a325 commit 4dd8bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/worker/src/sysdb/sysdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ impl SysDb for GrpcSysDb {
.get_collections(chroma_proto::GetCollectionsRequest {
id: collection_id_str,
name: name,
limit: None,
offset: None,
tenant: if tenant.is_some() {
tenant.unwrap()
} else {
Expand Down

0 comments on commit 4dd8bbc

Please sign in to comment.