Skip to content

Commit 7f04c38

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Generate en docs
1 parent fb06019 commit 7f04c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localization/v2.6.x/site/en/tutorials/build-rag-with-milvus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ retrieved_lines_with_distances = [
206206
[line_with_distance[<span class="hljs-number">0</span>] <span class="hljs-keyword">for</span> line_with_distance <span class="hljs-keyword">in</span> retrieved_lines_with_distances]
207207
)
208208
<button class="copy-code-btn"></button></code></pre>
209-
<p>Define system and user prompts for the Lanage Model. This prompt is assembled with the retrieved documents from Milvus.</p>
209+
<p>Define system and user prompts for the Language Model. This prompt is assembled with the retrieved documents from Milvus.</p>
210210
<pre><code translate="no" class="language-python">SYSTEM_PROMPT = <span class="hljs-string">&quot;&quot;&quot;
211211
Human: You are an AI assistant. You are able to find answers to the questions from the contextual passage snippets provided.
212212
&quot;&quot;&quot;</span>

localization/v2.6.x/site/en/userGuide/manage_databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ curl --request POST \
274274
<tr>
275275
<td><p><code translate="no">database.resource_groups</code></p></td>
276276
<td><p>string</p></td>
277-
<td><p>The names of the resource groups associated with the specified database in a common-separated list.</p></td>
277+
<td><p>The names of the resource groups associated with the specified database in a comma-separated list.</p></td>
278278
</tr>
279279
<tr>
280280
<td><p><code translate="no">database.diskQuota.mb</code></p></td>

0 commit comments

Comments
 (0)