This package contains the LangChainJS integrations for langchain-glacierdb through their SDK.
npm install @glacier-network/langchain-glacierdb
To develop the langchain-glacierdb package, you'll need to follow these instructions:
yarn install
yarn build
Test files should live within a tests/
file in the src/
folder. Unit tests should end in .test.ts
and integration tests should
end in .int.test.ts
:
$ yarn test
$ yarn test:int
Run the linter & formatter to ensure your code is up to standard:
yarn lint && yarn format