Skip to content

Commit 24fee43

Browse files
committed
Updated to new geniml
1 parent 9cda643 commit 24fee43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bbconf/bbconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def add_bed_to_qdrant(
552552
reg_2_vec_obj = region_to_vec
553553
bed_embedding = reg_2_vec_obj.encode(
554554
bed_region_set,
555-
pool="mean",
555+
pooling="mean",
556556
)
557557

558558
# Upload bed file vector to the database
@@ -585,7 +585,7 @@ def get_thumbnail_uri(
585585
record_type: Literal["bed", "bedset"],
586586
record_id: str,
587587
result_id: str,
588-
access_id: str = "http"
588+
access_id: str = "http",
589589
) -> str:
590590
"""
591591
Create URL to access a bed- or bedset-associated thumbnail

0 commit comments

Comments
 (0)