Skip to content

Commit

Permalink
Update simple text retrieval demo
Browse files Browse the repository at this point in the history
Signed-off-by: christy <[email protected]>
  • Loading branch information
christy committed Nov 21, 2023
1 parent dd280ac commit 3426cf4
Showing 1 changed file with 2 additions and 14 deletions.
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

0 comments on commit 3426cf4

Please sign in to comment.