AIAnytime / Chat-with-PDF-Chatbot

This Chatbot is an interactive app developed to assist users to interact with their PDF. It is built using Open Source Stack. No OpenAI is required.
MIT License
144 stars 110 forks source link

cannot import name 'SentenceTransformerEmbeddings' #10

Open RedCloudDC opened 11 months ago

RedCloudDC commented 11 months ago

Traceback (most recent call last): File "/Volumes/2TBNVMeM2/downloads-2TB/code-repos/app-pdf-anytime/Chat-with-PDF-Chatbot/ingest.py", line 3, in from langchain.embeddings import SentenceTransformerEmbeddings ImportError: cannot import name 'SentenceTransformerEmbeddings' from 'langchain.embeddings' (/opt/anaconda3/lib/python3.9/site-packages/langchain/embeddings/init.py)

AIAnytime commented 11 months ago

Use HuggingFaceEmbeddings