We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8d441 commit 038c2d7Copy full SHA for 038c2d7
notebooks/llms/langchain/readthedocs_rag_zilliz.ipynb
@@ -683,7 +683,7 @@
683
"source": [
684
"## Assemble and inspect the search result\n",
685
"\n",
686
- "The search result is in the variable `result[0]` of type `'pymilvus.orm.search.SearchResult'`. "
+ "The search result is in the variable `results[0]` of type `'pymilvus.orm.search.SearchResult'`. "
687
]
688
},
689
{
@@ -805,7 +805,7 @@
805
"metadata": {},
806
"outputs": [],
807
808
- "# 9. Drop collection\n",
+ "# Drop collection\n",
809
"utility.drop_collection(COLLECTION_NAME)"
810
811
0 commit comments