Skip to content

Commit adfd3d1

Browse files
Merge pull request openai#89 from bricker/bcr/2301/doctypo
Typo fix in Embedding_long_inputs.ipynb
2 parents b0ae249 + c51a573 commit adfd3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Embedding_long_inputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"cell_type": "markdown",
7676
"metadata": {},
7777
"source": [
78-
"Clearly we want to avoid these errors, particularly when handling programatically with a large number of embeddings. Yet, we still might be faced with texts that are longer than the maximum context length. Below we describe and provide recipes for the main approaches to handling these longer texts: (1) simply truncating the text to the maximum allowed length, and (2) chunking the text and embeddings each chunk individually."
78+
"Clearly we want to avoid these errors, particularly when handling programatically with a large number of embeddings. Yet, we still might be faced with texts that are longer than the maximum context length. Below we describe and provide recipes for the main approaches to handling these longer texts: (1) simply truncating the text to the maximum allowed length, and (2) chunking the text and embedding each chunk individually."
7979
]
8080
},
8181
{

0 commit comments

Comments
 (0)