Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
v0.1.14
What's Changed
- robocorp[patch]: release 0.0.4 by Erick Friis (@efriis) in #19357
- robocorp[patch]: run integration tests on release by Erick Friis (@efriis) in #19358
- experimental[patch]: Release 0.0.55 by Bagatur (@baskaryan) in #19353
- openai[patch]: release 0.1.0, message id and name support by Erick Friis (@efriis) in #19363
- openai[patch]: fix name param by Erick Friis (@efriis) in #19365
- openai[patch]: fix core min version by Erick Friis (@efriis) in #19366
- feat: update base_url of anthropic by enfeng (@enfeng) in #18634
- community:Replace positional argument with text=text for cohere>=5 compatibility by billytrend-cohere in #19407
- core[patch]: allow "placeholder" type in from_messages tuples by William FH (@hinthornw) in #19152
- mistralai[minor]: 0.1.0rc0, remove mistral sdk by Erick Friis (@efriis) in #19420
- core[minor]: Add utility code to create tool examples by Harrison Chase (@hwchase17) in #18602
- [langchain] fix OpenAIAssistantRunnable.create_assistant by ccurme (@ccurme) in #19081
- cookbook[patch]: add strip of quotes
by Erick Friis (@efriis) in #19452 - mistralai: update tool calling by ccurme (@ccurme) in #19451
- community[patch]: invoke callback prior to yielding token (llama.cpp) by aditya thomas (@sepiatone) in #19392
- mistralai[patch]: release 0.1.0rc1 by Erick Friis (@efriis) in #19453
- mistralai[patch]: fix core version by Erick Friis (@efriis) in #19454
- docs: delete mistralai embeddings doc from incorrect location by aditya thomas (@sepiatone) in #19432
- langchain_openai: [URGENT REGRESSION FIX] Don't fail if tool message already doesn't contain name by Luca Dorigo (@ldorigo) in #19435
- openai[patch]: release 0.1.1 by Erick Friis (@efriis) in #19458
- openai[patch]: integration test structured output by Erick Friis (@efriis) in #19459
- openai[patch]: tool use integration test by Bagatur (@baskaryan) in #19460
- docs: use invoke instead of run by Ray Bell (@raybellwaves) in #19457
- docs: point to titantic dataset on web by Ray Bell (@raybellwaves) in #19455
- community:Modified regular expression by Eugene Kublin (@igeni) in #19449
- openai[patch]: add test coverage to output by Erick Friis (@efriis) in #19462
- community: RecursiveUrlLoader: add base_url option by @germankrause in #19421
- docarray requires hnsw installation by Tarun Jain (@lucifertrj) in #19416
- langchain: Add async methods to VectorStoreRetrieverMemory by Christophe Bornet (@cbornet) in #19408
- makefile
api_docs_cleanfix by Leonid Ganeline (@leo-gan) in #19405 - docs: moving FireworksEmbeddings documentation to docs folder by aditya thomas (@sepiatone) in #19398
- community[patch]: invoke callback prior to yielding token (fireworks) by aditya thomas (@sepiatone) in #19388
- community[patch]: invoke callback prior to yielding token (openai) by aditya thomas (@sepiatone) in #19389
- docs: Add
partitionparameter to DashVector by Cailin Wang (@wangcailin) in #19385 - community: fix bugs in baiduvectordb as vectorstore by fengjial in #19380
- docs: update import paths and move to lcel for llama.cpp examples by aditya thomas (@sepiatone) in #19391
- docs: update module imports for fireworks documentation by aditya thomas (@sepiatone) in #19377
- docs: fix error bilibili url by Zeeland (@Undertone0809) in #19375
- docs: adding voyageai to the list of partner packages by aditya thomas (@sepiatone) in #19376
- mistralai[patch]: streaming tool calls by Erick Friis (@efriis) in #19469
- Remove non-rendering images & output spamming from doc ntbks by Lance Martin (@rlancemartin) in #19475
- Use async memory in Chain when needed by Christophe Bornet (@cbornet) in #19429
- code[patch]: Add in code documentation to core Runnable
pipeandpickmethods (docs only) by Guangdong Liu (@liugddx) in #19395 - community[minor]: S3FileLoader to use expose mode and post_processors arguments of unstructured loader by preak95 in #19270
- Add OpenVINO llms docs by @OpenVINO-dev-contest in #19489
- community[minor]: Add
DuckDBas a vectorstore by Igor Cotruta (@Hugoberry) in #18916 - infra: Update package version to apply CVE-related patch by Jacob Lezberg (@JacobLezberg) in #19490
- langchain-community: Dappier chat model integration by Igor Muniz Soares (@IgorMunizS) in #19370
- Update docs for
HuggingFacePipelineby Nikhil Kumar (@nikhilkmr300) in #19306 - add kwargs by ccurme (@ccurme) in #19519
- langchain: Passthrough batch_size on index()/aindex() calls by Zachary Wilkins (@znwilkins) in #19443
- core[patch]: Use defusedxml in XMLOutputParser by Eugene Yurtsev (@eyurtsev) in #19526
- langchain_cohere: add cohere as a partner package by billytrend-cohere in #19049
- core[runnables]: docstring for class runnable, method with_listeners() by aditya thomas (@sepiatone) in #19515
- cohere[patch]: fix release by Erick Friis (@efriis) in #19529
- core[patch]: fix xml output parser transform by Eugene Yurtsev (@eyurtsev) in #19530
- partners/openai: increase max batch size for Azure OpenAI Embeddings API by Orest Xherija (@orestxherija) in #19532
- docs: Update local llms article to use invoke instead of deprecated call by Erica Clark (@clarkerican) in #19528
- community: More flexible handling for entity names in vector store "HANA Cloud" by Martin Kolb (@MartinKolbAtWork) in #19523
- community: Added GigaChat Embeddings support + updated previous GigaChat integration by Mikelarg (@Mikelarg) in #19516
- fixed links by Leonid Kuligin (@lkuligin) in #19503
- docs: Update streaming.ipynb by Ikko Eltociear Ashimine (@eltociear) in #19500
- core: Convert SimSIMD back to NumPy by Ash Vardanian (@ashvardanian) in #19473
- docs: Fix broken link in semantic-chunker.ipynb by Hamid Ali (@hamidriasat) in #19464
- Add Support for GPU Index Types in Milvus 2.4 by @FinTechCao in #19468
- Fix several sample code errors by Bob Lin (@169) in #19382
- Update async_chromium.ipynb by @arjOman in #19514
- Community: Fixing incorrect base URLs for Azure Cognitive Search Retriever by Marlene (@marlenezw) in #19352
- community: YandexGPT Use recent yandexcloud sdk version by Dmitry Tyumentsev (@tyumentsev4) in #19341
- community: expanding version in confluence loader by Stefano Mosconi (@stezz) in #19324
- improve tidb integrations documents by Ian (@IANTHEREAL) in #19321
- milvus[patch]: clean warning when delete by ids by mackong (@mackong) in #19301
- milvus will autoflush, manual flush is slowly by JSDu (@JamesBonddu) in #19300
- community [patch] : [Fiddler] ensure dataset is not added if model is present by Barun Amalkumar Halder (@bhalder) in #19293
- mistralai[patch]: release 0.1.0 by Erick Friis (@efriis) in #19540
- docs: Add guidance for splitting Chinese, Japanese, and Thai by Anthony Shaw (@tonybaloney) in #19295
- Fix Tuple typing problem when create new langchain app by Mauricio Cruz (@mauriciocruzdeveloper) in #19141
- cookbook[patch]: update dependecy for autogpt/marathon.ipynb by Dex (@dexhunter) in #19491
- community: avoid creating extension PGvector while using readOnly Databases by Souhail Hanfi (@hanfi) in #19268
- docs: Some fixes by Alessandro D'Armiento (@adarmiento) in #19130
- Prem AI langchain integration (migrating PR from org account to personal account) by Anindyadeep (@Anindyadeep) in #19113
- partners: AI21 Labs Semantic Text Splitter support by @miri-...
v0.1.13
What's Changed
- experimental[patch]: release 0.0.54 by Erick Friis (@efriis) in #19000
- templates: bump lockfile deps by Erick Friis (@efriis) in #19001
- template: bump more lockfiles by Erick Friis (@efriis) in #19003
- templates, cli: more security deps by Erick Friis (@efriis) in #19006
- templates: fix rag-lancedb dep by Erick Friis (@efriis) in #19010
- core[minor]: Add Runnable.batch_as_completed by Nuno Campos (@nfcampos) in #17603
- Add graph construction docs by Tomaz Bratanic (@tomasonjo) in #18904
- infra: update upload-artifact and download-artifact to v4 by Erick Friis (@efriis) in #19044
- Updated index definition and reference to LangChain-MongoDB by Prakul (@prakul) in #19047
- docs: deprecate old airbyte loader docs by Erick Friis (@efriis) in #19048
- community[patch]: Fix NotionDBLoader 400 Error by conditionally adding filter parameter by Anton Parkhomenko (@gunnzolder) in #19075
- docs: make links internal by Bagatur (@baskaryan) in #19063
- Add new beta StructuredPrompt by Nuno Campos (@nfcampos) in #19080
- core: Runnable pass kwargs to _astream_log_implementation in astream_log by YHW (@rere950303) in #19055
- core[patch]: Release 0.1.32 by Bagatur (@baskaryan) in #19088
- docs:fixed typo in streaming document by Anthony Yang (@yangml103) in #19045
- code[patch]: Add in code documentation to core Runnable assign method (docs only) by Guangdong Liu (@liugddx) in #18951
- docs: ignore custom llm integration index (TEMP) by Bagatur (@baskaryan) in #19090
- community[minor]: Revamp PGVector Filtering by Eugene Yurtsev (@eyurtsev) in #18992
- Updated security policy by Eugene Yurtsev (@eyurtsev) in #19089
- core[patch]: RunnablePassthrough transform to autoupgrade to AddableDict by Eugene Yurtsev (@eyurtsev) in #19051
- community: Add support for cohere SDK v5 (keeps v4 backwards compatibility) by billytrend-cohere in #19084
- langchain_ibm[patch] add async tests, add tokenize support by Mateusz Szewczyk (@MateuszOssGit) in #18898
- ibm[patch]: release 0.1.3 by Erick Friis (@efriis) in #19094
- Switch neo4j generation template to LLMGraphTransformer by Tomaz Bratanic (@tomasonjo) in #19024
- partners: AI21 Labs Batch Support in Embeddings by Asaf Gardin (@Josephasafg) in #18633
- docs[minor]ci[minor]: Add script & CI to check recurring links daily by Brace Sproul (@bracesproul) in #19100
- ci[patch]: Set root dir to ./docs by Brace Sproul (@bracesproul) in #19102
- voyageai[patch]: init package by Erick Friis (@efriis) in #19098
- Change lc id to match what's possible in js by Nuno Campos (@nfcampos) in #19099
- core[patch]: rc release 0.1.33-rc.1 by Bagatur (@baskaryan) in #19103
- community, langchain, infra: store extended test deps outside of poetry by Erick Friis (@efriis) in #18995
- docs: updated imports in the documentation by Leonid Kuligin (@lkuligin) in #19131
- community, langchain, infra: revert store extended test deps outside of poetry by Erick Friis (@efriis) in #19153
- docs: voyageai as provider by Erick Friis (@efriis) in #19154
- docs: update the list of providers by aditya thomas (@sepiatone) in #19012
- Add Baidu VectorDB as vector store by fengjial in #17997
- Community: add args_schema to sql_database tools for langGraph integration by Juan Felipe Arias (@juanfe88) in #18595
- community [patch] : adds feedback and status for Fiddler callback handler events by Barun Amalkumar Halder (@bhalder) in #19157
- infra: run min version ci before integration tests by Erick Friis (@efriis) in #18945
- core: allow LLMs async streaming to fallback on sync streaming by Maxime Perrin (@maximeperrindev) in #18960
- langchain: upgrade mypy by Eugene Yurtsev (@eyurtsev) in #19163
- community [patch] : publishes duration as milliseconds to Fiddler by Barun Amalkumar Halder (@bhalder) in #19166
- Fix source column xata.ipynb by Kostas Botsas (@kostasb) in #19137
- community: implement qdrant _aembed_query and use it in other async funcs by kaijietti in #19155
- docs: fix API link for BaseLoader by Saman (@samanhappy) in #19128
- community: Fix sparkllm embeddings api bug. by Guangdong Liu (@liugddx) in #19122
- code[patch]: Add in code documentation to core Runnable with_fallbacks method (docs only) by Guangdong Liu (@liugddx) in #19104
- fix databricks document url by case-k (@case-k-git) in #19096
- docs: Fix execution results of
docs/docs/modules/data_connection/indexing.ipynbby Shotaro Sano (@g-votte) in #19112 - Fixed Grammar in Considerations of Model I/O Concepts documentation page - Update concepts.mdx by Anubhav Madhav (@AnubhavMadhav) in #19091
- Update azure_cosmos_db.ipynb by William W Wang (@wmwxwa) in #19087
- Update llm_caching.ipynb by William W Wang (@wmwxwa) in #19085
- langchain[patch]: make hub work with older langchainhub versions by Eugene Yurtsev (@eyurtsev) in #19076
- community: Add Blended Search Support to
GoogleVertexAISearchRetrieverby Holt Skinner (@holtskinner) in #19082 - docs:
providersupdate 8 by Leonid Ganeline (@leo-gan) in #19053 - community: Use langchain-astradb for AstraDB doc loader by Christophe Bornet (@cbornet) in #19071
- Corrected error by Taraka Nithin Vankala (@nithinv-27) in #19030
- docs: update docs for yuan2 in LLMs and Chat models integration. by wulixuan (@cauwulixuan) in #19028
- community: Fixed bug in merging
generation_infoduring chunk concatenation in Tongyi and ChatTongyi by Shuai Liu (@liushuaikobe) in #19014 - community: fix yuan2 chat model errors while invoke. by wulixuan (@cauwulixuan) in #19015
- add comment by 高远 (@19374242) in #19016
- partners[together]: update docstring of Together class by aditya thomas (@sepiatone) in #19008
- docs: update stale links in Together AI documentation by aditya thomas (@sepiatone) in #19011
- text-splitters:fix json split of RecursiveJsonSplitter which may cause memory of chunks by six17 in #19119
- community: support fastembed v1 and v2 by Sergey Kozlov (@skozlovf) in #19125
- docs: fix link to interface TextSplitter by Saman (@samanhappy) in #19177
- community: Add model argument for maritalk models and better error handling by Rodrigo Nogueira (@rodrigo-f-nogueira) in #19187
- community: Add
partitionparameter to DashVector by Cailin Wang (@wangcailin) in #19023 - docs: Remove duplicated line in Get Started section by Vitalii Korsakov (@amorphius) in #19182
- docs: Update why.ipynb by Inpyeong Lee (@inpyeong) in #19173
- Update README.md by sy (@songyi1999) in #19172
- community: Fix all page numbers were the same for _BaseGoogleVertexAISearchRetriever by Katsuhiro Muto (@eycjur) in #19175
- core: Add docs for RouterRunnable by Nikhil Kumar (@nikhilkmr300) in #19191
- community: Add support for translation in HuggingFacePipeline by Nikhil Kumar (@nikhilkmr300) in #19190
- openai[patch]: fix async http client by Bagatur (@baskaryan) in #19164
- community: Fix import path for StreamingStdOutCallbackHandler example by primate88 in #19170
- docs: provided hyperlinks to text and fixed grammar by Anubhav Madhav (@AnubhavMadhav) in #19092
- Example error by htaoruan in #19013
- community: add stop parameter support to volcengine maas by Pengfei Jiang (@joyme123) in #19052
- moved fake llms and embeddings to core by Leonid Kuligin (@lkuligin) in #19226
- langchain-mongodb: Remove embedding retrieval from mongodb payload by Jib (@Jibola) in #19035
- langchain-mo...
v0.1.12
What's Changed
- anthropic[minor]: add tool calling by Erick Friis (@efriis) in #18554
- docs: anthropic multimodal by Erick Friis (@efriis) in #18586
- marked MatchingEngine as deprecated by Leonid Kuligin (@lkuligin) in #18585
- community: Implement lazy_load() for GithubFileLoader by Christophe Bornet (@cbornet) in #18584
- Add precedence for input params over env variables in neo4j integration by Tomaz Bratanic (@tomasonjo) in #18581
- Update link in neo4j semantic ollama templates by Tomaz Bratanic (@tomasonjo) in #18574
- langchain-mongodb: Add MongoDB LLM Cache by Jib (@Jibola) in #17470
- langchain-mongodb: Migrate MongoDBChatMessageHistory by Jib (@Jibola) in #18590
- airbyte[patch]: release 0.1.1, python 3.9 compat by Erick Friis (@efriis) in #18597
- langchain-mongodb: add unit tests for MongoDBChatMessageHistory by Jib (@Jibola) in #18599
- community:update telegram notebook by Reuben Zotz-Wilson (@rdzotz) in #18569
- core[patch]: deprecate hwchase17/langchain-hub, address path traversal (CVE-2024-28088) by Erick Friis (@efriis) in #18600
- docs:Update function "run" to "invoke" in smart_llm.ipynb by standby24x7 in #18568
- Remove neo4j bloom labels from graph schema by Tomaz Bratanic (@tomasonjo) in #18564
- community[patch]: Invoke callback prior to yielding token (titan_takeoff) by Yudhajit Sinha (@Lord-Haji) in #18560
- docs:
providersupdate 5 by Leonid Ganeline (@leo-gan) in #18550 - anthropic[patch]: fix argument integration test by Erick Friis (@efriis) in #18605
- anthropic[patch]: handle lists in function calling by Erick Friis (@efriis) in #18609
- partners: AI21 Labs Contextual Answers support by Asaf Gardin (@Josephasafg) in #18270
- docs: query analysis links by Bagatur (@baskaryan) in #18614
- nvidia-trt:add TritonTensorRTLLM(verbose_client=False) by Mikhail Khludnev (@mkhludnev) in #16848
- fix: Add retriever self_query and score_threshold in DingoDB by Hech (@HeChangHaoGary) in #18106
- elasticsearch docs: Update README by Max Jakob (@maxjakob) in #18497
- Docs: fix link and missing package by Rodrigo Nogueira (@rodrigo-f-nogueira) in #18405
- community: use jq schema for content_key in json_loader by Kazuki Maeda (@kzk-maeda) in #18003
- community: add Yuque document loader by Dino (@Dounx) in #17924
- docs: minor spelling errors by Utkarsh Kapil (@Hazzerback25) in #18429
- community: Fix VectorStoreQATool by Christophe Bornet (@cbornet) in #18529
- community: Improve amadeus tool and doc by Sunchao Wang (@caidwang) in #18509
- docs: text splitters install by Bagatur (@baskaryan) in #18589
- langchain-mongodb: include LLM caches in toplevel library import by Jib (@Jibola) in #18601
- elasticsearch: add
ElasticsearchRetrieverby Max Jakob (@maxjakob) in #18587 - docs: why lcel nit by Bagatur (@baskaryan) in #18616
- docs: structured_output by PSV (@psvann) in #18608
- community: Implement lazy_load() for EverNoteLoader by Christophe Bornet (@cbornet) in #18538
- community: Implement lazy_load() for CubeSemanticLoader by Christophe Bornet (@cbornet) in #18535
- docs:
providersupdate 3 by Leonid Ganeline (@leo-gan) in #18527 - infra: reorder api docs build steps by Erick Friis (@efriis) in #18618
- community: Databricks SerDe uses cloudpickle instead of pickle by Liang Zhang (@liangz1) in #18607
- community: Implement lazy_load() for GitbookLoader by Christophe Bornet (@cbornet) in #18670
- community: Implement lazy_load() for FacebookChatLoader by Christophe Bornet (@cbornet) in #18669
- community: Implement lazy_load() for SitemapLoader by Christophe Bornet (@cbornet) in #18667
- community: Implement lazy_load() for OutlookMessageLoader by Christophe Bornet (@cbornet) in #18668
- community: Implement lazy_load() for ArxivLoader by Christophe Bornet (@cbornet) in #18664
- Docs: Revamp Extraction Use Case by Eugene Yurtsev (@eyurtsev) in #18588
- Use Case: Extraction set temperature to 0, qualify a statement by Eugene Yurtsev (@eyurtsev) in #18672
- community[patch]: Release 0.0.26 by Bagatur (@baskaryan) in #18683
- community[minor]: Implement lazy_load() for WikipediaLoader by Christophe Bornet (@cbornet) in #18680
- community: Implement lazy_load() for WhatsAppChatLoader by Christophe Bornet (@cbornet) in #18677
- community: Implement lazy_load() for SlackDirectoryLoader by Christophe Bornet (@cbornet) in #18675
- community: Implement lazy_load() for TrelloLoader by Christophe Bornet (@cbornet) in #18658
- community: Implement lazy_load() for PsychicLoader by Christophe Bornet (@cbornet) in #18656
- community: Implement lazy_load() for ObsidianLoader by Christophe Bornet (@cbornet) in #18654
- community: Implement lazy_load() for UnstructuredBaseLoader by Christophe Bornet (@cbornet) in #18647
- community: Implement lazy_load() for ConfluenceLoader by Christophe Bornet (@cbornet) in #18436
- community: Implement lazy_load() for AssemblyAIAudioTranscriptLoader by Christophe Bornet (@cbornet) in #18421
- community: Implement lazy_load() for MastodonTootsLoader by Christophe Bornet (@cbornet) in #18671
- community: Implement lazy_load() for TextLoader by Christophe Bornet (@cbornet) in #18674
- community: Implement lazy_load() for PDFMinerPDFasHTMLLoader and PyMuPDFLoader by Christophe Bornet (@cbornet) in #18673
- community: Implement lazy_load() for BSHTMLLoader by Christophe Bornet (@cbornet) in #18423
- community: Implement lazy_load() for GitLoader by Christophe Bornet (@cbornet) in #18539
- community: Fix some issues with sparkllm use cases by Guangdong Liu (@liugddx) in #17674
- docs: update to the streaming tutorial notebook in the lcel documentation by aditya thomas (@sepiatone) in #18378
- core: Move document loader interfaces to core by Christophe Bornet (@cbornet) in #17723
- docs: fix
streamlitprovider by Leonid Ganeline (@leo-gan) in #18606 - mongodb[patch]: release 0.1.1 by Erick Friis (@efriis) in #18692
- docs: update imports of callbacks to use langchain_community by Leonid Ganeline (@leo-gan) in #18691
- community[patch]: Patch tdidf retriever (CVE-2024-2057) by Eugene Yurtsev (@eyurtsev) in #18695
- community[major]: breaking change in some APIs to force users to opt-in for pickling by Eugene Yurtsev (@eyurtsev) in #18696
- community[patch]: make metadata and text optional as expected in DocArray by Aaron Yi (@yike5460) in #18678
- community: Implement lazy_load() for PlaywrightURLLoader by Christophe Bornet (@cbornet) in #18676
- openai[patch]: unit test azure init by Erick Friis (@efriis) in #18703
- community: Opensearch delete method added - indexing supported by Djordje (@djo10) in #18522
- templates: rag-multi-modal typo, replace serch with search by José Luis Di Biase (@josx) in #18519
- elasticsearch: update references, deprecate community classes by Max Jakob (@maxjakob) in #18506
- community: Adding support for Infinispan as VectorStore by Vittorio Rigamonti (@rigazilla) in #17861
- langchain_community: Add DocumentDBVectorSearch VectorStore by Sam Khano (@samkhano1) in #17757
- Support for claude v3 models. by Piyush Jain (@3coins) in #18630
- core[patch]: release 0.1.30 by Erick Friis (@efriis) in #18706
- community[patch]: release 0.0.27 by Erick Friis (@efriis) in #18708
- community: Fix sparkllm authentication problem. by Guangdong Liu (@liugddx) in #18651
- docs: update imports of tools to use langchain_community by Leonid Ganeline (@leo-gan) in #18705
- community: Chroma use uuid4 instead of uuid1 to generate random ids by axiangcoding (@axiangcoding) in #18723
...
v0.1.11
What's Changed
- more query analysis docs by Harrison Chase (@hwchase17) in #18358
- docs: anthropic qa quickstart by Bagatur (@baskaryan) in #18459
- docs: anthropic quickstart by Bagatur (@baskaryan) in #18440
- Adding Azure Cosmos Mongo vCore Vector DB Cache by Aayush Kataria (@aayush3011) in #16856
- community[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18454
- community[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18452
- community[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18449
- community[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18448
- community[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18447
- nvidia-trt[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18446
- improve query analysis docs by Harrison Chase (@hwchase17) in #18426
- langchain[patch]: add tools renderer for various non-openai agents by mackong (@mackong) in #18307
- community: Add you.com tool, add async to retriever, add async testing, add You tool doc by Scott Nath (@scottnath) in #18032
- [Evals] Session-level feedback by Harrison Chase (@hwchase17) in #18463
- Update Notebook Image by William FH (@hinthornw) in #18470
- Evaluate on Version by William FH (@hinthornw) in #18471
- Improve notebook wording by William FH (@hinthornw) in #18472
- 👥 Update LangChain people data by Jacob Lee (@jacoblee93) in #18473
- Docs: Updated callbacks/index.mdx adding example on invoke method by William De Vena (@williamdevena) in #18403
- anthropic[minor]: claude 3 by Erick Friis (@efriis) in #18508
- docs: add groq to list of providers by aditya thomas (@sepiatone) in #18503
- docs: quickstart models by Bagatur (@baskaryan) in #18511
- docs:Update function "run" to "invoke" in llm_math.ipynb by standby24x7 in #18505
- docs: Update function "run" to "invoke" by standby24x7 in #18499
- community: Improved notebook for vector store "HANA Cloud" by Martin Kolb (@MartinKolbAtWork) in #18496
- partners[anthropic]: update to docstrings of ChatAnthropic class by aditya thomas (@sepiatone) in #18493
- docs: update documentation of stackexchange component by aditya thomas (@sepiatone) in #18486
- RAPTOR by Lance Martin (@rlancemartin) in #18467
- [Evals] Support list examples by dataset version tag by William FH (@hinthornw) in #18534
- core: Release 0.1.29 by Bagatur (@baskaryan) in #18530
- docs: update stack graphic by Erick Friis (@efriis) in #18532
- docs[minor]: Add thumbs up/down to all docs pages by Brace Sproul (@bracesproul) in #18526
- Evals wording by William FH (@hinthornw) in #18542
- community[patch]: deprecate community fireworks by Erick Friis (@efriis) in #18544
- anthropic[patch]: multimodal by Erick Friis (@efriis) in #18517
- Update chain.py fixewd typo in chain by Akash A Desai (@akashAD98) in #18551
- anthropic[patch]: model type string by Erick Friis (@efriis) in #18510
- langchain[patch]: Release 0.1.11 by Bagatur (@baskaryan) in #18558
New Contributors
- Aayush Kataria (@aayush3011) made their first contribution in #16856
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- community: Fix SparkLLM error by Guangdong Liu (@liugddx) in #18015
- community[patch]: Release 0.0.23 by Bagatur (@baskaryan) in #18027
- community: fix openai streaming throws 'AIMessageChunk' object has no attribute 'text' by Nicolò Boschi (@nicoloboschi) in #18006
- community[patch]: BaseLLM typing in init by Erick Friis (@efriis) in #18029
- community[patch]: Release 0.0.24 by Bagatur (@baskaryan) in #18038
- infra: CI success for partner packages by Erick Friis (@efriis) in #18037
- infra: CI success for partner packages 2 by Erick Friis (@efriis) in #18043
- docs: recommend lambdas over runnablebranch by Erick Friis (@efriis) in #18033
- partners: Add Fireworks partner packages by Yufei (Benny) Chen (@benjibc) in #17694
- Updates to partners/exa README by Dan McAteer (@DannyMac180) in #18047
- openai[patch]: remove numpy dep by Erick Friis (@efriis) in #18034
- docs: fireworks fixes by Erick Friis (@efriis) in #18056
- infra: simplify and fix CI for docs-only changes by Erick Friis (@efriis) in #18058
- docs: fireworks tool calling docs by Erick Friis (@efriis) in #18057
- openai[patch]: refactor with_structured_output by Bagatur (@baskaryan) in #18052
- core[patch]: Runnable with message history to use add_messages by Eugene Yurtsev (@eyurtsev) in #17958
- community: Add async_client for Anyscale Chat model by kYLe (@kylehh) in #18050
- experimental: docstrings update by Leonid Ganeline (@leo-gan) in #18048
- community: Add document manager and mongo document manager by happy-go-lucky (@2jimoo) in #17320
- docs[patch]: Remove redundant Pinecone import by Jacob Lee (@jacoblee93) in #18079
- docs:Add Cohere examples in documentation by Beatrix De Wilde (@BeatrixCohere) in #17794
- langchain_community: fix llama index imports and fields access by Maxime Perrin (@maximeperrindev) in #17870
- partners/astradb: Add AstraDBChatMessageHistory to langchain-astradb package by Christophe Bornet (@cbornet) in #17732
- community [enh] : adds callback handler for Fiddler AI by Barun Amalkumar Halder (@bhalder) in #17708
- community: Remove model limitation on Anyscale LLM by kYLe (@kylehh) in #17662
- docs: update azure search langchain notebook by Matt (@mattgotteiner) in #18053
- langchain: Make BooleanOutputParser more robust to non-binary responses by dokato in #17810
- Add additional examples for other modules to partners/exa README by Dan McAteer (@DannyMac180) in #18081
- Use astrapy's upsert_one method in AstraDBStore by Christophe Bornet (@cbornet) in #18063
- community: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB by Neli Hateva (@nelly-hateva) in #15009
- community: Fix GenericRequestsWrapper _aget_resp_content must be async by Christophe Bornet (@cbornet) in #18065
- anthropic[minor]: package move by Erick Friis (@efriis) in #17974
- google-genai, google-vertexai: move to langchain-google by Erick Friis (@efriis) in #17899
- docs: api docs for external repos by Erick Friis (@efriis) in #17904
- docs: Fix the bug in MongoDBChatMessageHistory notebook by rongchenlin (@rongchenlin) in #18128
- langchain: Import from langchain_core in langchain.smith to avoid deprecation warning by Simon Schmidt (@simonschmidt) in #18129
- langchain[patch]: Update doc-string for a method in ConversationBufferWindowMemory by Mohammad Mohtashim (@keenborder786) in #18090
- add run name for query constructor by Harrison Chase (@hwchase17) in #18101
- Add BaseMessage.id by Nuno Campos (@nfcampos) in #17835
- docs: anthropic partner package docs by Erick Friis (@efriis) in #18109
- Fix bug with using configurable_fields after configurable_alternatives by Nuno Campos (@nfcampos) in #18139
- Improve runnable generator error messages by Nuno Campos (@nfcampos) in #18142
- infra: create api rst for specific pkg by Bagatur (@baskaryan) in #18144
- core[patch], langchain[patch], templates: move openai functions parser to core by Bagatur (@baskaryan) in #18060
- docs [patch] : fix import to use community path for handler in fiddler notebook by Barun Amalkumar Halder (@bhalder) in #18140
- [docs] Update doc-string for buffer_as_messages method in ConversationBufferWindowMemory by Luan Fernandes (@lgabs) in #18136
- Docs: azuresearch.ipynb (in docs/docs/integrations/vectorstores) -- fixed headings and comments by Heidi Steen (@HeidiSteen) in #18135
- infra: api docs build commit dir by Erick Friis (@efriis) in #18147
- infra: api docs setup action location by Erick Friis (@efriis) in #18148
- community: Add Laser Embedding Integration by @dstambler17 in #18111
- community: make
SET allow_experimental_[engine]_indexconfigurabe in vectorstores.clickhouse by GoodBai (@bgdsh) in #18107 - langchain[patch], core[patch], openai[patch], fireworks[minor]: ChatFireworks.with_structured_output by Bagatur (@baskaryan) in #18078
- Langchain vectorstore integration with Kinetica by am-kinetica in #18102
- community: vectorstores.kdbai - Added support for when no docs are present by Jaskirat Singh (@jaskirat8) in #18103
- Experimental: Add other threshold types to SemanticChunker by matt haigh (@matthaigh27) in #16807
- partners: add Elasticsearch package by Max Jakob (@maxjakob) in #17467
- add optimization notebook by Harrison Chase (@hwchase17) in #18155
- core[patch]: support JS message serial namespaces by Bagatur (@baskaryan) in #18151
- mistral[minor]: Function calling and with_structured_output by Bagatur (@baskaryan) in #18150
- move document compressor base by Harrison Chase (@hwchase17) in #17910
- core[patch]: Release 0.1.27 by Bagatur (@baskaryan) in #18159
- openai[patch], mistral[patch], fireworks[patch]: releases 0.0.8, 0.0.5, 0.0.2 by Bagatur (@baskaryan) in #18186
- Harrison/add structured output by Harrison Chase (@hwchase17) in #18165
- Adding documentation for deprecation of OpenAI functions by Isaac Francisco (@isahers1) in #18164
- Assign message id in ChatOpenAI by Nuno Campos (@nfcampos) in #17837
- community[feat]: Adds LLMLingua as a document compressor by Ayo Ayibiowu (@thehapyone) in #17711
- airbyte[patch]: init pkg by Erick Friis (@efriis) in #18236
- airbyte[patch]: core version 0.1.5 by Erick Friis (@efriis) in #18244
- docs: add documentation for Google Cloud database integrations by Averi Kitsch (@averikitsch) in #18225
- IBM[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class by Mateusz Szewczyk (@MateuszOssGit) in #18189
- infra: api docs folder move by Erick Friis (@efriis) in #18223
- docs: update documentation for Google Cloud database integrations by Jack Wotherspoon (@jackwotherspoon) in #18265
- fix: BigQueryVectorSearch JSON type unsupported for metadatas by Ashley Xu (@ashleyxuu) in #18234
- docs: airbyte github cookbook by Erick Friis (@efriis) in #18275
- langchain_nvidia_ai_endpoints[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18271
- Remove check preventing passing non-declared config keys by Nuno Campos (@nfcampos) in #18276
- Add PNG drawer for Runnable.get_graph() by Nuno Campos (@nfcampos) in #18239
- community[patch]: added latin-1 decoder to gmail search tool by Sanjaypranav V M (@Sanjaypranav) in #18116
- community[minor]: add hugging_face_model document loader by David Ruan (@ruanwz) in #17323
- langchain_anthropic[patch]: Invoke callback prior to yielding token by William De Vena (@williamdevena) in #18274
- community[minor]: Add
SQLDatabaseLoaderdocument ...
v0.1.9
What's Changed
- experimental[patch]: Release 0.0.52 by Bagatur (@baskaryan) in #17763
- Cache calls to create_model for get_input_schema and get_output_schema by Nuno Campos (@nfcampos) in #17755
- Docs: Add custom chat model documenation by Eugene Yurtsev (@eyurtsev) in #17595
- community: Fix AstraDBCache docstrings by Christophe Bornet (@cbornet) in #17802
- Docs: Update contributing documentation by Eugene Yurtsev (@eyurtsev) in #17557
- community: Add PolygonTickerNews Tool by Virat Singh (@virattt) in #17808
- docs: Add typehints in both signature and description of API docs by Christophe Bornet (@cbornet) in #17815
- community: Add SparkLLM Text Embedding Model and SparkLLM introduction by Guangdong Liu (@liugddx) in #17573
- community: Add SparkLLM to community by Guangdong Liu (@liugddx) in #17702
- docs: fix api docs search by Erick Friis (@efriis) in #17820
- Add JSON representation of runnable graph to serialized representation by Nuno Campos (@nfcampos) in #17745
- astradb[patch]: relaxed httpx version constraint by Erick Friis (@efriis) in #17826
- core[patch]: Release 0.1.25 by Bagatur (@baskaryan) in #17833
- partners/astradb: Add AstraDBStore to langchain-astradb package by Christophe Bornet (@cbornet) in #17789
- partners/openai: fix depracation errors of pydantic's .dict() function (reopen #16629) by Savvas Mantzouranidis (@SavvasMohito) in #17404
- partners/astradb: Use single file instead of module for AstraDBVectorStore by Christophe Bornet (@cbornet) in #17644
- docs: remove stale redirects by Erick Friis (@efriis) in #17831
- 👥 Update LangChain people data by Jacob Lee (@jacoblee93) in #17743
- community[patch]: typo in doc-string for kdbai vectorstore by nbyrneKX in #17811
- community[patch]: Add AstraDBLoader docstring by Christophe Bornet (@cbornet) in #17873
- community[patch]: Graceful handling of redis errors in RedisCache and AsyncRedisCache by Shashank (@snsten) in #17171
- docs: API Reference builder bug fix by Leonid Ganeline (@leo-gan) in #17890
- docs: update sparkllm intro doc by Guangdong Liu (@liugddx) in #17848
- community: Added add_images method to SingleStoreDB vector store by Volodymyr Tkachuk (@volodymyr-memsql) in #17871
- docs: minor grammatical correction. by qqubb in #17724
- Docs: Fix typo by Gianluca Giudice (@gianlucagiudice) in #17733
- core: fix .bind when used with RunnableLambda async methods by ccurme (@ccurme) in #17739
- community[patch]: add missing chunk parameter for _stream/_astream by mackong (@mackong) in #17807
- community: Allow override of 'fetch_schema_from_transport' in the GraphQL tool by Zachary Toliver (@ztoliver) in #17649
- community: Improved deeplake.py init documentation by Nathan Voxland (Activeloop) (@nvoxland-al) in #17549
- docs: Fix URL typo in tigris.ipynb by Matthew Kwiatkowski (@Speuce) in #17894
- community: add possibility to search by vector in OpenSearchVectorSearch by Karim Assi (@karimassi) in #17878
- added SCANN index in default search params by Rohit Gupta (@rgupta2508) in #17889
- partners/astradb: Update langchain-astradb README with AstraDBStore by Christophe Bornet (@cbornet) in #17864
- docs: Change module import path for SQLDatabase in the documentation by aditya thomas (@sepiatone) in #17874
- core: modules descriptions by Leonid Ganeline (@leo-gan) in #17844
- community: AstraDB VectorStore docstring by Christophe Bornet (@cbornet) in #17834
- docs: added
communitymodules descriptions by Leonid Ganeline (@leo-gan) in #17827 - fix a small typo by Aymen El Amri (@eon01) in #17859
- [community][embeddings] infinity embedding local option by Michael Feil (@michaelfeil) in #17671
- community: Bug Fix, in Neo4j VectorStore when having multiple indexes the sort is not working and the store that returned is random by ehude in #17396
- docs: fix api build by Bagatur (@baskaryan) in #17898
- 👥 Update LangChain people data by Jacob Lee (@jacoblee93) in #17900
- community: Add docstring to AstraDBStore by Christophe Bornet (@cbornet) in #17793
- : Add tidb loader support by Ian (@IANTHEREAL) in #17788
- community: add helpful comments to sparkllm.py by Xudong Sun (@vsxd) in #17774
- community: Add missing async_astra_db_client param to AstraDBChatMessageHistory by Christophe Bornet (@cbornet) in #17742
- docs: Update Links to resources in the GraphDB QA Chain documentation by Neli Hateva (@nelly-hateva) in #17720
- partners/astradb: Fix AstraDBVectorStore docstring by Christophe Bornet (@cbornet) in #17706
- Stomp by William FH (@hinthornw) in #17710
- community: Added more functions in NetworkxEntityGraph class by @raunakshrivastava7 in #17624
- Return PK in similarity search Document by Hasan (@hasansustcse13) in #17561
- docs sorting
Examples using ...section by Leonid Ganeline (@leo-gan) in #17588 - Redirect the expression language guides by William FH (@hinthornw) in #17914
- partner: Add groq partner integration and chat model by Graden Rea (@gradenr) in #17856
- pinecone[patch], docs: PineconeVectorStore, release 0.0.3 by Erick Friis (@efriis) in #17896
- community: Bugfix - correct Ollama API path to avoid HTTP 307 by Bradley Erickson (@13rac1) in #17895
- langchain_openai[patch]: fix typos in langchain_openai by hongbo.mo (@polym) in #17923
- community: use NeuralDB object to initialize NeuralDBVectorStore by @kartikTAI in #17272
- pinecone[patch]: integration test debug by Erick Friis (@efriis) in #17960
- community[patch]: compatibility with SQLAlchemy 1.4.x by David Loving (@Davidkloving) in #17954
- docs: update IBM watsonx.ai docs by Mateusz Szewczyk (@MateuszOssGit) in #17932
- Remove subscript for Result type object by Muhammad Abdullah Hashmi (@Abe410) in #17823
- partners/astradb: Support langchain-astradb AstraDBVectorStore in self-query retriever by Christophe Bornet (@cbornet) in #17728
- templates: Update README.md - Fixing a typo by esque (@PankajMoolrajani) in #17689
- docs:Rerun the Tongyi Qwen model to fix incorrect responses. by bear (@deanbear) in #17693
- community[patch]: fix lint by Bagatur (@baskaryan) in #17984
- docs: logo by Erick Friis (@efriis) in #17972
- docs: partner package list by Leonid Ganeline (@leo-gan) in #17978
- core[minor], openai[minor], langchain[patch]: output format on openai by Bagatur (@baskaryan) in #17302
- langchain[minor]: openai tools structured_output_chain by Bagatur (@baskaryan) in #17296
- partner:
robocorpaidosctrings by Leonid Ganeline (@leo-gan) in #17968 - docs: update schema imports to core by Erick Friis (@efriis) in #17885
- docs: Update Google Provider documentation by Averi Kitsch (@averikitsch) in #17970
- docs: Update Azure Search vector store notebook by Matt (@mattgotteiner) in #17901
- community: add Kinetica LLM wrapper by Chad Juliano (@chadj2) in #17879
- Added
langchainhubinstall and fixed typo by Stan Duprey (@standuprey) in #17985 - community[patch]: callback before yield for _stream/_astream by mackong (@mackong) in #17907
- infra: ci end check by Erick Friis (@efriis) in #17986
- Anthropic README updates by Jorge Villegas (@jorgevee) in #17684
- infra: ci end check, consolidation by Erick Friis (@efriis) in #17987
- Update quickstart.mdx by Issac (@Issac-Lopez) in #17659
- Skip
OpenAIWhisperParserextremely small audio chunks to avoid api error by Leo Diegues (@leodiegues) in #11450 - feat(graph_sparql_qa): return format...
v0.1.8
What's Changed
- Documentation/add update documentation for oci by Rave Harpaz (@raveharpaz) in #17473
- langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions by JongRok BAEK (@L-cloud) in #17162
- docs: update providers by Bagatur (@baskaryan) in #17488
- Add the BQ job usage tracking from LangChain by Ashley Xu (@ashleyxuu) in #17123
- docs: fix self query redirect by Bagatur (@baskaryan) in #17490
- community[minor]: Fix pydantic ForwardRef error in BedrockBase by Nat Noordanus (@nat-n) in #17416
- langchain[patch]: structured output chain nits by Bagatur (@baskaryan) in #17291
- infra: add api docs build GHA by Bagatur (@baskaryan) in #17493
- infra: merge in master during api docs build by Bagatur (@baskaryan) in #17494
- infra: update rtd by Bagatur (@baskaryan) in #17502
- Add async methods to CacheBackedEmbeddings by Christophe Bornet (@cbornet) in #16873
- langchain[patch]: Invoke chain prep_inputs and prep_outputs inside try block to catch validation errors by @molatif-dev in #16644
- community[minor]: add store based on mongo DB by Qihui Xie (@xieqihui) in #13801
- add test for ensemble retriever to ensure multiple retrievers by shibuiwilliam (@shibuiwilliam) in #8401
- infra: rm @ from pr template by Bagatur (@baskaryan) in #17507
- nomic[patch]: release 0.0.2, dimensionality by Erick Friis (@efriis) in #17534
- partners: version constraints by Erick Friis (@efriis) in #17492
- anthropic[patch]: de-beta anthropic messages, release 0.0.2 by Erick Friis (@efriis) in #17540
- community: Added functions in NetworkxEntityGraph class by @raunakshrivastava7 in #17535
- community[patch]: fix import in language parser by Rakib Hosen (@Rakib-hosen) in #17538
- community: Adds Llamafile as an LLM by Kate Silverstein (@k8si) in #17431
- community: Add vector index support to SingleStoreDB VectorStore by Volodymyr Tkachuk (@volodymyr-memsql) in #17308
- community[minor]: support query filters for NotionDBLoader by Lyndsey (@lyndseyjw) in #17217
- experimental: Enhance protection against arbitrary code execution in PALChain by Danis Jiang (Yuhao Jiang) (@DanisJiang) in #17091
- community: Expose Anthropic Retry Logic by Alex Peplowski (@notAlex2) in #17069
- Fix SQLAlchemyMd5Cache race condition by Philippe PRADOS (@pprados) in #16279
- community: integrate with model Yuan2.0 by wulixuan (@cauwulixuan) in #15411
- community: document_loaders: modified athena key logic to handle s3 uris without a prefix by Shawn (@shawnzam) in #17526
- IBM: added partners package
langchain_ibm, added llm by Mateusz Szewczyk (@MateuszOssGit) in #16512 - core[minor]: add name to basemessage by Erick Friis (@efriis) in #17539
- Fixed typos in SmartLLMChain ideation and critique prompts by Mattt394 in #11507
- Nemo embeddings for issue #16095 by nvpranak in #16206
- community[patch]: Fix pwd import that is not available on windows by Jan Cap (@vorel99) in #17532
- Docs: Contributing changes by Eugene Yurtsev (@eyurtsev) in #17551
- community[minor]: Add async methods to AstraDBCache by Christophe Bornet (@cbornet) in #17415
- Docs: Add repository structure to contributors guide by Eugene Yurtsev (@eyurtsev) in #17553
- Update contact link by William FH (@hinthornw) in #17563
- fix dataset link by William FH (@hinthornw) in #17565
- langchain: Update Chain prep_inputs docstring by @molatif-dev in #17575
- community: Fix some mypy types in cassandra doc loader by Christophe Bornet (@cbornet) in #17570
- community: Add async methods to AstraDBChatMessageHistory by Christophe Bornet (@cbornet) in #17572
- community: Use astrapy built-in pagination prefetch in AstraDBLoader by Christophe Bornet (@cbornet) in #17569
- community: pass bool value for fetch_schema_from_transport by Zachary Toliver (@ztoliver) in #17552
- Community[patch]: Adjusted import to be compatible with SQLAlchemy<2 by Rafail Giavrimis (@grafail) in #17520
- community: Resolve KuzuQAChain API Changes by Amir Karbasi (@karbasia) in #16885
- community: QuantizedEmbedders by Moshe Berchansky (@mosheber) in #17391
- ai21: init package by Erick Friis (@efriis) in #17592
- docs: ai21 sidebars by Erick Friis (@efriis) in #17600
- partners/astradb: bootstrapping Astra DB as Partner Package by Stefano Lottini (@hemidactylus) in #16875
- astradb[patch]: fix core dep by Erick Friis (@efriis) in #17606
- astradb[patch]: fix core dep 2 by Erick Friis (@efriis) in #17608
- docs : quickstart example returns 404 by Kevin (@montylounge) in #17609
- docs: Fix bug that caused the word "Deprecated" to appear twice in doc-strings by Leonid Ganeline (@leo-gan) in #17615
- ci[minor] : Added graphdb in docker compose for integration tests by Kartheek Yakkala (@kartheekyakkala) in #17510
- astradb[patch]: fix core dep 3 by Erick Friis (@efriis) in #17617
- exa[patch]: fix lint by Erick Friis (@efriis) in #17610
- community: update copy of metadata in rockset vectorstore integration by morgana (@morganda) in #17612
- Allow LangSmith 0.1.* by William FH (@hinthornw) in #17567
- community: add fixes for AzureSearch after update to stable azure-search-documents library by Krista Pratico (@kristapratico) in #17599
- infra: ignore flakey lua test by Bagatur (@baskaryan) in #17618
- community[minor]: add exclude parameter to DirectoryLoader by Nejc Habjan (@nejch) in #17316
- watsonx[patch]: Invoke callback prior to yielding token when streaming by Mateusz Szewczyk (@MateuszOssGit) in #17625
- docs: update documentation for RunnableWithMessageHistory by ccurme (@ccurme) in #17602
- community: Use _AstraDBCollectionEnvironment in AstraDB VectorStore (community) by Christophe Bornet (@cbornet) in #17635
- docs: update astradb imports to in docs/sample notebook to import from partner package by Stefano Lottini (@hemidactylus) in #17627
- partners/astradb: Add dotenv to langchain-astradb integration tests by Christophe Bornet (@cbornet) in #17629
- [Langchain_community]: Corrected the imports to make them compatible with Sqlachemy <2.0 by Mohammad Mohtashim (@keenborder786) in #17653
- ci: rename makefile -> Makefile in docker by Eugene Yurtsev (@eyurtsev) in #17648
- community[patch]: add VoyageEmbeddings truncation by Bagatur (@baskaryan) in #17638
- [Feature][Vector Store]Support Apache Doris as vector store by Guangdong Liu (@liugddx) in #17527
- docs: Fix bug that caused the word "Beta" to appear twice in doc-strings by Leonid Ganeline (@leo-gan) in #17704
- [Langchain_Community]: OpenLLM Client Fixes + Added Timeout Parameter by Mohammad Mohtashim (@keenborder786) in #17478
- community: Add async methods to the AstraDB BaseStore by Christophe Bornet (@cbornet) in #16872
- langchain-community: LanceDB integration improvements/fixes by Raghav Dixit (@raghavdixit99) in #16173
- core[patch]: Release 0.1.24 by Bagatur (@baskaryan) in #17744
- Community: Fuse HuggingFace Endpoint-related classes into one by Aymeric Roucher (@aymeric-roucher) in #17254
- Amazon Personalize support on Langchain_experimental by Pranav Agarwal (@pranava-amzn) in #17436
- community: Fix AstraDBChatMessageHistory docstrings by Christophe Bornet (@cbornet) in #17740
- CogniSwitch Agent Toolkit for LangChain by CogniJT in #17312
- [community][vectorstores][surrealdb] bug fix - add empty metadata when metadata not provided by Karim Lalani (@lalanikarim) in #17669
- community[patch]: Release 0.0.21 by Bagatur (@baskaryan) in #17750
- infr...
v0.1.7
What's Changed
- Added LangGraph in framework parts of readme file by Kartheek Yakkala (@kartheekyakkala) in #17279
- google-vertexai[patch]: Fixed SafetySettings handling in streaming API in VertexAI by Ruben Hakopian (@rubenhak) in #17278
- google-genai[patch]: fix streaming, function calling by Erick Friis (@efriis) in #17268
- langchain_google_genai : Add missing _identifying_params property. by German Martin (@GMartin-dev) in #17224
- templates: simplify tool in gemini-functions-agent by Erick Friis (@efriis) in #17282
- google-genai[patch]: fix tool format, use protos by Erick Friis (@efriis) in #17284
- templates: simplify tool in gemini-functions-agent 2 by Erick Friis (@efriis) in #17283
- google-genai[patch]: release 0.0.8 by Erick Friis (@efriis) in #17285
- templates: gemini-functions-agent genai package bump by Erick Friis (@efriis) in #17286
- CI: Update documentation template by Eugene Yurtsev (@eyurtsev) in #17325
- community[patch]: Fix typo in milvus vectorstore by Kononov Pavel (@decentNick) in #17324
- core[patch]: Add unit test to cover different streaming format for json parsing by Eugene Yurtsev (@eyurtsev) in #17063
- docstrings
coreupdate by Leonid Ganeline (@leo-gan) in #16813 - docstrings
communityupdate by Leonid Ganeline (@leo-gan) in #16810 - partner: nvidia-ai-endpoints model arguments (i.e. temperature) on construction bug by Vadim Kudlay (@VKudlay) in #17290
- nvidia-ai-endpoints[patch]: release 0.0.3 by Erick Friis (@efriis) in #17345
- templates: gemini-functions-agent readme update by Erick Friis (@efriis) in #17288
- vertexai[patch]: rm deps by Bagatur (@baskaryan) in #17077
- Upgrade configuration for Ruff v0.2.0 by Charlie Marsh (@charliermarsh) in #16905
- Modify LLMs/Anyscale work with OpenAI API v1 by kYLe (@kylehh) in #14206
- Make some functions work with Milvus by Quang Hoa (@hoanq1811) in #10695
- community[patch]: Fix Milvus add texts when ids=None by Jael Gu (@jaelgu) in #17021
- infra: add print rule to ruff by Erick Friis (@efriis) in #16221
- Support serialization when inputs/outputs contain generators by William FH (@hinthornw) in #17338
- infra: no print in newer partner packages by Erick Friis (@efriis) in #17353
- cli[patch]: integration template nits by Bagatur (@baskaryan) in #14691
- Update chat_models.py by Sandeep Banerjee (@mlFanatic) in #16924
- Improve graph cypher qa prompt by Tomaz Bratanic (@tomasonjo) in #17380
- Updated doc for tools/pubmed with new functions: invoke. by Pennlaine (@PennlaineChu) in #17378
- docs: update documentation for file system tool integration by jiangzf93 in #17377
- community: add gpt-4-turbo and gpt-4-0125 costs by Massimiliano Pronesti (@mspronesti) in #17349
- tools:docs: update google_search.ipynb - change tool name by Michael Hunger (@jexp) in #17354
- Update �Docs for TFIDFRetriever Import Path by ByeongUk Choi (@ByeongUkChoi) in #17322
- add self discover notebook by Harrison Chase (@hwchase17) in #17387
- openai[patch]: code cleaning by Erick Friis (@efriis) in #17355
- community: Add mmr and similarity_score_threshold retrieval to DatabricksVectorSearch by david-tempelmann in #16829
- community: AWS Athena Document Loader by Abhijeeth Padarthi (@abhijeethp) in #15625
- google-genai[minor]: add safety settings by Aditya (@Adi8885) in #16836
- community: fixed vector similarity filtering by Spencer Kelly (@ablacklama) in #16967
- community[patch]: remove print by Bagatur (@baskaryan) in #17435
- docs: fix typo in vikingdb.ipynb by Ikko Eltociear Ashimine (@eltociear) in #17429
- infra: update pr template by Bagatur (@baskaryan) in #17437
- infra: pr template nit by Bagatur (@baskaryan) in #17438
- Updated docs for sitemap loader to use correct URL by Pennlaine (@PennlaineChu) in #17395
- docs:fix typo in question_answering quickstart.ipynb by Minseong Lee (@minseon9) in #17393
- community watsonx[patch]: Invoke callback prior to yielding token by Robby (@h0rv) in #17346
- community[patch]: doc loaders mypy fixes by Robby (@h0rv) in #17368
- Updated doc for integrations/chat/anthropic_functions #15664 by Naveenkhasyap (@Naveenkhasyap) in #17226
- community[patch]: give reranker default client val by Bagatur (@baskaryan) in #17289
- docs
Redispage update by Leonid Ganeline (@leo-gan) in #16906 - community:Add Pagination to GitHubIssuesLoader for Efficient GitHub Issues Retrieval by yin1991 (@xiaokuili) in #16934
- core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler by Eugene Yurtsev (@eyurtsev) in #17185
- Add async methods to InMemoryCache by Christophe Bornet (@cbornet) in #17425
- Add async methods to VectorStoreQATool by Christophe Bornet (@cbornet) in #16949
- community ollama[patch]: Invoke callback prior to yielding token by Robby (@h0rv) in #17348
- community: update AzureSearch class to work with azure-search-documents=11.4.0 by Lingzhen Chen (@lz-chen) in #15659
- docs: optimize memory usage by Zeeland (@Undertone0809) in #16876
- [community] docs: another auth method for ElasticsearchStore by Max Jakob (@maxjakob) in #16831
- core: unit testing
check_package_versionby James Braza (@jamesbraza) in #16825 - make
.gitignoreconsistent with standard python gitignore by Bhupesh Varshney (@Bhupesh-V) in #16828 - community: Enhancement/add proxy support playwrighturlloader 16751 by yin1991 (@xiaokuili) in #16822
- community: add delete method to rocksetdb vectorstore to support recordmanager by morgana (@morganda) in #17030
- Community: Fix github search issues and PRs PaginatedList has no len() error by Chris (@dbfr3qs) in #16806
- community[fix] - in FAISS vector store, support passing custom DocStore implementation when using from_xxx methods by Kapil Sachdeva (@ksachdeva) in #16801
- Core: Support .yml extension for YAML by Theo / Taeyoon Kang (@TykanN) in #16783
- community/SQLDatabase: Generalize and trim software tests by Andreas Motl (@amotl) in #16659
- feat(langchain): add FlashRank ranker by Massimiliano Pronesti (@mspronesti) in #16785
- [Community] infinity embeddings: update incorrect default url by Michael Feil (@michaelfeil) in #16759
- Langchain by mhavey in #16650
- docs: Fix broken link in LLMs index.mdx by Sheil Naik (@sheilnaik) in #16557
- docs: Fix broken link in summarization use-case by Preetam D'Souza (@pdsouza) in #16554
- community: Add pebblo safe document loader by Sridhar Ramaswamy (@srics) in #16862
- community: Fixed the 'aembed' method of 'CohereEmbeddings'. by Abhishek Jain (@abhi922) in #16497
- experimental[patch]: fix zero-shot pandas agent by Bagatur (@baskaryan) in #17442
- langchain[patch], templates[patch]: fix multi query retriever, web re… by Bagatur (@baskaryan) in #17434
- docs: add use case for managing chat messages via Apache Kafka by Merlin (@merlin-quix) in #16771
- Framework for supporting more languages in LanguageParser by Ian Gregory (@ThatsJustCheesy) in #13318
- core: improve None value processing in merge_dicts() by Sergey Kozlov (@skozlovf) in #17462
- google-genai[patch]: release 0.0.9, safety settings docs by Erick Friis (@efriis) in #17432
- pinecone[patch]: release 0.0.2rc0, remove simsimd dep by Erick Friis (@efriis) in #17469
- pinecone[patch]: poetry update by Erick Friis (@efriis) in #17471
- Langchain: Ensure that the Elasticsearch Query Translator functions accurately w… by Taha Khabouss (@khabouss) in #17044
*...
v0.1.6
What's Changed
- experimental[patch]: Release 0.0.50 by Bagatur (@baskaryan) in #16883
- infra: bump exp min test reqs by Bagatur (@baskaryan) in #16884
- docs: fix docstring examples by Bagatur (@baskaryan) in #16889
- langchain[patch]: Add async methods to MultiVectorRetriever by Christophe Bornet (@cbornet) in #16878
- docs: Indicated Guardrails for Amazon Bedrock preview status by Harelix (@harelix) in #16769
- Factorize AstraDB components constructors by Christophe Bornet (@cbornet) in #16779
- support LIKE comparator (full text match) in Qdrant by Qihui Xie (@xieqihui) in #12769
- infra: ci naming by Erick Friis (@efriis) in #16890
- Docs: Fixed grammatical mistake by Shorthills AI (@ShorthillsAI) in #16858
- Minor update to Nomic cookbook by Lance Martin (@rlancemartin) in #16886
- infra: ci naming 2 by Erick Friis (@efriis) in #16893
- refactor
langchain.prompts.example_selectorby Leonid Ganeline (@leo-gan) in #15369 - doc: fix typo in message_history.ipynb by akirawuc in #16877
- community: revert SQL Stores by Erick Friis (@efriis) in #16912
- langchain_openai[patch]: Invoke callback prior to yielding token by Eugene Yurtsev (@eyurtsev) in #16909
- docs: fix broken links by Erick Friis (@efriis) in #16855
- Fix loading of ImagePromptTemplate by William FH (@hinthornw) in #16868
- core[patch]: Hide aliases when serializing by William FH (@hinthornw) in #16888
- core[patch]: Remove deep copying of run prior to submitting it to LangChain Tracing by William FH (@hinthornw) in #16904
- core[minor]: add validation error handler to
BaseToolby H. Masui (@hmasdev) in #14007 - Updated integration doc for aleph alpha by Radhakrishnan (@rocky1405) in #16844
- core[patch]: fix chat prompt partial messages placeholder var by Bagatur (@baskaryan) in #16918
- core[patch]: Message content as positional arg by Bagatur (@baskaryan) in #16921
- core[patch]: doc init positional args by Bagatur (@baskaryan) in #16854
- community[docs]: add quantization to vllm and update API by Massimiliano Pronesti (@mspronesti) in #16950
- docs: BigQuery Vector Search went public review and updated docs by Ashley Xu (@ashleyxuu) in #16896
- core[patch]: Add doc-string to RunnableEach by Mohammad Mohtashim (@keenborder786) in #16892
- core[patch]: handle some optional cases in tools by Erick Friis (@efriis) in #16954
- docs: partner packages by Erick Friis (@efriis) in #16960
- infra: install integration deps for test linting by Erick Friis (@efriis) in #16963
- Update README.md by Bagatur (@baskaryan) in #16966
- langchain_mistralai[patch]: Invoke callback prior to yielding token by ccurme (@ccurme) in #16986
- openai[patch]: rm tiktoken model warning by Bagatur (@baskaryan) in #16964
- google-genai[patch]: fix new core typing by Erick Friis (@efriis) in #16988
- community[patch]: Correct the calling to collection_name in qdrant by Killinsun - Ryota Takeuchi (@killinsun) in #16920
- docs: Update ollama examples with new community libraries by Nicolas Grenié (@picsoung) in #17007
- langchain_core: Fixed bug in dict to message conversion. by Ryan Kraus (@rmkraus) in #17023
- Add async methods to BaseChatMessageHistory and BaseMemory by Christophe Bornet (@cbornet) in #16728
- Nvidia trt model name for stop_stream() by Mikhail Khludnev (@mkhludnev) in #16997
- core[patch]: Add langsmith to printed sys information by Eugene Yurtsev (@eyurtsev) in #16899
- docs: exa contents by Erick Friis (@efriis) in #16555
- add -p to mkdir in lint steps by Harrison Chase (@hwchase17) in #17013
- template: tool-retrieval-fireworks by Erick Friis (@efriis) in #17052
- pinecone: init pkg by Erick Friis (@efriis) in #16556
- community[patch]: fix agent_toolkits mypy by Bagatur (@baskaryan) in #17050
- Shield callback methods from cancellation: Fix interrupted runs marked as pending forever by Nuno Campos (@nfcampos) in #17010
- Fix condition on custom root type in runnable history by Nuno Campos (@nfcampos) in #17017
- partners: [NVIDIA AI Endpoints] Support User-Agent metadata and minor fixes. by Vadim Kudlay (@VKudlay) in #16942
- community[patch]: callbacks mypy fixes by Bagatur (@baskaryan) in #17058
- community[patch]: chat message history mypy fixes by Bagatur (@baskaryan) in #17059
- community[patch]: chat model mypy fixes by Bagatur (@baskaryan) in #17061
- Langchain:
json_chatdon't need stop sequenes by @calvinweb in #16335 - langchain: add partial parsing support to JsonOutputToolsParser by T Cramer (@Mercurrent) in #17035
- Community: Allow adding ARNs as model_id to support Amazon Bedrock custom models by Supreet Takkar (@supreetkt) in #16800
- Community: Add Progress bar to HuggingFaceEmbeddings by Tyler Titsworth (@tylertitsworth) in #16758
- Langchain Community: Fix the _call of HuggingFaceHub by Mohammad Mohtashim (@keenborder786) in #16891
- Community: MLflow callback update by Serena Ruan (@serena-ruan) in #16687
- docs: add 2 more tutorials to the list in youtube.mdx by IMRAN KHAN (@strongSoda) in #16998
- Docs: Fix Copilot name by Benjamin Muskalla (@bmuskalla) in #16956
- docs:Updating documentation for Konko provider by Shivani Modi (@shivanimodi16) in #16953
- fixing a minor grammatical mistake by Shorthills AI (@ShorthillsAI) in #16931
- docs: Fix typo in quickstart.ipynb by Nova Kwok (@n0vad3v) in #16859
- community:Breebs docs retriever by Alex Boury (@Poissecaille) in #16578
- add structured tools by Harrison Chase (@hwchase17) in #15772
- docs: update parse_partial_json source info by T Cramer (@Mercurrent) in #17036
- infra: fix breebs test lint by Bagatur (@baskaryan) in #17075
- docs: add youtube link by Bagatur (@baskaryan) in #17065
- Add prompt metadata + tags by William FH (@hinthornw) in #17054
- core[patch]: fix _sql_record_manager mypy for #17048 by Jimmy Moore (@moorej-oci) in #17073
- langchain_experimental: Fixes issue #17060 by Giulio Zani (@SalamanderXing) in #17062
- community: add integration_tests and coverage to MAKEFILE by Scott Nath (@scottnath) in #17053
- templates: bump by Erick Friis (@efriis) in #17074
- docs[patch]: Update streaming documentation by Eugene Yurtsev (@eyurtsev) in #17066
- core[patch]: Add astream events config test by Eugene Yurtsev (@eyurtsev) in #17055
- docs: fix typo in dspy.ipynb by Ikko Eltociear Ashimine (@eltociear) in #16996
- fixed import in
experimentalby Leonid Ganeline (@leo-gan) in #17078 - community: Fix error in
LlamaCppcommunity LLM with Configurable Fields, 'grammar' custom type not available by Frαnçois (@fpaupier) in #16995 - docs/docs/integrations/chat/mistralai.ipynb: update for version 0.1+ by Marc Mahe (@mtmahe) in #17011
- docs: update StreamlitCallbackHandler example by Yuki Oshima (@os1ma) in #16970
- docs: Link to Brave Website added by Jan de Boer (@janldeboer) in #16958
- community: Added new Utility runnables for NVIDIA Riva. by Ryan Kraus (@rmkraus) in #15966
- langchain:
output_parser.pyin conversation_chat is customizable by Henry (@hdnh2006) in #16945 - docs: Fix typo in amadeus.ipynb by 老阿張 (@laoazhang) in #16916
- new feature: add github file loader to load any github file content b… by Frank (@shufanhao) in #15305
- core[patch]: Release 0.1.19 by Bagatur (@baskaryan) in #17117
- Add SelfQueryRetriever support to PGVector by Junyoung Park (@Swalloow) in ...
v0.1.5
What's Changed
- openai[patch]: Explicitly support embedding dimensions by Bagatur (@baskaryan) in #16596
- google-vertexai[patch]: Release 0.0.3 by Bagatur (@baskaryan) in #16597
- openai[patch]: Release 0.0.5 by Bagatur (@baskaryan) in #16598
- Fixed tool names snake_case by Jatin Chawda (@jatinchawda1503) in #16397
- core[patch]: Update in code documentation for runnable with message history by Eugene Yurtsev (@eyurtsev) in #16585
- fix: inconsistent results with
RecursiveCharacterTextSplitter'sadd_start_index=Trueby Antonio Lanza (@antoniolanza1996) in #16583 - Langchain-community : EdenAI chat integration. by Ghani (@Daggx) in #16377
- core: expand docstring for RunnableParallel by ccurme (@ccurme) in #16600
- google-vertexai[patch]: streaming bug by Bagatur (@baskaryan) in #16603
- community: Add Baichuan Text Embedding Model and Baichuan Inc introduction by baichuan-assistant in #16568
- Docs: Fix typo in XML agent documentation by Callum (@CallumCM) in #16645
- community: Added support for Ollama's num_predict option in ChatOllama by Micah Parker (@micahparker) in #16633
- community[patch]: Update documentation to use 'model_id' rather than 'model_name' to match actual API by yin1991 (@xiaokuili) in #16615
- community: youtube loader transcript format by @sydneyidler in #16625
- Update openai_tools.ipynb by Seungwoo Ryu (@tryumanshow) in #16618
- Accept message-like things in Chat models, LLMs and MessagesPlaceholder by Nuno Campos (@nfcampos) in #16418
- Community: Ionic Tool by Jarod Stewart (@stewartjarod) in #16649
- In stream_event and stream_log handle closed streams by Nuno Campos (@nfcampos) in #16661
- [Fix] Fix Cassandra Document loader default page content mapper by Christophe Bornet (@cbornet) in #16273
- infra: delete old CI workflows by Bagatur (@baskaryan) in #16680
- [community] fix anthropic streaming by Harrison Chase (@hwchase17) in #16682
- docs: Fix broken link in CONTRIBUTING.md by Daniel Erenrich (@derenrich) in #16681
- WebBaseLoader: Add Cookie Support to Fetch Method by João Carlos Ferra de Almeida (@Jalmeida1994) in #16673
- docs
DeepInfraprovider page update by Leonid Ganeline (@leo-gan) in #16665 - community: Ollama - Pass headers to post request in async method by Zhuoyun(John) Xu (@zhxu73) in #16660
- Community: MLflowCallbackHandler -- Move textstat and spacy as optional dependency by Serena Ruan (@serena-ruan) in #16657
- community: apply embedding functions during query if defined by Rashedul Hasan Rijul (@Rijul1204) in #16646
- Error when importing packages from pydantic [docs] by ARKA1112 in #16564
- Image prompt template by William FH (@hinthornw) in #14263
- Add async methods to AstraDBLoader by Christophe Bornet (@cbornet) in #16652
- robocorp: release 0.0.2 by Erick Friis (@efriis) in #16706
- infra: move release workflow back by Erick Friis (@efriis) in #16707
- docs: remove iprogress warnings by Yelin Zhang (@Yelinz) in #16697
- Use Postponed Evaluation of Annotations in Astra and Cassandra doc loaders by Christophe Bornet (@cbornet) in #16694
- Community: Update Ionic Shopping Docs by Owen Sims (@owensims1) in #16700
- Core: fix Anthropic json issue in streaming by Tze Min (@tmin97) in #16670
- community: Wikidata tool support by Daniel Erenrich (@derenrich) in #16691
- Update
n_gpu_layers"s description by Bob Lin (@169) in #16685 - core: expand docstring for RunnableGenerator by ccurme (@ccurme) in #16672
- docs: Syntax correction according to langchain version update in 'Retry Parser' tutorial example by Choi JaeHun (@ash-hun) in #16699
- community: Fixed schema discrepancy in from_texts function for weaviate vectorstore by Pashva Mehta (@pashva) in #16693
- Update Slack agent toolkit by Lance Martin (@rlancemartin) in #16732
- langchain: pubmed tool path update in doc by Jonathan Bennion (@j-space-b) in #16716
- community: Added integrations for ThirdAI's NeuralDB with Retriever and VectorStore frameworks by Benito Geordie (@benitoThree) in #15280
- langchain-community: fix unicode escaping issue with SlackToolkit by taimo (@taimo3810) in #16616
- langchain_community: Update documentation for installing llama-cpp-python on windows by Abhinav (@blacksmithop) in #16666
- fix(experimental): missing resolution strategy in anonymization by Massimiliano Pronesti (@mspronesti) in #16653
- Implement TTL for DynamoDBChatMessageHistory by Anthony Bernabeu (@brnaba-aws) in #15478
- core[patch]: Release 0.1.17 by Bagatur (@baskaryan) in #16737
- templates: Ionic Shopping Assistant by Jarod Stewart (@stewartjarod) in #16648
- community: Add missing async similarity_distance_threshold handling in RedisVectorStoreRetriever by Michard Hugo (@HugoMichard) in #16359
- community: Milvus supports add & delete texts by ids by Jael Gu (@jaelgu) in #16256
- docs: Added illustration of using RetryOutputParser with LLMChain by Kirushikesh DB (@Kirushikesh) in #16722
- community:To adapt more parameters related to MemorySearchPayload for the search method of ZepChatMessageHistory by Elliot (@ElliotChina) in #15441
- Feat: support OpenAIAssistantRunnable async by chyroc (@chyroc) in #15302
- langchain, community: Implement Ontotext GraphDB QA Chain by Neli Hateva (@nelly-hateva) in #16019
- Harrison/activeloop ai tql deprecation by Harrison Chase (@hwchase17) in #14634
- Add Connery Tool and Toolkit by Volodymyr Machula (@machulav) in #14506
- Added annotations support to AOAI by Shay Ben Elazar (@shayben) in #13704
- PR: "docs: Remove accidental extra ``` in QuickStart doc." by Hank (@gthank) in #16740
- Update OctoAI LLM, Embedding and documentation by @AI-Bassem in #16710
- docs[minor]: LCEL rewrite of chatbot use-case by Jacob Lee (@jacoblee93) in #16414
- docs[patch]: Lower temperature in chatbot usecase notebooks for consistency by Jacob Lee (@jacoblee93) in #16750
- <langchain_community\llms\chatglm.py>: <Correcting "history"> by hulitaitai in #16729
- community: Add new fields in metadata for qdrant vector store by Killinsun - Ryota Takeuchi (@killinsun) in #16608
- core[patch]: preserve inspect.iscoroutinefunction with Beta Kuang (@beta) decorator by Yudhajit Sinha (@Lord-Haji) in #16440
- community: add support for callable filters in FAISS by Olivier Cornelis (@thiswillbeyourgithub) in #16190
- community: Add Baichuan LLM to community by baichuan-assistant in #16724
- Add async methods for the AstraDB VectorStore by Christophe Bornet (@cbornet) in #16391
- adding parameter for changing the language in SpacyEmbeddings by Marina Pliusnina (@MarinaPlius) in #15743
- community: Add ChatGLM3 by Bob Lin (@169) in #15265
- Fix rephrase step in chatbot use case by Jacob Lee (@jacoblee93) in #16763
- [partners]: langchain-robocorp ease dependency version by Rihards Gravis (@rihardsgravis) in #16765
- robocorp: release 0.0.3 by Erick Friis (@efriis) in #16789
- Report which file was errored on in DirectoryLoader by Alexander Conway (@alex-dr) in #16790
- docs: add csv use case by Bagatur (@baskaryan) in #16756
- Fix Dep Recommendation by William FH (@hinthornw) in #16793
- core[patch]: Update doc-string in base callback managers by Eugene Yurtsev (@eyurtsev) in #15885
- community[patch]: undo create_sql_agent breaking by Bagatur (@baskaryan) in #16797
- community: add the ability to load existing transcripts from AssemblyAI by their id. by Raphael (@RaphaelFavero) in #16051
- openai[minor]: change to secretstr by Erick Friis (@efriis) in htt...