From d4d05c1fe10c24e345bcb26ea3effdbcc86a32bb Mon Sep 17 00:00:00 2001 From: Chris Steege Date: Mon, 24 Apr 2023 15:34:10 -0500 Subject: [PATCH] Refactor readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820b5d7..540c0c1 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,14 @@ The [ChatGPT](https://openai.com/blog/chatgpt)-powered swiss army knife for the ## Getting Started -Pre-requisite: You'll need to create an [OpenAI](https://openai.com/blog/openai-api) account or request early access from [Anthropic](https://www.anthropic.com/earlyaccess). +Pre-requisite: +- You'll need to create an [OpenAI](https://openai.com/blog/openai-api) account or request early access from [Anthropic](https://www.anthropic.com/earlyaccess). +- Also, you can create a [Pinecone](https://www.pinecone.io/start) account to use their vector database. 1. Run `pip install mindflow`, or you can clone this repo and run `pip install -e path/to/mindflow`. 2. Run `mf login`: - Register with OpenAI or Anthropic to use their models. You can find your OpenAI API key [here](https://platform.openai.com/account/api-keys). - - Register with Pinecone to use their vector search engine. You can find your Pinecone API key and Environment [here](https://www.pinecone.io/start). + - Register with Pinecone to use their vector database. You can find your Pinecone API key and Environment [here](https://www.pinecone.io/start). 3. Now, you're ready to start using MindFlow! ## Basic Usage