Skip to content

Commit 7d2a13f

Browse files
authored
fix: various typos (#32231)
1 parent 0b34be4 commit 7d2a13f

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

cookbook/img-to_img-search_CLIP_ChromaDB.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
"cell_type": "markdown",
2121
"id": "5939a54c-3198-4ba4-8346-1cc088c473c0",
2222
"metadata": {},
23-
"source": [
24-
"##### You can embed text in the same VectorDB space as images, and retreive text and images as well based on input text or image.\n",
25-
"##### Following link demonstrates that.\n",
26-
"<a> https://python.langchain.com/v0.2/docs/integrations/text_embedding/open_clip/ </a>"
27-
]
23+
"source": "##### You can embed text in the same VectorDB space as images, and retrieve text and images as well based on input text or image.\n##### Following link demonstrates that.\n<a> https://python.langchain.com/v0.2/docs/integrations/text_embedding/open_clip/ </a>"
2824
},
2925
{
3026
"cell_type": "markdown",
@@ -600,4 +596,4 @@
600596
},
601597
"nbformat": 4,
602598
"nbformat_minor": 5
603-
}
599+
}

cookbook/rag-locally-on-intel-cpu.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,7 @@
552552
"cell_type": "markdown",
553553
"id": "77deb6a0-0950-450a-916a-f2a029676c20",
554554
"metadata": {},
555-
"source": [
556-
"**Appending all retreived documents in a single document**"
557-
]
555+
"source": "**Appending all retrieved documents in a single document**"
558556
},
559557
{
560558
"cell_type": "code",
@@ -758,4 +756,4 @@
758756
},
759757
"nbformat": 4,
760758
"nbformat_minor": 5
761-
}
759+
}

docs/docs/integrations/retrievers/elasticsearch_retriever.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,7 @@
265265
"cell_type": "markdown",
266266
"id": "08437fa2",
267267
"metadata": {},
268-
"source": [
269-
"## Instantiation\n",
270-
"\n",
271-
"### Vector search\n",
272-
"\n",
273-
"Dense vector retrival using fake embeddings in this example."
274-
]
268+
"source": "## Instantiation\n\n### Vector search\n\nDense vector retrieval using fake embeddings in this example."
275269
},
276270
{
277271
"cell_type": "code",
@@ -713,4 +707,4 @@
713707
},
714708
"nbformat": 4,
715709
"nbformat_minor": 5
716-
}
710+
}

docs/docs/integrations/vectorstores/timescalevector.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,7 @@
447447
"attachments": {},
448448
"cell_type": "markdown",
449449
"metadata": {},
450-
"source": [
451-
"We'll define a helper funciton to create a uuid for a document and associated vector embedding based on its timestamp. We'll use this function to create a uuid for each git log entry.\n",
452-
"\n",
453-
"Important note: If you are working with documents and want the current date and time associated with vector for time-based search, you can skip this step. A uuid will be automatically generated when the documents are ingested by default."
454-
]
450+
"source": "We'll define a helper function to create a uuid for a document and associated vector embedding based on its timestamp. We'll use this function to create a uuid for each git log entry.\n\nImportant note: If you are working with documents and want the current date and time associated with vector for time-based search, you can skip this step. A uuid will be automatically generated when the documents are ingested by default."
455451
},
456452
{
457453
"cell_type": "code",
@@ -1729,4 +1725,4 @@
17291725
},
17301726
"nbformat": 4,
17311727
"nbformat_minor": 4
1732-
}
1728+
}

0 commit comments

Comments
 (0)