@glacier-network/langchain-glacierdb
v0.0.1
Published
Sample integration for LangChain.js
Readme
@glacier-network/langchain-glacierdb
This package contains the LangChainJS integrations for langchain-glacierdb through their SDK.
Installation
npm install @glacier-network/langchain-glacierdbDevelopment
To develop the langchain-glacierdb package, you'll need to follow these instructions:
Install dependencies
yarn installBuild the package
yarn buildRun tests
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:intLint & Format
Run the linter & formatter to ensure your code is up to standard:
yarn lint && yarn format