@langchain/weaviate

v0.0.5
Weaviate integration for LangChain.js

lint

yarn lint:eslint && yarn lint:dpdm

test

NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\.int\.test.ts --testTimeout 30000 --maxWorkers=50%

build

yarn turbo:command build:internal --filter=@langchain/weaviate

clean

rm -rf .turbo dist/

format

prettier --config .prettierrc --write "src"

prepack

yarn build

lint:fix

yarn lint:eslint --fix && yarn lint:dpdm

test:int

NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\.int\.test.ts --testTimeout 100000 --maxWorkers=50%

lint:dpdm

dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts

test:watch

NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\.int\.test.ts

lint:eslint

NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/

test:single

NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000

format:check

prettier --config .prettierrc --check "src"

build:internal

yarn lc_build --create-entrypoints --pre --tree-shaking
npm i @langchain/[email protected]

Metadata

  • MIT
  • >=18
  • LangChain
  • released 8/22/2024

Downloads