Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new: add gpu support for fastembed, add fastembed providers #612

Merged
merged 4 commits into from
May 3, 2024

Conversation

joein
Copy link
Member

@joein joein commented Apr 26, 2024

No description provided.

Copy link

netlify bot commented Apr 26, 2024

Deploy Preview for poetic-froyo-8baba7 ready!

Name Link
🔨 Latest commit f49e3de
🔍 Latest deploy log https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/663534d891914f00088af82c
😎 Deploy Preview https://deploy-preview-612--poetic-froyo-8baba7.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -109,6 +115,7 @@ def set_sparse_model(
embedding_model_name: Optional[str],
cache_dir: Optional[str] = None,
threads: Optional[int] = None,
providers: Optional[Sequence[Union[str, Tuple[str, Dict[Any, Any]]]]] = None,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do a simpler type?

Copy link
Member

@generall generall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On green CI

@joein joein merged commit 3bdb6f6 into dev May 3, 2024
14 checks passed
joein added a commit that referenced this pull request Jun 20, 2024
* new: add gpu support for fastembed, add fastembed providers

* new: update fastembed, add fastembed-gpu, add type alias for onnx providers

* new: update readme

* fix: fix poetry.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants