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

minor comment change

parent 8c1b76f3
No related branches found
No related tags found
No related merge requests found
import { MarkdownReader, VectorStoreIndex } from "llamaindex";
async function main() {
// Load PDF
// Load Markdown file
const reader = new MarkdownReader();
const documents = await reader.loadData("node_modules/llamaindex/README.md");
......
import { MarkdownReader, VectorStoreIndex } from "llamaindex";
async function main() {
// Load PDF
// Load Markdown file
const reader = new MarkdownReader();
const documents = await reader.loadData("node_modules/llamaindex/README.md");
......
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