Skip to content

Commit 5f15701

Browse files
committed
🐛 FIX: Example
1 parent e8ab438 commit 5f15701

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/nodejs/chunk/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ const langbase = new Langbase({
1010
});
1111

1212
async function main() {
13-
const documentPath = path.join(
14-
process.cwd(),
15-
'examples',
16-
'chunk',
17-
'index.ts',
18-
);
13+
const documentPath = path.join(process.cwd(), 'chunk', 'index.ts');
1914

2015
const results = await langbase.chunk({
2116
document: fs.readFileSync(documentPath),

0 commit comments

Comments
 (0)