Skip to content

Commit

Permalink
doc(js): remove duplicate legacy require("vectordb") for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan committed Mar 4, 2024
1 parent 08c0803 commit 97bca0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/basic_legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Table as ArrowTable, Utf8 } from "apache-arrow";
const example = async () => {
fs.rmSync("data/sample-lancedb", { recursive: true, force: true });
// --8<-- [start:open_db]
const lancedb = require("vectordb");
const uri = "data/sample-lancedb";
const db = await lancedb.connect(uri);
// --8<-- [end:open_db]
Expand Down

0 comments on commit 97bca0c

Please sign in to comment.