Skip to content

Commit

Permalink
Add Zilliz free tier example
Browse files Browse the repository at this point in the history
Signed-off-by: christy <cbergman@gmail.com>
  • Loading branch information
christy committed Nov 21, 2023
1 parent 5f8d441 commit 038c2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/llms/langchain/readthedocs_rag_zilliz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
"source": [
"## Assemble and inspect the search result\n",
"\n",
"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'`. "
]
},
{
Expand Down Expand Up @@ -805,7 +805,7 @@
"metadata": {},
"outputs": [],
"source": [
"# 9. Drop collection\n",
"# Drop collection\n",
"utility.drop_collection(COLLECTION_NAME)"
]
},
Expand Down

1 comment on commit 038c2d7

@christy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a Zilliz free tier OSS RAG demo

Please sign in to comment.