This commit is contained in:
Bagatur 2023-08-23 11:30:44 -07:00
parent e2e582f1f6
commit d8e2dd4c89
2 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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,