Skip to content

Commit 1cc5444

Browse files
fix euclidean spelling (#224)
1 parent 74c4a4f commit 1cc5444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/mutate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("mutate", () => {
4343

4444
it("should insert vector", async () => {
4545
const client = await setup();
46-
await setSchema(client, `project_discription_v: float32vector @index(hnsw(exponent: "5", metric: "euclidian")) .`);
46+
await setSchema(client, `project_discription_v: float32vector @index(hnsw(exponent: "5", metric: "euclidean")) .`);
4747

4848
let txn = client.newTxn();
4949
try {

0 commit comments

Comments
 (0)