Skip to content

Commit 066fc6b

Browse files
committed
update Cohere dashboard link
1 parent 6435685 commit 066fc6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

integrations/cohere/semantic_search_trec.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"id": "-aPF7S50NA1P"
159159
},
160160
"source": [
161-
"And sign up for an API key over at [Cohere](https://os.cohere.ai/) and [Pinecone](https://app.pinecone.io), you can enter the keys directly in the cell below."
161+
"Sign up for an API key at [Cohere](https://dashboard.cohere.com/api-keys), you can enter the key directly in the cell below."
162162
]
163163
},
164164
{
@@ -169,8 +169,7 @@
169169
},
170170
"outputs": [],
171171
"source": [
172-
"COHERE_KEY = '<<YOUR-KEY-HERE>>'\n",
173-
"PINECONE_KEY = '<<YOUR-KEY-HERE>>'"
172+
"COHERE_KEY = '<<YOUR-KEY-HERE>>'"
174173
]
175174
},
176175
{

0 commit comments

Comments
 (0)