Langchain

Latest version: v0.2.6

Safety actively analyzes 640986 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 64

0.1.6

Not secure
What's Changed
* In Why use LCEL Page, navigation is not working in docs properly by Athesh007 in https://github.com/langchain-ai/langchainjs/pull/4116
* PyInterpreter Import Notes by hinthornw in https://github.com/langchain-ai/langchainjs/pull/4100
* community[minor]: Add indexes module by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4081
* infra[minor]: Add codecov to CI & run all unit tests in CI by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4126
* docs[minor]: Adds deployment guide by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4128
* scritps[minor]: use config file for scripts package by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4133
* scripts[patch]: Release 0.0.2 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4135
* all[patch]: Drop unused release-branch.sh script by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4134
* Updated "Add message history" documentation page for missing module import by pranav-kural in https://github.com/langchain-ai/langchainjs/pull/4136
* community[patch]: Allow for firestore message history with dynamic collections & docs by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4122
* Add Amazon Knowledge Bases retriever support by jl4nz in https://github.com/langchain-ai/langchainjs/pull/4035
* Add Memgraph support by katarinasupe in https://github.com/langchain-ai/langchainjs/pull/4008
* community[patch]: Release 0.0.20 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4137
* langchain[patch]: Relax legacy Pinecone dep by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4139
* LangSmith Test Runner by hinthornw in https://github.com/langchain-ai/langchainjs/pull/4011
* langchain[patch]: Remove some formatting in eval progress bar display by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4140

New Contributors
* Athesh007 made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4116
* pranav-kural made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4136
* katarinasupe made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4008

**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.5...0.1.6

0.1.5

Not secure
What's Changed
* langchain[patch]: Release 0.1.4 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4072
* Add Pinecone integration by zackproser in https://github.com/langchain-ai/langchainjs/pull/4062
* langchain[patch], community[patch]: Allow Anthropic models to handle function messages by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4076
* docs[minor]: Autogenerate typedoc config, add to gitignore. by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4079
* all[patch]: Run prettier on scripts folders too by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4080
* community[patch]: Add fallback for missing metadata in Redis documents by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4085
* core[minor]: Buffer the first chunk on .stream() calls to catch streaming errors immediately on startup by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4083
* langchain[minor]: update sql_utils: add schema for mssql by therajatg in https://github.com/langchain-ai/langchainjs/pull/4006
* langchain[patch]: Correcting token text-splitting behavior by matthewdparker in https://github.com/langchain-ai/langchainjs/pull/4078
* core[patch]: Release 0.1.17 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4088
* community[patch]: Release 0.0.19 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4089
* langchain[patch]: Increase remote runnable default timeout by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4090
* all[patch]: add prettier config files by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4087
* scripts[major]: Add LangChain scripts package by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4093
* scripts[patch]: Revert version back to 0 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4101
* Release `langchain/scripts` 0.0.1 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4102
* fixed issue 4097 by ritvikPuranik in https://github.com/langchain-ai/langchainjs/pull/4098
* langchain[patch]: Allow headers to be passed in remote runnable requests, docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4107
* langchain[patch]: Release 0.1.5 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4108

New Contributors
* therajatg made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4006
* matthewdparker made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4078
* ritvikPuranik made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4098

**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.4...0.1.5

0.1.4

Not secure
What's Changed
* langchain[patch]: Release 0.1.3 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4031
* core[minor]: Add ability for runnable passthrough to call a func by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3998
* core[patch]: Allow runnable func to have async by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4033
* core[patch]: Fix return type of .pipe() by nfcampos in https://github.com/langchain-ai/langchainjs/pull/4032
* core[patch]: Release 0.1.14 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4040
* Populate streamed_output for all runs handled by transformStreamWithConfig by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4042
* all[patch]: Fix `yarn lint:fix` everywhere, add to turbo by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4045
* core[minor]: Fix configs not getting passes into all batch invocations by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4047
* core[patch]: Suppress run map warnings by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4051
* core[patch]: Refactor patchConfig method and add ensureConfig by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4048
* core[patch]: Use new batch maxConcurrency parameter in runnable config by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4052
* core[patch]: Release 0.1.15 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4053
* community[patch]: Add streaming for HuggingFace Inference (also add the support of stop-sequences) by ljhskyso in https://github.com/langchain-ai/langchainjs/pull/3932
* Add the Milvus partition feature by Mista-Shelby in https://github.com/langchain-ai/langchainjs/pull/3950
* Bump Zod & Zod-to-Json-Schema, fix imports by StefanTerdell in https://github.com/langchain-ai/langchainjs/pull/4041
* fix 4027 loadFromPython failed by ewfian in https://github.com/langchain-ai/langchainjs/pull/4036
* community[patch]: Add neo4j timeout option by tomasonjo in https://github.com/langchain-ai/langchainjs/pull/4057
* core[patch]: Add fake embeddings classes to core by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4066
* Update runnable config ensure and merge to match py by nfcampos in https://github.com/langchain-ai/langchainjs/pull/4067
* langchain[minor]: remote runnable stream log, additional serialization updates by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3555
* community[minor]: feat: turbopuffer vector store by mattzcarey in https://github.com/langchain-ai/langchainjs/pull/3780
* docs[minor], core[minor], langchain[minor]: Adds tool use use case docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4068
* core[patch]: Release 0.1.16 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4070
* community[patch]: Change recommended entrypoint, bump versions by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4069
* community[patch]: Release 0.0.18 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4071

New Contributors
* ljhskyso made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3932
* Mista-Shelby made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3950
* StefanTerdell made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4041

**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.3...0.1.4

0.1.3

Not secure
What's Changed
* langchain[patch]: Release 0.1.2 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3973
* docs[patch]: Refactor memory docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3974
* docs[patch]: Fix bad import in docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3980
* core[patch]: Adjust iterable readable stream typing by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3979
* Update openai to ^4.24.2 and include logprobs in `generationInfo` by functorism in https://github.com/langchain-ai/langchainjs/pull/3981
* openai[patch]: Release 0.0.11 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3986
* cloudflare[major]: Add integration package, fix Vectorize for latest workers by kristianfreeman in https://github.com/langchain-ai/langchainjs/pull/3982
* docs[patch]: Add DLAI to tutorials in docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3994
* allow empty arrays for Weaviate metadata by the-powerpointer in https://github.com/langchain-ai/langchainjs/pull/3991
* ci[patch]: Fix CI by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4001
* community[minor]: Upgrade Astra client and add support for namespaces by mfortman11 in https://github.com/langchain-ai/langchainjs/pull/3997
* community[patch]: Add upsert by id to MongoDB by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3999
* community[patch]: Release 0.0.17 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4002
* docs[minor]: togetherai embeddings docs by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3995
* Fix typo in createHistoryAwareRetriever documentation by intergalacticmammoth in https://github.com/langchain-ai/langchainjs/pull/4016
* Add stacktrace to tracer errors by hinthornw in https://github.com/langchain-ai/langchainjs/pull/4010
* update sql_utils: add oracle integration by matheus-santos-souza in https://github.com/langchain-ai/langchainjs/pull/3966
* core[minor]: Move function calling definitions and utils to core by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4023
* core[patch]: Add docstring, small tweak by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4024
* core[patch]: Release 0.1.13 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4026
* langchain[patch], openai[patch]: Use new function calling utils in all docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4025
* openai[patch]: Release 0.0.12 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4028
* langchain[patch]: Bump dep by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4029
* langchain[patch]: Update yarn.lock by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4030

New Contributors
* functorism made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3981
* intergalacticmammoth made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4016
* matheus-santos-souza made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3966

**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3

0.1.2

Not secure
What's Changed
* langchain[patch]: Release 0.1.1 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3945
* langchain[patch]: Export types by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3946
* core[patch]: Factor out flaky property by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3953
* core[patch]: fix: update dereference.ts to match upstream by glorat in https://github.com/langchain-ai/langchainjs/pull/3943
* core[patch]: Fix tree shaking warning by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3954
* core[patch]: Release 0.1.11 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3959
* fix: fix class RunnableAgent comment by Zhangchi123456 in https://github.com/langchain-ai/langchainjs/pull/3947
* docs[patch]: Guide for debugging by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3958
* community[minor]: accept num_predict option as a param by ashokgelal in https://github.com/langchain-ai/langchainjs/pull/3957
* core[patch]: Add export by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3965
* docs[patch]: Fix typos in docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3967
* Match Python serialization for JSON output OAI parsers by dqbd in https://github.com/langchain-ai/langchainjs/pull/3948
* core[patch]: Enable tracer to handle Date outputs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3968
* core[patch]: Release 0.1.12 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3970
* langchain[patch]: Bump core dep by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3971
* langchain[minor]: Date Output Parser by jeffbuyunhe in https://github.com/langchain-ai/langchainjs/pull/3934
* community[minor]: feat: Support batching and deletes for AstraDB Vector Store by mfortman11 in https://github.com/langchain-ai/langchainjs/pull/3929
* Add Alibaba qwen chat models by zhengxs2018 in https://github.com/langchain-ai/langchainjs/pull/3826
* experimental[minor]: Adds experimental custom format prompt templates and handlebars by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3885
* community[patch]: Release 0.0.16 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3972

New Contributors
* glorat made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3943
* Zhangchi123456 made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3947
* ashokgelal made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3957
* jeffbuyunhe made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3934
* zhengxs2018 made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3826

**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.1...0.1.2

0.1.1

Not secure
What's Changed
* langchain[minor]: Release 0.1.0 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3933
* docs[patch]: Replace imports by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3931
* langchain[patch]: Fix lint by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3936
* langchain[patch][tests]: Added tests for new create agent functions by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3930
* core[patch]: Narrow iterable readable stream typing by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3938
* docs[patch]: Fix features having strikethrough when not deprecated by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3940
* langchain[minor]: Adds create runnable chain functions by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3928


**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.0...0.1.1

Page 8 of 64

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.