qdrant/fastembed

[Bug]: Bug when trying to use FastEmbedEmbeddings()

Closed this issue · 4 comments

What happened?

I''ve been using FastEmbedEmbeddings for the past few weeks and yesterday it stopped working and I don't know why. Below are pictures of the error messages and my code.

BUG FASTEMBED PIC OF BUG

What Python version are you on? e.g. python --version

Python 3.10

Version

0.2.7 (Latest)

What os are you seeing the problem on?

Windows

Relevant stack traces and/or logs

No response

Can you try updating Langchain Community and FastEmbed to latest?

Same error with python 3.9 and latest versions of both langchain-community and fastembed. Any update on this?

Hey guys. There's a PR to fix this and also update the integration.

Can you try updating Langchain Community and FastEmbed to latest?
I tried that, but it didn't work. I figured out the solution: I needed to install my pip dependencies in a specific order. Thank you for your help!