Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 9, 2024
1 parent 166447a commit 2f40ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test, expect } from "@jest/globals";
import { JinaEmbeddings } from "../jina";
import { JinaEmbeddings } from "../jina.js";

test("Test JinaEmbeddings.embedQuery", async () => {
const embeddings = new JinaEmbeddings();
Expand Down

0 comments on commit 2f40ce3

Please sign in to comment.