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

Wrap and support Sparse Vector Creation #12

Closed
NirantK opened this issue Oct 3, 2023 · 3 comments
Closed

Wrap and support Sparse Vector Creation #12

NirantK opened this issue Oct 3, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@NirantK
Copy link
Contributor

NirantK commented Oct 3, 2023

FastEmbed should/can support sparse vector creation which is based on Bag of Words e.g. TF-IDF and BM25 Okapi. We can launch with existing Python implementations e.g https://pypi.org/project/rank-bm25/

This will help adoption for sparse vectors within the Qdrant ecosystem itself as we can recommend this as the canonical place to make some sparse vectors.

@NirantK NirantK added the enhancement New feature or request label Oct 3, 2023
@generall
Copy link
Member

Alternatively to BM25, we can consider running SLADE-like models. Last time I tried them, the inference speed was my top concern

@NirantK
Copy link
Contributor Author

NirantK commented Oct 10, 2023

They continue to be slow, and I don't know of an obvious way to run them with onnxruntime yet. Will keep an eye out on SPLADE though

@Anush008
Copy link
Member

#149
New models to follow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants