@getzep/zep-js

v0.7.2
Zep: Fast, scalable building blocks for production LLM apps
zep vectors llm embeddings

dev

ts-node src/main.ts

lint

eslint --ext .js,.ts src/

test

jest

build

npm run lint && tsc && tsc --module ESNext --outDir dist/esm

clean

rm -rf dist/*

start

node dist/index.js

format

eslint --fix 'src/**/*.{js,ts}' && prettier --write 'src/**/*.{js,ts,json}'

prepare

npm run build

docbuild

typedoc --out docs/ --excludePrivate --excludeInternal --excludeExternals src/

test:watch

jest --watch

prepublishOnly

npm run clean && npm run build && npm run test && npm run docbuild
npm i @getzep/[email protected]

Metadata

Downloads

Maintainers