fastembed-go
fastembed-go copied to clipboard
Go implementation of @qdrant/fastembed.
Looking through the code I didn't see a setting for using Cuda/GPU, is this done automatically, or is there a setting? Tried looking in the Onnx project, but got a...
Hi. I am getting different embeddings when 1. Python, sentence encoder ``` model_standard = SentenceTransformer("all-MiniLM-L6-v2") print(model_standard.encode("Hello World")) ``` Output: ```[-3.44772786e-02 3.10232081e-02 6.73494861e-03 2.61090137e-02 -3.93620506e-02 -1.60302490e-01 6.69240057e-02 -6.44144369e-03...``` 2. Using your...
I am getting a nil pointer error with specific texts, I created a test at https://github.com/alkuma/tokenizerissue to demonstrate the issue. There are two strings that are being embedded, the first...
Models referenced in [this file](https://github.com/Anush008/fastembed-go/blob/98bb32d57bcbf964ee5a9c3c42fd33d001a832b9/fastembed.go#L433C30-L433C78) are no longer accessible