Skip to content

Commit

Permalink
Windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jun 24, 2023
1 parent 9e131ac commit cb61244
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,18 @@ PINECONE_INDEX_NAME=# you can get it after creating your index in pinecone

> Note: for pincone db, make sure that the dimension is equal to 1536
- Navigate to the repository folder and run the following command:
- Navigate to the repository folder and run the following command (for MacOS or Linux):
```
make install
```


**or in case you are using Wikndows**
```
make.bat
```


Once the installation is complete, you can access the OpenChat console at: http://localhost:8000


Expand Down

0 comments on commit cb61244

Please sign in to comment.