Skip to content

Commit 038c2d7

Browse files
committed
Add Zilliz free tier example
Signed-off-by: christy <[email protected]>
1 parent 5f8d441 commit 038c2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/llms/langchain/readthedocs_rag_zilliz.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@
683683
"source": [
684684
"## Assemble and inspect the search result\n",
685685
"\n",
686-
"The search result is in the variable `result[0]` of type `'pymilvus.orm.search.SearchResult'`. "
686+
"The search result is in the variable `results[0]` of type `'pymilvus.orm.search.SearchResult'`. "
687687
]
688688
},
689689
{
@@ -805,7 +805,7 @@
805805
"metadata": {},
806806
"outputs": [],
807807
"source": [
808-
"# 9. Drop collection\n",
808+
"# Drop collection\n",
809809
"utility.drop_collection(COLLECTION_NAME)"
810810
]
811811
},

0 commit comments

Comments
 (0)