johnreyev
johnreyev
> It works for me: > > ## Issue Description > ### Problem > Encountered an error related to the `bcrypt` module in a Node.js application running on an `arm64`...
Hi, any updates on this? We've experienced the same issue.
Hi @joein, you can try this ``` fastembed==0.3.6 lorem==0.1.1 ``` ``` from timeit import default_timer as timer import lorem from fastembed import TextEmbedding def run(): model = TextEmbedding(model_name='BAAI/bge-small-en-v1.5') # start...