Skip to content

Commit

Permalink
bump langchain (and fix breaking changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Apr 12, 2024
1 parent ea95398 commit c9397e7
Show file tree
Hide file tree
Showing 7 changed files with 604 additions and 255 deletions.
1 change: 1 addition & 0 deletions backend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = {
],
},
],
'jest/unbound-method': ['error', { ignoreStatic: true }],
'@typescript-eslint/consistent-type-definitions': 0, // disable rule. Eventually use below rule to enforce type over interface
// '@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/no-misused-promises': [
Expand Down
Loading

0 comments on commit c9397e7

Please sign in to comment.