@datastax/ragstack-ai

v0.1.0
DataStax RAGStack for Javascript/Typescript
llm ai rag chain embeddings vectorstores astradb

test

yarn run test:unit && yarn run test:integration

build

tsc --b

test:unit

yarn run -T jest tests/unit

release:publish

yarn -v && yarn run build && yarn npm publish --access public

set-lib-version

node -p "'/*File auto-generated by package.json script*/\nexport const RAGSTACK_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/version.ts

test:integration

yarn run -T jest tests/integration

release:set-version

yarn -v && yarn version $NEW_VERSION && yarn run set-lib-version
npm i @datastax/[email protected]

Metadata

Downloads