Skip to content

Commit

Permalink
Simplify imports: #110 (#113)
Browse files Browse the repository at this point in the history
* Simplify imports: #110

* Update fastembed/__init__.py

Co-authored-by: Kumar Shivendu <[email protected]>

* Remove outdated import

* Remove outdated import

---------

Co-authored-by: Kumar Shivendu <[email protected]>
Co-authored-by: Nirant <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2024
1 parent 3948f0d commit 4696818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastembed/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .embedding import TextEmbedding

__all__ = [TextEmbedding]

0 comments on commit 4696818

Please sign in to comment.