Skip to content

Commit

Permalink
remove readme references to pinecone
Browse files Browse the repository at this point in the history
  • Loading branch information
Taqi Jaffri committed Dec 5, 2023
1 parent 4dc62d5 commit f08d98f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ After creating your virtual environment, you can install dependencies by running
poetry install
```

We also require you to set environment variables in order to use our tools. You will also need your Docugami API key, OpenAI API key, and a Pinecone API key.
We also require you to set environment variables in order to use our tools. You will also need your Docugami API key and an OpenAI API key.

```bash
export DOCUGAMI_API_KEY=...

export ENVIRONMENT=...
export PINECONE_API_KEY=...
export OPENAI_API_KEY=...
```

## Adding more packages
Expand Down

0 comments on commit f08d98f

Please sign in to comment.