Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simple text retrieval demo #1188

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions notebooks/text/imdb_search_milvus_client.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1289,22 +1289,10 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "d0e81e68",
"metadata": {},
"outputs": [
{
"ename": "NameError",
"evalue": "name 'default_server' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m/Users/christybergman/Documents/milvus_bootcamp/bootcamp/notebooks/text/imdb_search_milvus_client.ipynb Cell 42\u001b[0m line \u001b[0;36m2\n\u001b[1;32m <a href='vscode-notebook-cell:/Users/christybergman/Documents/milvus_bootcamp/bootcamp/notebooks/text/imdb_search_milvus_client.ipynb#X56sZmlsZQ%3D%3D?line=0'>1</a>\u001b[0m \u001b[39m# Shut down and cleanup the milvus server.\u001b[39;00m\n\u001b[0;32m----> <a href='vscode-notebook-cell:/Users/christybergman/Documents/milvus_bootcamp/bootcamp/notebooks/text/imdb_search_milvus_client.ipynb#X56sZmlsZQ%3D%3D?line=1'>2</a>\u001b[0m default_server\u001b[39m.\u001b[39mstop()\n\u001b[1;32m <a href='vscode-notebook-cell:/Users/christybergman/Documents/milvus_bootcamp/bootcamp/notebooks/text/imdb_search_milvus_client.ipynb#X56sZmlsZQ%3D%3D?line=2'>3</a>\u001b[0m default_server\u001b[39m.\u001b[39mcleanup()\n",
"\u001b[0;31mNameError\u001b[0m: name 'default_server' is not defined"
]
}
],
"outputs": [],
"source": [
"# Shut down and cleanup the milvus server.\n",
"default_server.stop()\n",
Expand Down