Files
Michael Landis c5fa47901f feat: add Momento as a standard cache and chat history provider (#1416)
* 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>
2023-05-30 11:38:14 -07:00

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