Skip to content

Commit 6435685

Browse files
committed
fix index deletion call
1 parent a24be77 commit 6435685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cohere/semantic_search_trec.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@
962962
"metadata": {},
963963
"outputs": [],
964964
"source": [
965-
"piencone.delete_index(index_name)"
965+
"pc.delete_index(index_name)"
966966
]
967967
},
968968
{

0 commit comments

Comments
 (0)