We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f77706 + 31adbf5 commit 5248082Copy full SHA for 5248082
articles/cosmos-db/quickstart-vector-store-nodejs.md
@@ -188,7 +188,7 @@ Use these scripts to compile TypeScript files and run the Quantized flat index i
188
## Create code files for vector search
189
190
191
-Create a `src` directory for your TypeScript files. Add two files: `vector-search.ts` and `utils.ts` for the DiskANN index implementation:
+Create a `src` directory for your TypeScript files. Add two files: `vector-search.ts` and `utils.ts` for your vector search implementation:
192
193
```bash
194
mkdir src
0 commit comments