0.0.1 • Published 12 months ago

@glacier-network/langchain-glacierdb v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@glacier-network/langchain-glacierdb

This package contains the LangChainJS integrations for langchain-glacierdb through their SDK.

Installation

npm install @glacier-network/langchain-glacierdb

Development

To develop the langchain-glacierdb package, you'll need to follow these instructions:

Install dependencies

yarn install

Build the package

yarn build

Run 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:int

Lint & Format

Run the linter & formatter to ensure your code is up to standard:

yarn lint && yarn format