Skip to content
Snippets Groups Projects
Commit c835f78d authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

docs: added changesets for core

parent d52eb9d4
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
Use compromise as sentence tokenizer
---
"llamaindex": patch
---
Removed pdf-parse, and directly use latest pdf.js
---
"llamaindex": patch
---
Added pinecone vector DB
...@@ -8,7 +8,7 @@ Right now there are two packages of importance: ...@@ -8,7 +8,7 @@ Right now there are two packages of importance:
packages/core which is the main NPM library llamaindex packages/core which is the main NPM library llamaindex
apps/simple is where the demo code lives examples is where the demo code lives
### Turborepo docs ### Turborepo docs
...@@ -47,7 +47,7 @@ We use Jest https://jestjs.io/ to write our test cases. Jest comes with a bunch ...@@ -47,7 +47,7 @@ We use Jest https://jestjs.io/ to write our test cases. Jest comes with a bunch
### Demo applications ### Demo applications
There is an existing ["simple"](/apps/simple/README.md) demos folder with mainly NodeJS scripts. Feel free to add additional demos to that folder. If you would like to try out your changes in the core package with a new demo, you need to run the build command in the README. There is an existing ["example"](/examples/README.md) demos folder with mainly NodeJS scripts. Feel free to add additional demos to that folder. If you would like to try out your changes in the core package with a new demo, you need to run the build command in the README.
You can create new demo applications in the apps folder. Just run pnpm init in the folder after you create it to create its own package.json You can create new demo applications in the apps folder. Just run pnpm init in the folder after you create it to create its own package.json
...@@ -56,7 +56,7 @@ You can create new demo applications in the apps folder. Just run pnpm init in t ...@@ -56,7 +56,7 @@ You can create new demo applications in the apps folder. Just run pnpm init in t
To install packages for a specific package or demo application, run To install packages for a specific package or demo application, run
``` ```
pnpm add [NPM Package] --filter [package or application i.e. core or simple] pnpm add [NPM Package] --filter [package or application i.e. core or docs]
``` ```
To install packages for every package or application run To install packages for every package or application run
......
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