Closed chetanph closed 1 month ago
This is my workaround for now:
embeddings._model = embeddings.model_dump().get("_model")
Try to fix this in #26764
Yes, the fix works as expected. Appreciate the quick response!!
Question: I am still experiencing this error (even though the workaround described above by chetanph is working for me).
I'm a little new to the development cycle but has the fix been deployed to production? I am still getting the exact error above having just installed the fastembed package today unless I use the workaround.
I am waiting for the fixed PR to be merged and released.
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
After upgrading to latest
langchain
andlangchain-community
version 0.3.0, basic usage example ofFastEmbedEmbeddings
is failing.System Info