Skip to content

Commit 73efc7f

Browse files
committed
Rename index in import notebook
We're not using the term "bulk import" anymore, so this PR renames th index from `pinecone-bulk-import1-1024-1` to `pinecone-import1-1024-1`.
1 parent c2a8253 commit 73efc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pinecone-bulk-import.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@
13301330
"# Define serverless specifications\n",
13311331
"spec = ServerlessSpec(cloud=cloud, region=region)\n",
13321332
"\n",
1333-
"index_name = \"pinecone-bulk-import1-1024-1\"\n",
1333+
"index_name = \"pinecone-import1-1024-1\"\n",
13341334
"dimension = 1024\n",
13351335
"\n",
13361336
"# List all existing indexes\n",

0 commit comments

Comments
 (0)