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

Commit

Permalink
Remove JINA API key from mandatory env vars (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe authored Feb 26, 2024
1 parent 580dc2c commit 8dfa859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ pip install canopy-sdk
```bash
export PINECONE_API_KEY="<PINECONE_API_KEY>"
export OPENAI_API_KEY="<OPENAI_API_KEY>"
export JINA_API_KEY="<JINA_API_KEY>"
export INDEX_NAME="<INDEX_NAME>"
```

Expand Down

0 comments on commit 8dfa859

Please sign in to comment.