Skip to content

Commit

Permalink
adopt name of PINECONE_ENVIRONMENT from pinecone
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaRampe committed May 7, 2023
1 parent be80626 commit 9e9a243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

pinecone.init(
api_key=os.environ["PINECONE_API_KEY"],
environment=os.environ["PINECONE_ENVIRONMENT_REGION"],
environment=os.environ["PINECONE_ENVIRONMENT"],
)


Expand Down

0 comments on commit 9e9a243

Please sign in to comment.