Skip to content

Commit d204289

Browse files
committed
fix variable name
1 parent e92ddc5 commit d204289

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
@@ -617,7 +617,7 @@
617617
"api_key = os.environ.get('PINECONE_API_KEY')\n",
618618
"\n",
619619
"# Use the API key to initialize the Pinecone client\n",
620-
"pc = Pinecone(api_key=PINECONE_KEY)"
620+
"pc = Pinecone(api_key=api_key)"
621621
]
622622
},
623623
{

0 commit comments

Comments
 (0)