Skip to content

Commit e92ddc5

Browse files
committed
add comment about index creation
1 parent 82afb11 commit e92ddc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

integrations/cohere/semantic_search_trec.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,13 @@
620620
"pc = Pinecone(api_key=PINECONE_KEY)"
621621
]
622622
},
623+
{
624+
"cell_type": "markdown",
625+
"metadata": {},
626+
"source": [
627+
"Now that the Pinecone client is initialized, we can use it to connect to an index."
628+
]
629+
},
623630
{
624631
"cell_type": "code",
625632
"execution_count": null,

0 commit comments

Comments
 (0)