Created
September 29, 2023 07:28
-
-
Save ljnmedium/2b748bb236a848eb9004d289a38c3ff8 to your computer and use it in GitHub Desktop.
pinecone_setup.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pinecone.init(api_key="YOUR_API_KEY", environment="YOUR_ENVIRONMENT") | |
index = pinecone.Index("projet_esg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment