-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededpython-sdkCocoIndex Python SDKCocoIndex Python SDK
Description
Currently functions.py is a single module with all functions. We want to convert it a sub package.
Similar to #1028 (which was for targets).
We want to have the following submodules for now:
sbert: forSentenceTransformerEmbedfunctioncolpali: for Colpali related functions / utils_engine_builtin_specs: for everything else that with only spec class there (their real implementation is on Rust side)
Please make sure everything these sub modules are imported from __init__.py - so existing user code won't be broken.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededpython-sdkCocoIndex Python SDKCocoIndex Python SDK