Skip to content

Commit 3d69362

Browse files
Update src/common/search/vectorSearchEmbeddingsManager.ts
Co-authored-by: Himanshu Singh <[email protected]>
1 parent 519a0c4 commit 3d69362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/search/vectorSearchEmbeddingsManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class VectorSearchEmbeddingsManager {
118118
}
119119

120120
switch (definition.quantization) {
121-
// Because quantization is not defined by the use
121+
// Because quantization is not defined by the user
122122
// we have to trust them in the format they use.
123123
case "none":
124124
return true;

0 commit comments

Comments
 (0)