Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update incorrect pinecone quick start pathname (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai authored Nov 12, 2023
1 parent 1f70337 commit 3461429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canopy_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def validate_connection():
f"{str(e)}\n"
"Credentials should be set by the PINECONE_API_KEY and PINECONE_ENVIRONMENT"
" environment variables. "
"Please visit https://www.pinecone.io/docs/quick-start/ for more details."
"Please visit https://www.pinecone.io/docs/quickstart/ for more details."
)
raise CLIError(msg)
try:
Expand Down Expand Up @@ -284,7 +284,7 @@ def upsert(index_name: str,
if "credentials" in msg:
msg += ("\nCredentials should be set by the PINECONE_API_KEY and "
"PINECONE_ENVIRONMENT environment variables. Please visit "
"https://www.pinecone.io/docs/quick-start/ for more details.")
"https://www.pinecone.io/docs/quickstart/ for more details.")
raise CLIError(msg)

click.echo("Canopy is going to upsert data from ", nl=False)
Expand Down

0 comments on commit 3461429

Please sign in to comment.