unisim
unisim copied to clipboard
UniSim is a package for efficient similarity computation, fuzzy matching, and clustering of data.
Several tests fail when using Keras 3/TensorFlow >=2.16
How long can a sentence be before it can't be handled by unisim? I wonder if it can be used for question answer type system. Or like finding "needle in...
Hi. Is there a way to blacklist certain matches that are known to be wrong so the second or third best matches are chosen instead? If not, that would certainly...
Hi, is there some script for training custom RETSim model? Is there a plan to release it?
Add image similarity model and support for image search / matching / clustering.
The code I run: ``` import os import json from copy import deepcopy os.environ["BACKEND"] = "onnx" import onnxruntime as ort from unisim import TextSim ``` I got message: `WARNING:root:ONNX is...
It would be really nice if the `UniSim` class had a save to disk / load from disk feature instead of just having this for the `Indexer` class so that...
There seems to be a bug in the way `query_idx` gets filled in results in a call to `text_sim.search`. In would have expected one of the following two behaviors in...
Hi all, I am newly trying `unisim` via `pip install` and I get the following error: ``` >>> from unisim import TextSim WARNING:root:ONNX is running on CPU - you need...