import os from dotenv import load_dotenv load_dotenv() COHERE_API_KEY = os.getenv('COHERE_API_KEY') PINECONE_API_KEY = os.getenev('PINECONE_API_KEY')