We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ab438 commit 5f15701Copy full SHA for 5f15701
1 file changed
examples/nodejs/chunk/index.ts
@@ -10,12 +10,7 @@ const langbase = new Langbase({
10
});
11
12
async function main() {
13
- const documentPath = path.join(
14
- process.cwd(),
15
- 'examples',
16
- 'chunk',
17
- 'index.ts',
18
- );
+ const documentPath = path.join(process.cwd(), 'chunk', 'index.ts');
19
20
const results = await langbase.chunk({
21
document: fs.readFileSync(documentPath),
0 commit comments