Skip to content

Commit 42da262

Browse files
committed
Export at top level
1 parent da25a41 commit 42da262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymongo_vectorsearch_utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
text_search_stage,
1414
vector_search_stage,
1515
)
16+
from .util import append_client_metadata
1617

1718
__all__ = [
1819
"__version__",
@@ -26,4 +27,5 @@
2627
"reciprocal_rank_stage",
2728
"final_hybrid_stage",
2829
"bulk_embed_and_insert_texts",
30+
"append_client_metadata",
2931
]

0 commit comments

Comments
 (0)