Skip to content

Commit 2716d5e

Browse files
authored
docs: update README.md
closes #3
1 parent aff8cc9 commit 2716d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A related option is VS Code Dev Containers, which will open the project in your
104104

105105
1. Start Docker Desktop (install it if not already installed)
106106
2. Open the project:
107-
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/azure-search-openai-demo)
107+
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/llama-index-vector-search-javascript)
108108

109109
3. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window.
110110

@@ -236,7 +236,7 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
236236
docker build -t llama-index-vector-search-javascript .
237237
```
238238

239-
1. Generate embeddings:
239+
2. Generate embeddings:
240240

241241
Parse the data and generate the vector embeddings if the `./data` folder exists - otherwise, skip this step:
242242

@@ -251,7 +251,7 @@ docker run \
251251
npm run generate
252252
```
253253

254-
1. Start the app:
254+
3. Start the app:
255255

256256
```
257257
docker run \

0 commit comments

Comments
 (0)