docs: correct the opposite meaning

1. "to increase the coherence of the text, and the frequency of breaks within the text." -> "to increase the coherence of the text, and decrease the frequency of breaks within the text."
pull/226/head
liuliu 1 year ago
parent e257a986cf
commit 23491928cc

@ -90,7 +90,7 @@
"source": [
"It turns out that a double newline is a good separator in this case, in order not to break the flow of the text. Also no individual chunk is larger than 1500 tokens. The model we will use is text-davinci-002, which has a limit of 4096 tokens, so we don't need to worry about breaking the chunks down further.\n",
"\n",
"We will group the shorter chunks into chunks of around 1000 tokens, to increase the coherence of the text, and the frequency of breaks within the text."
"We will group the shorter chunks into chunks of around 1000 tokens, to increase the coherence of the text, and decrease the frequency of breaks within the text."
]
},
{

Loading…
Cancel
Save