Skip to content

Commit 5248082

Browse files
committed
Merge branch 'diberry/cosmos-vector-store' of https://github.com/diberry/azure-databases-docs-pr into diberry/cosmos-vector-store
2 parents 1f77706 + 31adbf5 commit 5248082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/quickstart-vector-store-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Use these scripts to compile TypeScript files and run the Quantized flat index i
188188
## Create code files for vector search
189189
190190
191-
Create a `src` directory for your TypeScript files. Add two files: `vector-search.ts` and `utils.ts` for the DiskANN index implementation:
191+
Create a `src` directory for your TypeScript files. Add two files: `vector-search.ts` and `utils.ts` for your vector search implementation:
192192
193193
```bash
194194
mkdir src

0 commit comments

Comments
 (0)