Skip to content
Snippets Groups Projects
Commit 9f147ec6 authored by thucpn's avatar thucpn Committed by Marcus Schiesser
Browse files

docs: update readme for simple template

parent ba53e338
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,13 @@ Example `backend/.env` file: ...@@ -17,7 +17,13 @@ Example `backend/.env` file:
OPENAI_API_KEY=<openai_api_key> OPENAI_API_KEY=<openai_api_key>
``` ```
Second, run the development server: Second, generate the embeddings of the documents in the `./data` directory (if this folder exists - otherwise, skip this step):
```
python app/engine/generate.py
```
Third, run the development server:
``` ```
python main.py python main.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment