Skip to content
Snippets Groups Projects
Commit e851c0c8 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

docs: Update README templates to include instructions for generating embeddings

parent 58d9c0c4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,13 @@ First, install the dependencies:
npm install
```
Second, run the development server:
Second, generate the embeddings of the documents in the `./data` directory (if this folder exists - otherwise, skip this step):
```
npm run generate
```
Third, run the development server:
```
npm run dev
......
......@@ -8,7 +8,13 @@ First, install the dependencies:
npm install
```
Second, run the development server:
Second, generate the embeddings of the documents in the `./data` directory (if this folder exists - otherwise, skip this step):
```
npm run generate
```
Third, run the development server:
```
npm run dev
......
......@@ -8,7 +8,13 @@ First, install the dependencies:
npm install
```
Second, run the development server:
Second, generate the embeddings of the documents in the `./data` directory (if this folder exists - otherwise, skip this step):
```
npm run generate
```
Third, run the development server:
```
npm run dev
......
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