cohere-ai / notebooks

Code examples and jupyter notebooks for the Cohere Platform
MIT License
478 stars 128 forks source link

RAG Guide: Include python-dotenv to load Cohere and Pinecone API keys from .env file #160

Closed rossdanlm closed 5 months ago

rossdanlm commented 6 months ago

RAG Guide: Include python-dotenv to load Cohere and Pinecone API keys from .env file

Nice convenience function, don't need to acecpt if you don't like it

Test Plan

Notebook runs if you define API keys in an .env file


Stack created with Sapling. Best reviewed with ReviewStack.

CLAassistant commented 6 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Rossdan Craig rossdan@lastmileai.dev seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

mrmer1 commented 5 months ago

@rossdanlm Thank you, yes let's add this.