We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once PyO3/pyo3@ac28a31 is released, we should remove the workaround for embedding_similarity introduced in #45.
embedding_similarity
The text was updated successfully, but these errors were encountered:
Looks like we're getting pyo3 0.8 soon: PyO3/pyo3#586. So chances are we'll have to make some other adjustments, too.
Sorry, something went wrong.
0.8 is out, but now we're blocked by PyO3/rust-numpy#111, since rust-numpy and finalfusion-python depend on different pyo3s
0.8
rust-numpy
finalfusion-python
pyo3
Fix FromPyObject for SkipSet.
5397d7f
Fixes #51 by allowing all string-iterables in FromPyObject implementation for SkipSet.
8022cf5
418678e
680505f
sebpuetz
Successfully merging a pull request may close this issue.
Once PyO3/pyo3@ac28a31 is released, we should remove the workaround for
embedding_similarity
introduced in #45.The text was updated successfully, but these errors were encountered: