llamaindex

v0.7.7
[![NPM Version](https://img.shields.io/npm/v/llamaindex)](https://www.npmjs.com/package/llamaindex) [![NPM License](https://img.shields.io/npm/l/llamaindex)](https://www.npmjs.com/package/llamaindex) [![NPM Downloads](https://img.shields.io/npm/dm/llamain
llm llama openai gpt data science prompt prompt engineering chatgpt machine learning and 6 more...

lint

eslint .

build

rm -rf ./dist && pnpm run build:esm && pnpm run build:cjs && pnpm run build:type

build:esm

swc src -d dist --strip-leading-paths --config-file ../../.swcrc

build:cjs

swc src -d dist/cjs --strip-leading-paths --config-file ../../.cjs.swcrc

build:type

tsc -p tsconfig.json

copy

cp -r ../../README.md ../../LICENSE .

postbuild

pnpm run copy && node -e "require('fs').writeFileSync('./dist/cjs/package.json', JSON.stringify({ type: 'commonjs' }))"

dev

concurrently "pnpm run build:esm --watch" "pnpm run build:cjs --watch" "pnpm run build:type --watch"
npm i llamaindex

Metadata

  • MIT
  • >=18.0.0
  • Unknown
  • released 10/24/2024

Downloads