Skip to content

Installation Instructions

August Fu edited this page Aug 26, 2023 · 4 revisions

To try the project locally, please follow the instructions below:

First, clone the github repo to your local machine.

git clone https://github.com/monum/llm-prototypes

Fill in the missing authentication info in client/src/config.json and server/config.py.

Start a terminal, navigate to the server folder, and run the server script:

cd server python azure-vector-search.py

By default, this will start a Flask app on server host 127.0.0.1 at port 5601.

Now keep the current terminal open and open a new terminal. Navigate to the client folder and start the frontend.

cd client npm start

This should start a React app on http://localhost:3000.

Clone this wiki locally