mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
c5fa47901f
* chore: add .node-version to gitignore Because I'm Using nodenv with multiple node versions installed, we use the node local to specify the version to use in a particular repo. * feat: add @gomomento/sdk as a dev, peer, optional dependency * feat: add Momento as a standard caching provider * feat: add Momento as a chat message history store * chore: add momento to entrypoints * docs: add examples and docs for Momento * chore: make fields readonly We make appropriate fields readonly. * refactor: use factory method standard naming fromX * refactor: extract `ensureCacheExists` to utility module Previously both the Momento cache module and Momento chat history modules had a `ensureCacheExists` function, which were identical. This commit extracts the function to a single place in a utility module. * Docs fixes --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
31 lines
260 B
Plaintext
31 lines
260 B
Plaintext
node_modules/
|
|
dist/
|
|
dist-cjs/
|
|
lib/
|
|
.turbo
|
|
.eslintcache
|
|
.env
|
|
yarn-error.log
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
langchain/docs/
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
Chinook.db
|
|
Chinook_Sqlite.sql
|
|
|
|
.envrc
|
|
*.swp
|
|
*.swo
|
|
|
|
.node-version
|