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

add pnpm install to the examples README

parent a594e22d
No related branches found
No related tags found
No related merge requests found
# Simple Examples
Due to packaging, you will need to run `pnpm --filter llamaindex build` before running these examples.
Due to packaging, you will need to run these commands to get started.
```bash
pnpm --filter llamaindex build
pnpm install
```
Run them with ts-node, for example `npx ts-node vectorIndex.ts`
Then run the examples with `ts-node`, for example `npx ts-node vectorIndex.ts`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment