mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
mv
This commit is contained in:
parent
e2e582f1f6
commit
d8e2dd4c89
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"redirects": [
|
"redirects": [
|
||||||
|
{
|
||||||
|
"source": "/docs/modules/data_connection/caching_embeddings(/?)",
|
||||||
|
"destination": "/docs/modules/data_connection/text_embedding/caching_embeddings"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/en/latest/additional_resources/youtube.html",
|
"source": "/en/latest/additional_resources/youtube.html",
|
||||||
"destination": "/docs/additional_resources/youtube"
|
"destination": "/docs/additional_resources/youtube"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"id": "bf4061ce",
|
"id": "bf4061ce",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Caching Embeddings\n",
|
"# Caching\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Embeddings can be stored or temporarily cached to avoid needing to recompute them.\n",
|
"Embeddings can be stored or temporarily cached to avoid needing to recompute them.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -586,7 +586,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.10"
|
"version": "3.9.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
Loading…
Reference in New Issue
Block a user