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

docs: update readme for simple template

parent 06b20a17
Branches
Tags
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.
Please register or to comment