mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
cookbook: fix typo in cookbook/mongodb-langchain-cache-memory.ipynb (#29149)
Description: fix "enviornment" into "environment". Issue: Typo Dependencies: None Twitter handle: zrwang01
This commit is contained in:
parent
e64bfb537f
commit
4c0217681a
@ -156,7 +156,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Ensure you have an HF_TOKEN in your development enviornment:\n",
|
"# Ensure you have an HF_TOKEN in your development environment:\n",
|
||||||
"# access tokens can be created or copied from the Hugging Face platform (https://huggingface.co/docs/hub/en/security-tokens)\n",
|
"# access tokens can be created or copied from the Hugging Face platform (https://huggingface.co/docs/hub/en/security-tokens)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Load MongoDB's embedded_movies dataset from Hugging Face\n",
|
"# Load MongoDB's embedded_movies dataset from Hugging Face\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user