Skip to content
Snippets Groups Projects
Commit 5bb55bcc authored by Yi Ding's avatar Yi Ding
Browse files

changeset and bug fix

parent 08c49b0d
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
Add notion loader (thank you @TomPenguin!)
import { Client } from "@notionhq/client"; import { Client } from "@notionhq/client";
import { program } from "commander"; import { program } from "commander";
import { NotionReader, VectorStoreIndex } from "llamaindex"; import { NotionReader, VectorStoreIndex } from "llamaindex";
import { stdin as input, stdout as output } from "node:process";
// readline/promises is still experimental so not in @types/node yet // readline/promises is still experimental so not in @types/node yet
// @ts-ignore // @ts-ignore
import { stdin as input, stdout as output } from "node:process";
import readline from "node:readline/promises"; import readline from "node:readline/promises";
program program
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment