You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to build the project the follow error occurs:
srv/utils/langchain/BTPEmbedding.ts(1,46): error TS2307: Cannot find module 'langchain/embeddings/base' or its corresponding type declarations.
It seems it was replaced by langchain/schema/embeddings - but this is not available in my project.
Br
The text was updated successfully, but these errors were encountered:
Hello,
when I try to build the project the follow error occurs:
srv/utils/langchain/BTPEmbedding.ts(1,46): error TS2307: Cannot find module 'langchain/embeddings/base' or its corresponding type declarations.
It seems it was replaced by langchain/schema/embeddings - but this is not available in my project.
Br
The text was updated successfully, but these errors were encountered: