linkedin
                                
                                
                                
                                    linkedin copied to clipboard
                            
                            
                            
                        Pin langchain to latest version 0.1.6
This PR pins langchain to the latest release 0.1.6.
Changelog
0.1.6
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
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
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
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
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
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
0.1.0
What's Changed
* langchain[patch]: Release 0.0.214 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3876
* core[patch]: Release 0.1.7 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3877
* docs[patch]: Update imports in docs by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3878
* core[patch]: Add token usage interface to core by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3871
* ci[patch]: Adds initial dependency range test, move tests by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3887
* docs[patch]: update llm quickstart section heading by medic-code in https://github.com/langchain-ai/langchainjs/pull/3889
* community[patch]: Move all tests to community by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3893
* docs[patch]: Replace lc proper OpenAI imports with langchain/openai by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3886
* docs[patch]: Add storage docs by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3870
* Jacob/connery update by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3896
* Jacob/llmonitor to lunary by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3895
* community[patch]: Release 0.0.14 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3899
* Update embedQuery to use inputType by EricThompson-PeopleReign in https://github.com/langchain-ai/langchainjs/pull/3901
* cohere[patch]: Fix Cohere release command by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3902
* cohere[patch]: Release 0.0.2 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3904
* template[patch]: Add passWithNoTests to template jest config by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3903
* template[patch]: Bump create-langchain-integration by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3905
* docs[patch]: Update examples imports to use core by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3898
* ci[minor]: Add lowest dependency range CI check by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3906
* community[patch]: Add external dep to tree shaking list by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3911
* core[patch]: Readd core entrypoint by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3912
* langchain[patch]: Test housekeeping by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3913
* core[patch]: Add generics to `RunnablePassthrough.assign` by zirkelc in https://github.com/langchain-ai/langchainjs/pull/3844
* core[patch]: Release 0.1.8 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3914
* docs[patch]: Update anthropic imports to use anthropic package by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3915
* docs[patch]: Add more distinct deprecation warning in api refs by bracesproul in https://github.com/langchain-ai/langchainjs/pull/3926
* langchain[minor], core[patch]: 0.1.0 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/3861
New Contributors
* medic-code made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3889
* EricThompson-PeopleReign made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3901
* zirkelc made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3844
**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.0.214...0.1.0
0.0.520
What's Changed
0.0.354
What's Changed
* Improve markdown list parser by nfcampos in https://github.com/langchain-ai/langchain/pull/15295
* [core] add test for json parser by hwchase17 in https://github.com/langchain-ai/langchain/pull/15297
* community[patch]: Release 0.0.7 by baskaryan in https://github.com/langchain-ai/langchain/pull/15320
* langchain: Exclude non-utf8 file from loader since it causes an error in the code_understanding example by Tchotchke in https://github.com/langchain-ai/langchain/pull/15324
* langchain: minor changes to StuffDocumentsChain._get_inputs by romainfd in https://github.com/langchain-ai/langchain/pull/15321
* Upgrades the Tongyi LLM and ChatTongyi Model by liushuaikobe in https://github.com/langchain-ai/langchain/pull/14793
* Update vectorstore_retriever_memory.mdx by kellyelton in https://github.com/langchain-ai/langchain/pull/15275
* community: corrected typo in .readthedocs.yaml by piyuple in https://github.com/langchain-ai/langchain/pull/15309
* core: Update messages/__init__.py to account for AIMessageChunk which breaks message history runnable. by jonnolen in https://github.com/langchain-ai/langchain/pull/15327
* Patch: improve check openai version by chyroc in https://github.com/langchain-ai/langchain/pull/15301
* [documentation] documentation revamp by hwchase17 in https://github.com/langchain-ai/langchain/pull/15281
* Delete V1 tracer and refactor tracer tests to core by agola11 in https://github.com/langchain-ai/langchain/pull/15326
* Propagate context vars in all classes/methods by nfcampos in https://github.com/langchain-ai/langchain/pull/15329
* Catch type errors in dumps/dumpd by nfcampos in https://github.com/langchain-ai/langchain/pull/15336
* Community: Newlines before bullets in IPYNB files (Vectara) by ofermend in https://github.com/langchain-ai/langchain/pull/15330
* docs: cleanup rag use case by baskaryan in https://github.com/langchain-ai/langchain/pull/15284
* docs: revamp redirects by baskaryan in https://github.com/langchain-ai/langchain/pull/15366
* community:qianfan endpoint support init params & remove useless params definition by danielhjz in https://github.com/langchain-ai/langchain/pull/15381
* Update Multi_modal_RAG.ipynb by naveentnj in https://github.com/langchain-ai/langchain/pull/15378
* docs(ollama): Fix Documentation in `CallbackManager`, missing `])` by yhzhu99 in https://github.com/langchain-ai/langchain/pull/15380
* [docs] update agent cookbook lcel by hwchase17 in https://github.com/langchain-ai/langchain/pull/15349
* Docs: Fix spelling and grammar on Concepts page by donovanmuller in https://github.com/langchain-ai/langchain/pull/15364
* Langchain: Fix quickstart doc code not working by AhmedHathout in https://github.com/langchain-ai/langchain/pull/15352
* Docs: add param comment for `tracing_v2_enabled` by chyroc in https://github.com/langchain-ai/langchain/pull/15308
* Documentation: Update playwright documentation for langchain version >= 0.0.351 by abhishek9909 in https://github.com/langchain-ai/langchain/pull/15260
* fix(minor): added missing **kwargs parameter to chroma query function by joel-teratis in https://github.com/langchain-ai/langchain/pull/14919
* feat: mask api_key for konko by chyroc in https://github.com/langchain-ai/langchain/pull/14010
* Add missing comment char "" before Load in chain.py for the rag-pinecone-rerank template by samuelpath in https://github.com/langchain-ai/langchain/pull/15209
* ci: upgrade actions by purificant in https://github.com/langchain-ai/langchain/pull/15114
* community:Lazy load wikipedia dump file by cjaniake in https://github.com/langchain-ai/langchain/pull/15111
* docs: updated document for 'Return Source Documents' Functionality by cyai in https://github.com/langchain-ai/langchain/pull/15106
* fix: call correct stream method in ollama by David-Kristek in https://github.com/langchain-ai/langchain/pull/15104
* Langchain: Fix typo in documentation by GauravWaghmare in https://github.com/langchain-ai/langchain/pull/15124
* Update LLaMA2_sql_chat.ipynb by naveentnj in https://github.com/langchain-ai/langchain/pull/15379
* [docs] update toolkit docs by hwchase17 in https://github.com/langchain-ai/langchain/pull/15294
* Feat add volcano embedding by lujingxuansc in https://github.com/langchain-ai/langchain/pull/14693
* community: Integration of New Chat Model Based on ChatGLM3 via ZhipuAI API by linancn in https://github.com/langchain-ai/langchain/pull/15105
* Refactor: use SecretStr for GPTRouter chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15101
* Refactor: use SecretStr for palm chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15100
* Refactor: use SecretStr for edenai embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15092
* Refactor: use SecretStr for embaas embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15091
* Refactor: use SecretStr for llm_rails embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15090
* Update regex in output parser by sharrajesh in https://github.com/langchain-ai/langchain/pull/15082
* Added more filtering options to pgvector vectorstore by savoiepe in https://github.com/langchain-ai/langchain/pull/14852
* Restore self message sent before OSX 12 Monterey by idvorkin in https://github.com/langchain-ai/langchain/pull/14818
* docs `microsoft` pages sort order fix by leo-gan in https://github.com/langchain-ai/langchain/pull/14771
* Add AstraDB document loader by cbornet in https://github.com/langchain-ai/langchain/pull/14747
* Added: docs Headers to Steam Tool notebook steps by muntaqamahmood in https://github.com/langchain-ai/langchain/pull/14749
* python-lint by joshuasundance-swca in https://github.com/langchain-ai/langchain/pull/14689
* Update _retrieve_ref inside json_schema.py to include an isdigit() check by pareshchiramel in https://github.com/langchain-ai/langchain/pull/14745
* fix: syntax error in function docs by Undertone0809 in https://github.com/langchain-ai/langchain/pull/14641
* Enhancement on feature/yaml output parser by TomTom101 in https://github.com/langchain-ai/langchain/pull/14674
* Fixing the Issue with DashScopeEmbeddings Handling More than 25 Rows of Data by xu-xiang in https://github.com/langchain-ai/langchain/pull/14662
* Fix for openai multi tools input format. by themrzmaster in https://github.com/langchain-ai/langchain/pull/14653
* add api_base to _client_params (community version of 14393) by DavidLMS in https://github.com/langchain-ai/langchain/pull/14644
* GITLAB_URL should take default https://gitlab.com instead of error by manjunathshiva in https://github.com/langchain-ai/langchain/pull/14638
* WatsonxLLM updates/enhancements by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/14598
* Langchain_community: Small Fix when loading facebook messages by keenborder786 in https://github.com/langchain-ai/langchain/pull/15358
* Update `gpt4all.mdx` doc by 169 in https://github.com/langchain-ai/langchain/pull/15392
* infra: remove path filter on check_diffs by efriis in https://github.com/langchain-ai/langchain/pull/15418
* Calculate trace_id and dotted_order client side by agola11 in https://github.com/langchain-ai/langchain/pull/15351
* docs: fix agents index links by baskaryan in https://github.com/langchain-ai/langchain/pull/15419
* docs: fix modelio index links by baskaryan in https://github.com/langchain-ai/langchain/pull/15421
* langchain[patch], experimental[patch]: replace langchain.schema imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15410
* Fetch runnable config from context var inside runnable lambda and runnable generator by nfcampos in https://github.com/langchain-ai/langchain/pull/15334
* docs, community[patch], experimental[patch], langchain[patch], cli[pa… by baskaryan in https://github.com/langchain-ai/langchain/pull/15412
* Use tz-aware utc datetimes in tracer by nfcampos in https://github.com/langchain-ai/langchain/pull/15187
* add get prompts method by hwchase17 in https://github.com/langchain-ai/langchain/pull/15425
* docs, experimenta[patch], langchain[patch], community[patch]: update storage imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15429
* refactor `utils` by leo-gan in https://github.com/langchain-ai/langchain/pull/15432
* docs `Microsoft` platform page update by leo-gan in https://github.com/langchain-ai/langchain/pull/15420
* added fix for key error: doc_id by suhas-kotaki in https://github.com/langchain-ai/langchain/pull/15428
* core:adds tests for partial_variables by dkajtoch in https://github.com/langchain-ai/langchain/pull/15427
* Remove unused `_get_python_repl` by 169 in https://github.com/langchain-ai/langchain/pull/15389
* langchain[patch], experimental[patch], docs: update tools imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15433
* Fix: fix Bing Search empty result exception, fix 15384 by chyroc in https://github.com/langchain-ai/langchain/pull/15387
* SQLDatabase drop the column names in the result. by dudub12 in https://github.com/langchain-ai/langchain/pull/15361
* Fixed minor type in  self_query.ipynb by aqibamir in https://github.com/langchain-ai/langchain/pull/15196
* community: Semanticscholar tool to search 200M+ scientific articles by shauryr in https://github.com/langchain-ai/langchain/pull/15151
* Refactor: use SecretStr for tongyi chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15102
* Use args option in jaguar so it takes more options in similarity search by fserv in https://github.com/langchain-ai/langchain/pull/15080
* feat: add Google BigQueryVectorSearch in vectorstore by ashleyxuu in https://github.com/langchain-ai/langchain/pull/14829
* langchain[patch], docs: update agent toolkit imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15434
* docs: together ai updates by efriis in https://github.com/langchain-ai/langchain/pull/15435
* Milvus allows to store metadata as json field by mokeyish in https://github.com/langchain-ai/langchain/pull/14636
* Fix failing serpapi response processing for Google Maps API by LoopKarma in https://github.com/langchain-ai/langchain/pull/14817
* Add the collection_description parameter to Milvus by mokeyish in https://github.com/langchain-ai/langchain/pull/14524
* core:  update json output parser by apisani1 in https://github.com/langchain-ai/langchain/pull/15079
* Support `score_threshold` in SupabaseVectorStore similarity search by codehound42 in https://github.com/langchain-ai/langchain/pull/14439
* Improvement: Allow passing parameters to the underlying es_client. Closes: 14403 by 169 in https://github.com/langchain-ai/langchain/pull/14435
* adding vectorstore_kwarg attribute to search_similarity function by amaleki2 in https://github.com/langchain-ai/langchain/pull/14604
* Fix Bedrock broad error catching by JuR-0 in https://github.com/langchain-ai/langchain/pull/14398
* update LanguageModelInput from List to Sequence by alan910127 in https://github.com/langchain-ai/langchain/pull/14405
* refactor: Qdrant async improvements by Anush008 in https://github.com/langchain-ai/langchain/pull/14492
* [Improvement]  Evals: Add git info by hinthornw in https://github.com/langchain-ai/langchain/pull/15446
* fixed a dependency duplicate by leo-gan in https://github.com/langchain-ai/langchain/pull/15444
* cleanup getting started by hwchase17 in https://github.com/langchain-ai/langchain/pull/15450
* feat: new integration `wasm_chat` by apepkuss in https://github.com/langchain-ai/langchain/pull/14787
* Add option to preserve headers in MarkdownHeaderTextSplitter by finnless in https://github.com/langchain-ai/langchain/pull/14433
* Fix `llms.Mlflow` example by harupy in https://github.com/langchain-ai/langchain/pull/14386
* Patch: improve type hint by chyroc in https://github.com/langchain-ai/langchain/pull/15451
* Remove unused `Params` by harupy in https://github.com/langchain-ai/langchain/pull/14385
* langchain[patch], experimental[patch]: update utilities imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15438
* core[patch]: Release 0.1.5 by baskaryan in https://github.com/langchain-ai/langchain/pull/15480
* infra: add minimum deps pre release check by baskaryan in https://github.com/langchain-ai/langchain/pull/15485
* community[patch]: Release 0.0.8 by baskaryan in https://github.com/langchain-ai/langchain/pull/15481
* infra: fix min deps test by baskaryan in https://github.com/langchain-ai/langchain/pull/15486
* community[patch]: bump core version >=0.1.5,<0.2 by baskaryan in https://github.com/langchain-ai/langchain/pull/15488
* infra: update community test min reqs by baskaryan in https://github.com/langchain-ai/langchain/pull/15490
* langchain[patch]: Release 0.0.354 by baskaryan in https://github.com/langchain-ai/langchain/pull/15482
* langchain[patch]: bump community >=0.0.8,<0.1 by baskaryan in https://github.com/langchain-ai/langchain/pull/15492
New Contributors
* Tchotchke made their first contribution in https://github.com/langchain-ai/langchain/pull/15324
* romainfd made their first contribution in https://github.com/langchain-ai/langchain/pull/15321
* liushuaikobe made their first contribution in https://github.com/langchain-ai/langchain/pull/14793
* kellyelton made their first contribution in https://github.com/langchain-ai/langchain/pull/15275
* piyuple made their first contribution in https://github.com/langchain-ai/langchain/pull/15309
* jonnolen made their first contribution in https://github.com/langchain-ai/langchain/pull/15327
* naveentnj made their first contribution in https://github.com/langchain-ai/langchain/pull/15378
* yhzhu99 made their first contribution in https://github.com/langchain-ai/langchain/pull/15380
* donovanmuller made their first contribution in https://github.com/langchain-ai/langchain/pull/15364
* AhmedHathout made their first contribution in https://github.com/langchain-ai/langchain/pull/15352
* abhishek9909 made their first contribution in https://github.com/langchain-ai/langchain/pull/15260
* joel-teratis made their first contribution in https://github.com/langchain-ai/langchain/pull/14919
* purificant made their first contribution in https://github.com/langchain-ai/langchain/pull/15114
* cjaniake made their first contribution in https://github.com/langchain-ai/langchain/pull/15111
* David-Kristek made their first contribution in https://github.com/langchain-ai/langchain/pull/15104
* GauravWaghmare made their first contribution in https://github.com/langchain-ai/langchain/pull/15124
* sharrajesh made their first contribution in https://github.com/langchain-ai/langchain/pull/15082
* savoiepe made their first contribution in https://github.com/langchain-ai/langchain/pull/14852
* pareshchiramel made their first contribution in https://github.com/langchain-ai/langchain/pull/14745
* xu-xiang made their first contribution in https://github.com/langchain-ai/langchain/pull/14662
* themrzmaster made their first contribution in https://github.com/langchain-ai/langchain/pull/14653
* DavidLMS made their first contribution in https://github.com/langchain-ai/langchain/pull/14644
* manjunathshiva made their first contribution in https://github.com/langchain-ai/langchain/pull/14638
* suhas-kotaki made their first contribution in https://github.com/langchain-ai/langchain/pull/15428
* dkajtoch made their first contribution in https://github.com/langchain-ai/langchain/pull/15427
* aqibamir made their first contribution in https://github.com/langchain-ai/langchain/pull/15196
* ashleyxuu made their first contribution in https://github.com/langchain-ai/langchain/pull/14829
* mokeyish made their first contribution in https://github.com/langchain-ai/langchain/pull/14636
* LoopKarma made their first contribution in https://github.com/langchain-ai/langchain/pull/14817
* apisani1 made their first contribution in https://github.com/langchain-ai/langchain/pull/15079
* codehound42 made their first contribution in https://github.com/langchain-ai/langchain/pull/14439
* amaleki2 made their first contribution in https://github.com/langchain-ai/langchain/pull/14604
* JuR-0 made their first contribution in https://github.com/langchain-ai/langchain/pull/14398
* alan910127 made their first contribution in https://github.com/langchain-ai/langchain/pull/14405
* apepkuss made their first contribution in https://github.com/langchain-ai/langchain/pull/14787
**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.353...v0.0.354
0.0.353
What's Changed
* community[patch]: Add param "task" to Databricks LLM to work around serialization of transform_output_fn by liangz1 in https://github.com/langchain-ai/langchain/pull/14933
* docs: links by efriis in https://github.com/langchain-ai/langchain/pull/14940
* Vectara summarization by efriis in https://github.com/langchain-ai/langchain/pull/14970
* Feature/Add LLMs Integration For Oracle Cloud Infrastructure(OCI) Data Science Model Deployment Endpoint by mingkang111 in https://github.com/langchain-ai/langchain/pull/14250
* infra: pr template update by baskaryan in https://github.com/langchain-ai/langchain/pull/14963
* docs `alibaba cloud` by leo-gan in https://github.com/langchain-ai/langchain/pull/14772
* core(minor): Implement stream and astream for RunnableBranch by qtangs in https://github.com/langchain-ai/langchain/pull/14805
* core[patch]: update langchain-core runtime library name by chyroc in https://github.com/langchain-ai/langchain/pull/14884
* Add Ollama multi-modal templates by rlancemartin in https://github.com/langchain-ai/langchain/pull/14868
* community[patch]:  Fix typo in class Docstring (14982) by yacine555 in https://github.com/langchain-ai/langchain/pull/14982
* community[patch]: support momento vector index filter expressions by malandis in https://github.com/langchain-ai/langchain/pull/14978
* community[patch]: JaguarHttpClient conditional import by fserv in https://github.com/langchain-ai/langchain/pull/14985
* Update multi-modal template README.md by rlancemartin in https://github.com/langchain-ai/langchain/pull/14991
* Update multi-modal multi-vector template README.md by rlancemartin in https://github.com/langchain-ai/langchain/pull/14992
* Update Gemini template README.md by rlancemartin in https://github.com/langchain-ai/langchain/pull/14993
* Update Ollama multi-modal template README.md by rlancemartin in https://github.com/langchain-ai/langchain/pull/14994
* Update Ollama multi-modal multi-vector template README.md by rlancemartin in https://github.com/langchain-ai/langchain/pull/14995
* TEMPLATES: Update README.md by eltociear in https://github.com/langchain-ai/langchain/pull/15013
* community: fix for surrealdb client 0.3.2 update + store and retrieve metadata by lalanikarim in https://github.com/langchain-ai/langchain/pull/14997
* fixed wrong link in documentation by Yanni8 in https://github.com/langchain-ai/langchain/pull/14999
* changed default for VertexAIEmbeddings by lkuligin in https://github.com/langchain-ai/langchain/pull/14614
* Jacob/add hf chat wrapper by jacoblee93 in https://github.com/langchain-ai/langchain/pull/14736
* infra: api docs build order by efriis in https://github.com/langchain-ai/langchain/pull/15018
* Implement streaming for xml output parser by nfcampos in https://github.com/langchain-ai/langchain/pull/14984
* Implement streaming for all list output parsers by nfcampos in https://github.com/langchain-ai/langchain/pull/14981
* core[patch]: Release 0.1.3 by baskaryan in https://github.com/langchain-ai/langchain/pull/15022
* community[patch]: Release 0.0.6 by baskaryan in https://github.com/langchain-ai/langchain/pull/15023
* Add option to make messages placeholder optional by nfcampos in https://github.com/langchain-ai/langchain/pull/15031
* Move json and xml parsers to core by nfcampos in https://github.com/langchain-ai/langchain/pull/15026
* infra: Fix test filesystem paths incompatible with windows by rancomp in https://github.com/langchain-ai/langchain/pull/14388
* Azure DocumentIntelligenceLoader/Parser support update with latest SDK by zifeiq in https://github.com/langchain-ai/langchain/pull/14389
* Community: Fix generation_config not setting properly for DeepSparse by mgoin in https://github.com/langchain-ai/langchain/pull/15036
* langchain(patch): Restrict paths in LocalFileStore cache by eyurtsev in https://github.com/langchain-ai/langchain/pull/15065
* Add Runnable.get_graph() to get a graph representation of a Runnable by nfcampos in https://github.com/langchain-ai/langchain/pull/15040
* book reference by leo-gan in https://github.com/langchain-ai/langchain/pull/15072
* Refactor: use SecretStr for jina embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15068
* Refactor: use SecretStr for minimax embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15067
* add defaults for tavily by hwchase17 in https://github.com/langchain-ai/langchain/pull/15075
* Fix: fix partners name typo in tests by chyroc in https://github.com/langchain-ai/langchain/pull/15066
* fix: correct spelling mistakes of "seperate, intialise, pre-defined"  by rancomp in https://github.com/langchain-ai/langchain/pull/14647
* Improve: remove extra spaces in get_from_env error by chyroc in https://github.com/langchain-ai/langchain/pull/15064
* corrected outdated link by gsajko in https://github.com/langchain-ai/langchain/pull/15053
* Community: Adds ability to pass a Config to the boto3 client used by Bedrock by blanehoneycutt-addepar in https://github.com/langchain-ai/langchain/pull/15029
* community: refactor Baseten integration with new API endpoints & docs by philipkiely-baseten in https://github.com/langchain-ai/langchain/pull/15017
* Update youtube_transcript.ipynb by sidsarasvati in https://github.com/langchain-ai/langchain/pull/15015
* docs/docs/get_started: fixing typos in quickstart.mdx by SatinWukerORIG in https://github.com/langchain-ai/langchain/pull/15025
* community: add args_schema to GmailSendMessage by ccurme in https://github.com/langchain-ai/langchain/pull/14973
* core(minor): Allow explicit types for ChatMessageHistory adds by Sypherd in https://github.com/langchain-ai/langchain/pull/14967
* Update arxiv.py with get_summaries_as_docs inside of Arxivloader by ArchanGhosh in https://github.com/langchain-ai/langchain/pull/14953
* Add support Vertex AI Gemini uses a public image URL by itok01 in https://github.com/langchain-ai/langchain/pull/14949
* Don't reassign chunk_type by coreyb42 in https://github.com/langchain-ai/langchain/pull/14923
* [community]: Elasticsearch chat history encoding by istrebitel-1 in https://github.com/langchain-ai/langchain/pull/15055
* Nc/dec22/runnable graph lambda by nfcampos in https://github.com/langchain-ai/langchain/pull/15078
* Improve graph repr for runnable passthrough and itemgetter by nfcampos in https://github.com/langchain-ai/langchain/pull/15083
* add multitenancy by hwchase17 in https://github.com/langchain-ai/langchain/pull/15176
* Corrected an grammatical mistake by ShorthillsAI in https://github.com/langchain-ai/langchain/pull/15163
* Oxford comma, consistent with format elsewhere by bquast in https://github.com/langchain-ai/langchain/pull/15167
* Patch: improve ollama 404 api error message, fix 15147 by chyroc in https://github.com/langchain-ai/langchain/pull/15156
* community: correct spelling mistakes of "Suffle" and "reporoducibility" by pzarfos in https://github.com/langchain-ai/langchain/pull/15172
* [core] print ascii by hwchase17 in https://github.com/langchain-ai/langchain/pull/15179
* docs: Update dependencies installation cell in steam toolkit by KallieLev in https://github.com/langchain-ai/langchain/pull/15148
* community: Async Ollama + ChatOllama by shroominic in https://github.com/langchain-ai/langchain/pull/15169
* [core] langauge model like by hwchase17 in https://github.com/langchain-ai/langchain/pull/15180
* langchain[minor]: Add stuff docs runnable by baskaryan in https://github.com/langchain-ai/langchain/pull/15178
* [core: minor] fix getters by hwchase17 in https://github.com/langchain-ai/langchain/pull/15181
* Fix runnable vistitor for funcs without pos args by nfcampos in https://github.com/langchain-ai/langchain/pull/15182
* Implement stream and astream for RunnableLambda by qtangs in https://github.com/langchain-ai/langchain/pull/14794
* Refactor: use SecretStr for Petals llms by chyroc in https://github.com/langchain-ai/langchain/pull/15121
* Refactor: use SecretStr for VolcEngineMaas llms by chyroc in https://github.com/langchain-ai/langchain/pull/15117
* Refactor: use SecretStr for StochasticAI llms by chyroc in https://github.com/langchain-ai/langchain/pull/15118
* Refactor: use SecretStr for PipelineAI llms by chyroc in https://github.com/langchain-ai/langchain/pull/15120
* Refactor: use SecretStr for Predibase llms by chyroc in https://github.com/langchain-ai/langchain/pull/15119
* docs: updated wrong output in `Upstash Redis Cache` section of LLM Ca… by cyai in https://github.com/langchain-ai/langchain/pull/15140
* Implement RunnablePassthrough.pick() by nfcampos in https://github.com/langchain-ai/langchain/pull/15184
* Better input and output schemas for chains that start or end with a R… by nfcampos in https://github.com/langchain-ai/langchain/pull/15185
* [core] prompt changes by hwchase17 in https://github.com/langchain-ai/langchain/pull/15186
* Add create_conv_retrieval_chain func by nfcampos in https://github.com/langchain-ai/langchain/pull/15084
* Implement nicer runnable seq constructor, Propagate name through Runn… by nfcampos in https://github.com/langchain-ai/langchain/pull/15226
* Add .pick and .assign methods to Runnable by nfcampos in https://github.com/langchain-ai/langchain/pull/15229
* Fix: Use `Union` instead of `|` to improve compatibility, fix 15244 by chyroc in https://github.com/langchain-ai/langchain/pull/15245
* Update passthrough.py by nfcampos in https://github.com/langchain-ai/langchain/pull/15252
* langchain: Fix class name in RetryOutputParser docstring by brendancsmith in https://github.com/langchain-ai/langchain/pull/15268
* community: Make doctran synchronous  by 169 in https://github.com/langchain-ai/langchain/pull/15264
* Fixed small gramm mistakes by ShorthillsAI in https://github.com/langchain-ai/langchain/pull/15246
* Fix typo by samuelpath in https://github.com/langchain-ai/langchain/pull/15202
* langchain: Fix for issue 14631 - .devcontainer doesnt build by gitchrisqueen in https://github.com/langchain-ai/langchain/pull/15251
* community: Enhance Github error prompt by triThirty in https://github.com/langchain-ai/langchain/pull/15248
* community: fix typo in async ollama chat by shroominic in https://github.com/langchain-ai/langchain/pull/15276
* [core, langchain] modelio code improvements by hwchase17 in https://github.com/langchain-ai/langchain/pull/15277
* [langchain] agents code changes by hwchase17 in https://github.com/langchain-ai/langchain/pull/15278
* remove chat-history by hwchase17 in https://github.com/langchain-ai/langchain/pull/15286
* Make all json parsing less strict by default by nfcampos in https://github.com/langchain-ai/langchain/pull/15287
* core, community: propagate context between threads by joshy-deshaw in https://github.com/langchain-ai/langchain/pull/15171
* Patch: improve openai functions call parser compatibility by chyroc in https://github.com/langchain-ai/langchain/pull/15197
* refactor: enable connection pool usage in PGVector by dmazine in https://github.com/langchain-ai/langchain/pull/11514
* Strip code block fences and extra test from xml when doing streaming … by nfcampos in https://github.com/langchain-ai/langchain/pull/15293
* core[patch]: Release 0.1.4 by baskaryan in https://github.com/langchain-ai/langchain/pull/15319
* docs: add use cases index by baskaryan in https://github.com/langchain-ai/langchain/pull/15279
* langchain[patch]: Release 0.0.353 by baskaryan in https://github.com/langchain-ai/langchain/pull/15322
New Contributors
* mingkang111 made their first contribution in https://github.com/langchain-ai/langchain/pull/14250
* qtangs made their first contribution in https://github.com/langchain-ai/langchain/pull/14805
* Yanni8 made their first contribution in https://github.com/langchain-ai/langchain/pull/14999
* zifeiq made their first contribution in https://github.com/langchain-ai/langchain/pull/14389
* gsajko made their first contribution in https://github.com/langchain-ai/langchain/pull/15053
* blanehoneycutt-addepar made their first contribution in https://github.com/langchain-ai/langchain/pull/15029
* sidsarasvati made their first contribution in https://github.com/langchain-ai/langchain/pull/15015
* SatinWukerORIG made their first contribution in https://github.com/langchain-ai/langchain/pull/15025
* ccurme made their first contribution in https://github.com/langchain-ai/langchain/pull/14973
* itok01 made their first contribution in https://github.com/langchain-ai/langchain/pull/14949
* coreyb42 made their first contribution in https://github.com/langchain-ai/langchain/pull/14923
* istrebitel-1 made their first contribution in https://github.com/langchain-ai/langchain/pull/15055
* bquast made their first contribution in https://github.com/langchain-ai/langchain/pull/15167
* pzarfos made their first contribution in https://github.com/langchain-ai/langchain/pull/15172
* KallieLev made their first contribution in https://github.com/langchain-ai/langchain/pull/15148
* shroominic made their first contribution in https://github.com/langchain-ai/langchain/pull/15169
* cyai made their first contribution in https://github.com/langchain-ai/langchain/pull/15140
* brendancsmith made their first contribution in https://github.com/langchain-ai/langchain/pull/15268
* samuelpath made their first contribution in https://github.com/langchain-ai/langchain/pull/15202
* gitchrisqueen made their first contribution in https://github.com/langchain-ai/langchain/pull/15251
* triThirty made their first contribution in https://github.com/langchain-ai/langchain/pull/15248
* joshy-deshaw made their first contribution in https://github.com/langchain-ai/langchain/pull/15171
* dmazine made their first contribution in https://github.com/langchain-ai/langchain/pull/11514
**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.352...v0.0.353
0.0.352
What's Changed
* community: replace deprecated davinci models by efriis in https://github.com/langchain-ai/langchain/pull/14860
* WIP: sql research assistant by hwchase17 in https://github.com/langchain-ai/langchain/pull/14240
* docstrings `core` update by leo-gan in https://github.com/langchain-ai/langchain/pull/14871
* Fix token text splitter duplicates by sweetkane in https://github.com/langchain-ai/langchain/pull/14848
* docstrings `langchain` update by leo-gan in https://github.com/langchain-ai/langchain/pull/14870
* docs: fixed tiktoken link error by soulhat in https://github.com/langchain-ai/langchain/pull/14840
* docs: fix typo in contributing re installing integration test deps by malandis in https://github.com/langchain-ai/langchain/pull/14861
* Update kendra.py to avoid Kendra query ValidationException by abhjaw in https://github.com/langchain-ai/langchain/pull/14866
* Harrison/agent docs custom by hwchase17 in https://github.com/langchain-ai/langchain/pull/14877
* Improve prompt injection detection by asofter in https://github.com/langchain-ai/langchain/pull/14842
* OPENAI_PROXY not working by sevendark in https://github.com/langchain-ai/langchain/pull/14833
* Docs `tencent` pages update by leo-gan in https://github.com/langchain-ai/langchain/pull/14879
* added history and support for system_message as param by lkuligin in https://github.com/langchain-ai/langchain/pull/14824
* [Partner] Google GenAi new release by hinthornw in https://github.com/langchain-ai/langchain/pull/14882
* [Partner] Update google integration test by hinthornw in https://github.com/langchain-ai/langchain/pull/14883
* [Partner] NVIDIA TRT Package by hinthornw in https://github.com/langchain-ai/langchain/pull/14733
* docstrings `langchain_community` update by leo-gan in https://github.com/langchain-ai/langchain/pull/14889
* Docs reference for XataVectorStore constructor by kostasb in https://github.com/langchain-ai/langchain/pull/14903
* langchain[patch]: export sagemaker LLMContentHandler by baskaryan in https://github.com/langchain-ai/langchain/pull/14906
* Integrating GPTRouter by sirjan-ws-ext in https://github.com/langchain-ai/langchain/pull/14900
* [mistralai]: Add langchain-mistralai partner package by baskaryan in https://github.com/langchain-ai/langchain/pull/14783
* added jaguar vector store by fserv in https://github.com/langchain-ai/langchain/pull/14838
* rename ChatGPTRouter to GPTRouter by sirjan-ws-ext in https://github.com/langchain-ai/langchain/pull/14913
* Add retries logic to Yandex GPT API Calls by tyumentsev4 in https://github.com/langchain-ai/langchain/pull/14907
* Docs `chunkviz` reference by leo-gan in https://github.com/langchain-ai/langchain/pull/14802
* Helpefull Message for GitHubAPIWrapper by keenborder786 in https://github.com/langchain-ai/langchain/pull/14803
* Enhance iMessage chat loader with timestamp parsing and message ownership by idvorkin in https://github.com/langchain-ai/langchain/pull/14804
* Community: Gradient: Embeddings-sdk-update by michaelfeil in https://github.com/langchain-ai/langchain/pull/14846
* cli[patch]: add embedding to integration template by efriis in https://github.com/langchain-ai/langchain/pull/14881
* templates: fix sql-research-assistant by efriis in https://github.com/langchain-ai/langchain/pull/14921
* cli: 0.0.20 by efriis in https://github.com/langchain-ai/langchain/pull/14920
* cli: test_integration group by efriis in https://github.com/langchain-ai/langchain/pull/14924
* Add Bedrock JCVD template by JGalego in https://github.com/langchain-ai/langchain/pull/14480
* Add langsmith and benchmark repo links by hinthornw in https://github.com/langchain-ai/langchain/pull/14931
* docs: remove unused contributor steps by efriis in https://github.com/langchain-ai/langchain/pull/14938
* together: package and embedding model by efriis in https://github.com/langchain-ai/langchain/pull/14936
* anthropic: beta messages integration by efriis in https://github.com/langchain-ai/langchain/pull/14928
* community[patch]: Matching engine, return doc id by baskaryan in https://github.com/langchain-ai/langchain/pull/14930
* update notebook documentation for custom tool  by yacine555 in https://github.com/langchain-ai/langchain/pull/14942
* Update embedding_distance.ipynb by aroffe99 in https://github.com/langchain-ai/langchain/pull/14929
* Update google_cloud_storage_directory.ipynb by elenamatay in https://github.com/langchain-ai/langchain/pull/14922
* doc for MistralAI partner package by thehunmonkgroup in https://github.com/langchain-ai/langchain/pull/14917
* Update arxiv.py with Entry ID as a return value by ArchanGhosh in https://github.com/langchain-ai/langchain/pull/14915
* fix: ak and sk are not essential in qianfan endpoint by ZingLix in https://github.com/langchain-ai/langchain/pull/14835
* Fixed typos - LLaMA2_sql_chat.ipynb by Cassini-chris in https://github.com/langchain-ai/langchain/pull/14798
* add png support for vertexai._parse_chat_history_gemini() by nicsuzor in https://github.com/langchain-ai/langchain/pull/14788
* Add YandexGPT embeddings by tyumentsev4 in https://github.com/langchain-ai/langchain/pull/14767
* [FEATURE] Add Aphrodite Engine support by AlpinDale in https://github.com/langchain-ai/langchain/pull/14759
* Add safe lookup to OpenAI response adapter by Sypherd in https://github.com/langchain-ai/langchain/pull/14765
* Fixed duplicate input id issue in clarifai vectorstore by mogith-pn in https://github.com/langchain-ai/langchain/pull/14914
* feat: Qdrant sparse vector retriever by Anush008 in https://github.com/langchain-ai/langchain/pull/14814
* core[patch]: 0.1.2 by baskaryan in https://github.com/langchain-ai/langchain/pull/14959
* community[patch]: Release 0.0.5 by baskaryan in https://github.com/langchain-ai/langchain/pull/14960
* langchain[patch]: Release 0.0.352 by baskaryan in https://github.com/langchain-ai/langchain/pull/14961
New Contributors
* sweetkane made their first contribution in https://github.com/langchain-ai/langchain/pull/14848
* soulhat made their first contribution in https://github.com/langchain-ai/langchain/pull/14840
* abhjaw made their first contribution in https://github.com/langchain-ai/langchain/pull/14866
* kostasb made their first contribution in https://github.com/langchain-ai/langchain/pull/14903
* sirjan-ws-ext made their first contribution in https://github.com/langchain-ai/langchain/pull/14900
* fserv made their first contribution in https://github.com/langchain-ai/langchain/pull/14838
* idvorkin made their first contribution in https://github.com/langchain-ai/langchain/pull/14804
* JGalego made their first contribution in https://github.com/langchain-ai/langchain/pull/14480
* aroffe99 made their first contribution in https://github.com/langchain-ai/langchain/pull/14929
* elenamatay made their first contribution in https://github.com/langchain-ai/langchain/pull/14922
* ArchanGhosh made their first contribution in https://github.com/langchain-ai/langchain/pull/14915
* ZingLix made their first contribution in https://github.com/langchain-ai/langchain/pull/14835
* Cassini-chris made their first contribution in https://github.com/langchain-ai/langchain/pull/14798
* nicsuzor made their first contribution in https://github.com/langchain-ai/langchain/pull/14788
* AlpinDale made their first contribution in https://github.com/langchain-ai/langchain/pull/14759
* Sypherd made their first contribution in https://github.com/langchain-ai/langchain/pull/14765
**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.351...v0.0.352
0.0.351
What's Changed
* [Templates] Add image by hinthornw in https://github.com/langchain-ai/langchain/pull/14611
* experimental[patch]: Release 0.0.47 by baskaryan in https://github.com/langchain-ai/langchain/pull/14617
* docs: core and community readme by baskaryan in https://github.com/langchain-ai/langchain/pull/14623
* docs: fix links in readme by baskaryan in https://github.com/langchain-ai/langchain/pull/14624
* Minor update to ensemble retriever to handle a mix of Documents or str by rlancemartin in https://github.com/langchain-ai/langchain/pull/14552
* Update Docugami Cookbook by kenzie28 in https://github.com/langchain-ai/langchain/pull/14626
* docs: update multi_modal_RAG_chroma.ipynb by eltociear in https://github.com/langchain-ai/langchain/pull/14602
* templates[patch]: fix pydantic imports by efriis in https://github.com/langchain-ai/langchain/pull/14632
* fix a bug in RedisNum filter againt value 0 by dandanwei in https://github.com/langchain-ai/langchain/pull/14587
* create mypy cache dir if it doesn't exist by 169 in https://github.com/langchain-ai/langchain/pull/14579
* fix: to rag-semi-structured template by shauryr in https://github.com/langchain-ai/langchain/pull/14568
* docs `ollama` pages by leo-gan in https://github.com/langchain-ai/langchain/pull/14561
* infra: rm community split scripts by baskaryan in https://github.com/langchain-ai/langchain/pull/14633
* docs: update langchain diagram by baskaryan in https://github.com/langchain-ai/langchain/pull/14619
* Update cohere provider docs by billytrend-cohere in https://github.com/langchain-ai/langchain/pull/14528
* Added notebook tutorial on using Yellowbrick as a vector store with LangChain by markcusack in https://github.com/langchain-ai/langchain/pull/14509
* docs[patch] Fix some typos in merger_retriever.ipynb by standby24x7 in https://github.com/langchain-ai/langchain/pull/14502
* feat: Yaml output parser by TomTom101 in https://github.com/langchain-ai/langchain/pull/14496
* [docs]: add missing tiktoken dependency by peterj in https://github.com/langchain-ai/langchain/pull/14497
* fix(embeddings): huggingface hub embeddings and TEI by mspronesti in https://github.com/langchain-ai/langchain/pull/14489
* Fix token_usage None issue in ChatOpenAI with local Chatglm2-6B by GYiyouth in https://github.com/langchain-ai/langchain/pull/14493
* DOC: model update in 'Using OpenAI Functions' docs by ggeutzzang in https://github.com/langchain-ai/langchain/pull/14486
* Add Databricks Vector Search example notebook and documentation by freemso in https://github.com/langchain-ai/langchain/pull/14158
* Fixed `DeprecationWarning` for `PromptTemplate.from_file` module-level calls by jamesbraza in https://github.com/langchain-ai/langchain/pull/14468
* Add Gemini Notebook by hinthornw in https://github.com/langchain-ai/langchain/pull/14661
* cli[patch]: integration template by efriis in https://github.com/langchain-ai/langchain/pull/14571
* Fix RRF and lucene escape characters for neo4j vector store by tomasonjo in https://github.com/langchain-ai/langchain/pull/14646
* [Nit] Add newline in notebook by hinthornw in https://github.com/langchain-ai/langchain/pull/14665
* infra: skip extended testing for partner packages by efriis in https://github.com/langchain-ai/langchain/pull/14630
* cli[patch]: rc by efriis in https://github.com/langchain-ai/langchain/pull/14667
* Update Vertex AI to include Gemini by hinthornw in https://github.com/langchain-ai/langchain/pull/14670
* cli[patch]: unicode issue by efriis in https://github.com/langchain-ai/langchain/pull/14672
* communty[patch]: Release 0.0.3 by baskaryan in https://github.com/langchain-ai/langchain/pull/14673
* [Partner] Add langchain-google-genai package (gemini) by hinthornw in https://github.com/langchain-ai/langchain/pull/14621
* \Fix tool_calls message merge by nfcampos in https://github.com/langchain-ai/langchain/pull/14613
* google-genai[patch]: Release 0.0.2 by baskaryan in https://github.com/langchain-ai/langchain/pull/14677
* Wfh/google docs update by hinthornw in https://github.com/langchain-ai/langchain/pull/14676
* docs: build partner api refs by baskaryan in https://github.com/langchain-ai/langchain/pull/14675
* docs: fix api ref link by baskaryan in https://github.com/langchain-ai/langchain/pull/14679
* docs: per-package version in api docs by baskaryan in https://github.com/langchain-ai/langchain/pull/14683
* core[patch]: Fix runnable with message history by baskaryan in https://github.com/langchain-ai/langchain/pull/14629
* Add cohere librarian template by billytrend-cohere in https://github.com/langchain-ai/langchain/pull/14601
* docs[patch]: fix bullet points by efriis in https://github.com/langchain-ai/langchain/pull/14684
* Fixed issue with importing Row from sqlalchemy by FKouhai in https://github.com/langchain-ai/langchain/pull/14488
* Improvement: Correct type annotation for azure_ad_token_provider Closed: 14402 by 169 in https://github.com/langchain-ai/langchain/pull/14432
* fix dashvector endpoint params error by Funkeke in https://github.com/langchain-ai/langchain/pull/14484
* docs: platform pages update by leo-gan in https://github.com/langchain-ai/langchain/pull/14637
* docs: api ref nav Python Docs -> Docs by baskaryan in https://github.com/langchain-ai/langchain/pull/14686
* Template for multi-modal w/ multi-vector by rlancemartin in https://github.com/langchain-ai/langchain/pull/14618
* Gemini multi-modal RAG template by rlancemartin in https://github.com/langchain-ai/langchain/pull/14678
* [Partner] Gemini Embeddings by hinthornw in https://github.com/langchain-ai/langchain/pull/14690
* [Integration] NVIDIA AI Playground by hinthornw in https://github.com/langchain-ai/langchain/pull/14648
* [Workflows] Add nvidia-aiplay to _release.yml by hinthornw in https://github.com/langchain-ai/langchain/pull/14722
* Add dense proposals by hinthornw in https://github.com/langchain-ai/langchain/pull/14719
* [Hub|tracing] Tag hub prompts by hinthornw in https://github.com/langchain-ai/langchain/pull/14720
* Update `google_generative_ai.ipynb` by 169 in https://github.com/langchain-ai/langchain/pull/14704
* docs[patch]: fix databricks metadata by efriis in https://github.com/langchain-ai/langchain/pull/14727
* updated branding for Google AI by lkuligin in https://github.com/langchain-ai/langchain/pull/14728
* infra: add integration test workflow by baskaryan in https://github.com/langchain-ai/langchain/pull/14688
* infra: Pre-release integration tests for partner pkgs by baskaryan in https://github.com/langchain-ai/langchain/pull/14687
* infra: add google-genai integration deps and extras by baskaryan in https://github.com/langchain-ai/langchain/pull/14731
* community[patch]: fix pgvector sqlalchemy by efriis in https://github.com/langchain-ai/langchain/pull/14726
* infra: add action checkout to pre-release-checks by baskaryan in https://github.com/langchain-ai/langchain/pull/14732
* Revert "[Hub|tracing] Tag hub prompts" by hinthornw in https://github.com/langchain-ai/langchain/pull/14735
* core[patch]: Release 0.1.1 by baskaryan in https://github.com/langchain-ai/langchain/pull/14738
* infra: docs build install community editable by efriis in https://github.com/langchain-ai/langchain/pull/14739
* infra: fix pre-release integration test and add unit test by bask