From f08d98fb3b7dbe93c971a65cbd202ea46fc43519 Mon Sep 17 00:00:00 2001 From: Taqi Jaffri Date: Tue, 5 Dec 2023 00:58:58 -0800 Subject: [PATCH] remove readme references to pinecone --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea66e87..4e5518a 100644 --- a/README.md +++ b/README.md @@ -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