-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm: fork mistralai client, override its dependency, document why, up…
…date langchain
- Loading branch information
1 parent
00834d1
commit 45d995a
Showing
4 changed files
with
53 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Notes about package.js | ||
|
||
## Overrides | ||
|
||
Since we have workspaces, they must be in the root `package.json` | ||
|
||
- `@mistralai/mistralai` | ||
- Overrides the global `fetch` command and we fix this essentially by merging in https://github.com/mistralai/client-js/pull/42 | ||
- Remove the override and delete our fork once https://github.com/mistralai/client-js/issues/44 is fixed | ||
- `@langchain/core` | ||
- Pinning its version is strongly recommended: https://js.langchain.com/docs/get_started/installation#installing-integration-packages |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters