mv embedding cache docs (#9664)

pull/9671/head
Bagatur 1 year ago committed by GitHub
commit 80dd162e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,9 @@
{
"redirects": [
{
"source": "/docs/modules/data_connection/caching_embeddings(/?)",
"destination": "/docs/modules/data_connection/text_embedding/caching_embeddings"
},
{
"source": "/en/latest/additional_resources/youtube.html",
"destination": "/docs/additional_resources/youtube"

@ -5,7 +5,7 @@
"id": "bf4061ce",
"metadata": {},
"source": [
"# Caching Embeddings\n",
"# Caching\n",
"\n",
"Embeddings can be stored or temporarily cached to avoid needing to recompute them.\n",
"\n",
@ -586,7 +586,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.1"
}
},
"nbformat": 4,
Loading…
Cancel
Save