mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
Docs: update huggingfacehub.ipynb (#29329)
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.
This commit is contained in:
parent
536b44a47f
commit
7b44c3384e
@ -16,7 +16,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%pip install --upgrade --quiet langchain sentence_transformers"
|
||||
"%pip install --upgrade --quiet langchain langchain-huggingface sentence_transformers"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user