-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: langchain-ai/langchainjs
base: 0.1.3
head repository: langchain-ai/langchainjs
compare: 0.1.4
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad65b94 - Browse repository at this point
Copy the full SHA ad65b94View commit details -
Merge pull request #4031 from langchain-ai/release
langchain[patch]: Release 0.1.3
2Configuration menu - View commit details
-
Copy full SHA for 0519809 - Browse repository at this point
Copy the full SHA 0519809View commit details -
core[minor]: Add ability for runnable passthrough to call a func (#3998)
* core[minor]: Add ability for runnable passthrough to call a func * chore: lint files * add tests & update typing * Fix implementation of passthrough func --------- Co-authored-by: Nuno Campos <nuno@langchain.dev>
2Configuration menu - View commit details
-
Copy full SHA for c189308 - Browse repository at this point
Copy the full SHA c189308View commit details
Commits on Jan 16, 2024
-
core[patch]: Allow runnable func to have async (#4033)
* core[patch]: Allow runnable func to have async * chore: lint files * cr * undo cr * pass config through * tests * chore: lint files
2Configuration menu - View commit details
-
Copy full SHA for 6e970fb - Browse repository at this point
Copy the full SHA 6e970fbView commit details -
Fix return type of .pipe() (#4032)
Co-authored-by: Brace Sproul <braceasproul@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 9a06f3f - Browse repository at this point
Copy the full SHA 9a06f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bd150 - Browse repository at this point
Copy the full SHA c0bd150View commit details -
Merge pull request #4040 from langchain-ai/release
core[patch]: Release 0.1.14
2Configuration menu - View commit details
-
Copy full SHA for 9adb273 - Browse repository at this point
Copy the full SHA 9adb273View commit details -
Populate streamed_output for all runs handled by transformStreamWithCβ¦
β¦onfig (#4042) * Populate streamed_output for all runs handled by transformStreamWithConfig * Move test * Fix lint
2Configuration menu - View commit details
-
Copy full SHA for c23297d - Browse repository at this point
Copy the full SHA c23297dView commit details -
all[patch]: Fix
yarn lint:fix
everywhere, add to turbo (#4045)* all[patch]: Fix lint:fix everywhere, add to turbo * cr * cr
2Configuration menu - View commit details
-
Copy full SHA for 29dba0e - Browse repository at this point
Copy the full SHA 29dba0eView commit details
Commits on Jan 17, 2024
-
core[minor]: Fix configs not getting passes into all batch invocations (
#4047) * core[minor]: Fix configs not getting passes into all batch invocations * lint * cr * test * drop bad test * add test * format
2Configuration menu - View commit details
-
Copy full SHA for 7921408 - Browse repository at this point
Copy the full SHA 7921408View commit details -
core[patch]: Suppress run map warnings (#4051)
* Suppress warnings * Add comment
2Configuration menu - View commit details
-
Copy full SHA for a324237 - Browse repository at this point
Copy the full SHA a324237View commit details -
core[patch]: Refactor patchConfig method and add ensureConfig (#4048)
* Refactor patchConfig, add ensureConfig * Fix lint * Merge configurable fields in patch
2Configuration menu - View commit details
-
Copy full SHA for abdc880 - Browse repository at this point
Copy the full SHA abdc880View commit details -
core[patch]: Use new batch maxConcurrency parameter in runnable config (
#4052) * Use new batch maxConcurrency parameter in runnable config * Make language model call options extend runnable config * Update batch examples * Update example
2Configuration menu - View commit details
-
Copy full SHA for cb36523 - Browse repository at this point
Copy the full SHA cb36523View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55cb60 - Browse repository at this point
Copy the full SHA d55cb60View commit details -
Merge pull request #4053 from langchain-ai/release
core[patch]: Release 0.1.15
2Configuration menu - View commit details
-
Copy full SHA for d77f9c8 - Browse repository at this point
Copy the full SHA d77f9c8View commit details -
community[patch]: Add streaming for HuggingFace Inference (also add tβ¦
β¦he support of stop-sequences) (#3932) * Add streaming for HuggingFace Inference (also add the support of stop-sequences) * Respect bound stop sequences too --------- Co-authored-by: Brace Sproul <braceasproul@gmail.com> Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 0bdb2aa - Browse repository at this point
Copy the full SHA 0bdb2aaView commit details -
Add the Milvus partition feature (#3950)
* Add Milvus partition feature. * Add Milvus partition feature. * Formatting style. * Don't use partitions if naem not provided --------- Co-authored-by: Adrien <adrien@debian.veryup> Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 15cf1e0 - Browse repository at this point
Copy the full SHA 15cf1e0View commit details -
bump zod & zod-to-json-schema (#4041)
Co-authored-by: Stefan Terdell <stefan.terdell+git@proton.me>
1Configuration menu - View commit details
-
Copy full SHA for ff8dbc6 - Browse repository at this point
Copy the full SHA ff8dbc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9b308 - Browse repository at this point
Copy the full SHA 2f9b308View commit details -
community[patch]: Add neo4j timeout option (#4057)
* Add neo4j timeout option * Narrow type * fix * switch to timeout in ms --------- Co-authored-by: Oskar Hane <oh@oskarhane.com>
1Configuration menu - View commit details
-
Copy full SHA for bd2b229 - Browse repository at this point
Copy the full SHA bd2b229View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 0987db6 - Browse repository at this point
Copy the full SHA 0987db6View commit details
Commits on Jan 18, 2024
-
Update runnable config ensure and merge to match py (#4067)
* Update runnable config ensure and merge to match py - merge now supports merging many configs - fix issues in edge cases of merge - call ensure everywhere configs are used - ensure assigns primitive configurable keys to tracer metadata * Try to fix test * Update test * Relax test --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 788e45f - Browse repository at this point
Copy the full SHA 788e45fView commit details -
langchain[minor]: remote runnable stream log, additional serializatioβ¦
β¦n updates (#3555) * langchain[major]: Add streamLog for RemoteRunnable * cr * cr * cr * cr * cr * cr * cr * cr * cr * cr * cr * chore: lint files * cr * docs[major]: Adds docs for stream log method * cr * chore: lint files * Remove redundant docs * fix errors * cr * cr * docs * lint * Revamp revive function for RemoteRunnable * Fix lint * Update deserializer * Add test --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 0eb0865 - Browse repository at this point
Copy the full SHA 0eb0865View commit details -
community[minor]: feat: turbopuffer vector store (#3780)
* feat: turbopuffer vector store * Refactor to community, remove enums for tree shaking * Test copy * Fix lint * cr & add batching * lint files * fixed query and added docs * lint code * 3000 batch size * Update with new uuid support * Adds metadata support * Update docs and usage examples * Add delete example * Nit --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: bracesproul <braceasproul@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for 82a2f49 - Browse repository at this point
Copy the full SHA 82a2f49View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 7039315 - Browse repository at this point
Copy the full SHA 7039315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6147b6d - Browse repository at this point
Copy the full SHA 6147b6dView commit details -
Merge pull request #4070 from langchain-ai/release
core[patch]: Release 0.1.16
2Configuration menu - View commit details
-
Copy full SHA for 0e3c944 - Browse repository at this point
Copy the full SHA 0e3c944View commit details -
community[patch]: Change recommended entrypoint, bump versions (#4069)
* Change recommended entrypoint * Update docs * Fix lint * Bump versions * Update lock
2Configuration menu - View commit details
-
Copy full SHA for c311576 - Browse repository at this point
Copy the full SHA c311576View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51a4a7 - Browse repository at this point
Copy the full SHA a51a4a7View commit details -
Merge pull request #4071 from langchain-ai/release
community[patch]: Release 0.0.18
2Configuration menu - View commit details
-
Copy full SHA for 9072eb6 - Browse repository at this point
Copy the full SHA 9072eb6View commit details
There are no files selected for viewing