File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
notebooks/advanced_techniques Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 "source" : [
5252 " ## Step 2: Setup prerequisites\n " ,
5353 " \n " ,
54- " Follow the step [here](https://dashboard.voyageai.com/organization/api-keys) to obtain a Voyage AI API key."
54+ " Follow the steps [here](https://dashboard.voyageai.com/organization/api-keys) to obtain a Voyage AI API key."
5555 ]
5656 },
5757 {
6969 },
7070 {
7171 "cell_type" : " code" ,
72- "execution_count" : 30 ,
72+ "execution_count" : null ,
7373 "id" : " bf6ff564-053c-4d2b-8a38-6a0b1a17a85e" ,
7474 "metadata" : {},
7575 "outputs" : [],
7676 "source" : [
77- " # Set Voyage AI API Key as an environment variable\n " ,
77+ " # Set Voyage AI API key as an environment variable\n " ,
7878 " os.environ[\" VOYAGE_API_KEY\" ] = getpass.getpass(\" Enter your VoyageAI API key:\" )\n " ,
7979 " # Initialize the Voyage AI client\n " ,
8080 " voyage_client = voyageai.Client()"
You can’t perform that action at this time.
0 commit comments