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

changeset and bug fix

parent 08c49b0d
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
Add notion loader (thank you @TomPenguin!)
import { Client } from "@notionhq/client";
import { program } from "commander";
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
// @ts-ignore
import { stdin as input, stdout as output } from "node:process";
import readline from "node:readline/promises";
program
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment