We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c4a4f commit 1cc5444Copy full SHA for 1cc5444
tests/integration/mutate.spec.ts
@@ -43,7 +43,7 @@ describe("mutate", () => {
43
44
it("should insert vector", async () => {
45
const client = await setup();
46
- await setSchema(client, `project_discription_v: float32vector @index(hnsw(exponent: "5", metric: "euclidian")) .`);
+ await setSchema(client, `project_discription_v: float32vector @index(hnsw(exponent: "5", metric: "euclidean")) .`);
47
48
let txn = client.newTxn();
49
try {
0 commit comments