mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 13:58:11 +00:00
langchain -> langchain langchain-huggingface Updated the installation command from: %pip install --upgrade --quiet langchain sentence_transformers to: %pip install --upgrade --quiet langchain-huggingface sentence_transformers This resolves an import error in the notebook when using from langchain_huggingface.embeddings import HuggingFaceEmbeddings.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide