Update README.md

pull/7/head
Alex 1 year ago committed by GitHub
parent b9dbd33fdc
commit b35bab7909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save