From b35bab7909795222ca805f1e060bf831772d9467 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 Feb 2023 14:52:22 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 15a30941..dcd15674 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,16 @@ extensions - chrome extension scripts - script that creates similarity search index and store for other libraries +## QuickStart +Please note: current vector database uses pandas Python documentation, thus responses will be related to it, if you want to use other docs please follow a guide below +1. Navigate to `/application` folder +2. Install dependencies +`pip install -r requirements.txt` +3. Prepare .env file +Copy .env_sample and create .env with your openai api token +4. Run the app +`python app.py` ## Join our community here [Discord](https://discord.gg/guzNA6DSBk) ## [Guides](https://github.com/arc53/docsgpt/wiki)