Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update pinecone.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmejias committed Apr 9, 2023
1 parent a901ccc commit 16fb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pinecone.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

'index_host' => env(
'PINECONE_CONTROLLER_HOST',
'https://index_name.' . env('PROJECT_ID', '') . '.svc.environment.pinecone.io'
'https://index_name-' . env('PROJECT_ID', '') . '.svc.environment.pinecone.io'
),

];

0 comments on commit 16fb368

Please sign in to comment.