Releases: langchain-ai/langchainjs
Releases Β· langchain-ai/langchainjs
Release 0.0.209
What's Changed
- Release 0.0.208 by @jacoblee93 in #3677
- Updated docs to reflect usage of PaLM based classes by @alx13 in #3678
- mistral[minor]: Fix assigning class properties by @bracesproul in #3681
- docs[patch]: Use mixtral default model for togetherai by @bracesproul in #3679
- Fix 1 typo in Assistants Docs and added 2 extra suggestions by @SimplyJuanjo in #3680
- docs[patch]: Add section about req optional dep by @bracesproul in #3689
- core[patch]: Use an interface for runnables to allow more compatibility between core versions by @jacoblee93 in #3684
- core[patch]: Add LLM/ChatModel callbacks to cached generation by @gramliu in #3392
- integrations[minor]: Add readmes to add integrations, improve templat⦠by @bracesproul in #3683
- community[minor]: Jacob/vectara summarization by @jacoblee93 in #3636
- Add missing max_tokens option to TogetherAI by @skadefro in #3687
- community[patch]: Cassandra init improvements by @mieslep in #3579
- Update READMEs by @jacoblee93 in #3693
New Contributors
- @SimplyJuanjo made their first contribution in #3680
- @skadefro made their first contribution in #3687
Full Changelog: 0.0.208...0.0.209
Release 0.0.208
What's Changed
- Release 0.0.207 by @jacoblee93 in #3649
- Adds integration package installation instructions by @jacoblee93 in #3650
- Change wording by @jacoblee93 in #3652
- docs[patch]: Added missing LangSmith trace link in mistral docs by @bracesproul in #3659
- bugfixes in google Generative AI chat_model by @haouarihk in #3657
- Bump google genai version by @jacoblee93 in #3660
- community[major]: Add Together AI LLM integration by @bracesproul in #3627
- Update README and contributing guidelines by @jacoblee93 in #3666
- Update OpenAI embeddings
stripNewLines
to be defaultfalse
by @Knordy in #3612 - langchain[patch]: Fix invert runId and threadId by @shadyshoha in #3665
- experimental[patch]: Improve AutoGPT's output_parser to extract JSON code block by @mayt in #3656
- community[patch]: Fix RRF normalization and lucene characters for neo4j vector by @tomasonjo in #3653
- community[patch]: Update ElasticSearch mappings to successfully add documents from TextSplitter by @mattraibert in #3629
- docs[patch]: Update LangChain README by @jacoblee93 in #3669
- mistral[minor]: Dynamically import mistral by @bracesproul in #3670
- Bump version by @jacoblee93 in #3671
- Bump version by @jacoblee93 in #3672
- community[minor]: Adds chat endpoint and multimodal support for Ollama by @jacoblee93 in #3673
New Contributors
- @haouarihk made their first contribution in #3657
- @shadyshoha made their first contribution in #3665
- @mayt made their first contribution in #3656
- @mattraibert made their first contribution in #3629
Full Changelog: 0.0.207...0.0.208
Release 0.0.207
What's Changed
- Release 0.0.206 by @jacoblee93 in #3639
- Bump version by @jacoblee93 in #3640
- docs[patch]: Add yarn clean script to docs & run in build by @bracesproul in #3646
- docs[patch]: Don't use turbo to build api refs by @bracesproul in #3647
- langchain[patch]: Issue #2756 Add Qdrant custom payload on documents to query them by filter by @youngjaeheo2002 in #3431
- pass in authoptions correctly from initialization down to connection sdk by @pixelcatgg in #3598
- community[major]: Added integration with new Gemini API by @alx13 in #3621
- Update @langchain/google-genai versioning by @jacoblee93 in #3648
- Adds delete method to PGVectorStore by @MJDeligan in #3590
- Update AssemblyAI SDK by @Swimburger in #3599
- langchain-mistralai[major]: Add MistralAI chat and embed by @bracesproul in #3623
New Contributors
- @youngjaeheo2002 made their first contribution in #3431
- @pixelcatgg made their first contribution in #3598
- @alx13 made their first contribution in #3621
- @MJDeligan made their first contribution in #3590
Full Changelog: 0.0.206...0.0.207
Release 0.0.206
What's Changed
- Release 0.0.205 + core 0.1.0 by @jacoblee93 in #3631
- Add community as workspace dep to examples by @jacoblee93 in #3633
- api_refs[major]: Remove script, use custom typedoc plugin by @bracesproul in #3630
- Add README for community + core by @jacoblee93 in #3637
- Add Discord Tool by @Maanethdesilva in #3444
- community[patch]: removing null chars by @phof in #3628
- core[patch],community[patch]: Make traced DynamicTool runs use tool name by @jacoblee93 in #3635
- feat: add inference for RunnableMap RunOutput type by @dilling in #3517
New Contributors
- @Maanethdesilva made their first contribution in #3444
Full Changelog: 0.0.205...0.0.206
Release 0.0.205
What's Changed
- all[patch]: Ensure other subpackages are built before test/build by @jacoblee93 in #3624
Full Changelog: 0.0.204...0.0.205
Release 0.0.204
What's Changed
- Release 0.0.203 by @jacoblee93 in #3574
- Fix docs by @jacoblee93 in #3584
- Fix typo in example by @jacoblee93 in #3585
- core[docs]: Added get started page to LCEL by @bracesproul in #3571
- community[major]: Merge community by @jacoblee93 in #3610
- langchain[patch]: Build deps before testing by @bracesproul in #3618
- Release 0.0.204 by @jacoblee93 in #3619
Full Changelog: 0.0.203...0.0.204
Release 0.0.203
What's Changed
- Release 0.0.202 by @jacoblee93 in #3560
- chore: Upgrade Typescript to 5.1 by @dilling in #3562
- core[docs]: Docs & example for runnable history by @bracesproul in #3527
- core[chore]: widen semver range for langsmith by @falkenhawk in #3564
- docs[patch]: Use an example file for docs code examples by @bracesproul in #3567
- langchain[patch]: Update default PDF split lines separator by @jacoblee93 in #3568
- Bump core by @jacoblee93 in #3572
- langchain[minor]: Experimental Masking Module by @Jordan-Gilliam in #3548
New Contributors
- @dilling made their first contribution in #3562
- @falkenhawk made their first contribution in #3564
- @Jordan-Gilliam made their first contribution in #3548
Full Changelog: 0.0.202...0.0.203
Release 0.0.202
What's Changed
- Release 0.0.201 by @jacoblee93 in #3542
- Fix OpenAI agent docs by @jacoblee93 in #3543
- Update contributing guidelines by @jacoblee93 in #3550
- core[infra]: Adds turbo to core by @bracesproul in #3551
- docs[patch]: Agent pointer by @jacoblee93 in #3549
- Revert "all[chore]: Use turbo repo to build api refs, docs and more" by @bracesproul in #3535
- Upgrade xata client to 0.28.0 and apply required change by @tsg in #3553
- core[docs]: Docs for with listeners runnable method by @bracesproul in #3531
- langchain[docs]: agent stream example docs by @bracesproul in #3384
- core[patch]: Improve interaction with streams and Node's Readable.from() method by @jacoblee93 in #3556
- core[patch]: Simplify RunnableSequence transform implementation by @jacoblee93 in #3558
Full Changelog: 0.0.201...0.0.202
Release 0.0.201
What's Changed
- Release 0.0.200 by @jacoblee93 in #3498
- Added extra chat message class to types for history by @bracesproul in #3510
- chore(WatsonX.ai example): remove run by @chasemcdo in #3503
- core[patch]: Export Runnable history by @bracesproul in #3514
- chore(docs): add embedding integration contribution docs by @chasemcdo in #3493
- core[fix]: RunnableFunc config types by @bracesproul in #3513
- Bump core version by @jacoblee93 in #3515
- Adds npx create-langchain-integration command by @jacoblee93 in #3512
- all[chore]: Use turbo repo to build api refs, docs and more by @bracesproul in #3511
- fix: query parameters are not passed correctly to WolframAlpha API by @amellouki in #3502
- Fix linter warning by @jacoblee93 in #3528
- core[patch]: Reducing heap area consumption regardless of the number of prompts by @tsukasaoishi in #3519
- cr by @bracesproul in #3536
- core[tests]: Better tests for runnable history by @bracesproul in #3537
- docs[patch]: search experiment by @efriis in #3538
- Add Gmail Tool by @1239uth in #3438
- feat: Add ObsidianLoader to Document loaders by @eactisgrosso in #3494
- all[patch]: Add
.turbo/
to folders removed byyarn clean
by @bracesproul in #3540 - Add Connery Tool and Toolkit by @machulav in #3499
New Contributors
- @amellouki made their first contribution in #3502
- @tsukasaoishi made their first contribution in #3519
- @1239uth made their first contribution in #3438
- @eactisgrosso made their first contribution in #3494
Full Changelog: 0.0.200...0.0.201
Release 0.0.200
What's Changed
- langchain[patch]: Release 0.0.199 by @jacoblee93 in #3472
- chore: update contribution docs by @chasemcdo in #3481
- core[patch]: move more tests & test utils to core by @bracesproul in #3483
- core[patch]: Bump core by @jacoblee93 in #3486
- langchain[chore]: Remove duplicated code by @bracesproul in #3487
- langchain[patch]: Adds core tests to CI by @jacoblee93 in #3489
- langchain[patch]: Adds missing export by @jacoblee93 in #3490
- core[patch]: Catch tiktoken errors by @jacoblee93 in #3491
- langchain[patch]: onToken event added in ChatLlamaCpp call function by @shareefmorayur in #3443
- Fix build by @jacoblee93 in #3492
- core[minor]: Runnable with message history by @bracesproul in #3437
- langchain[patch]: feat(Gradient LLM Integration): Add fine-tuned adapter inference support by @chasemcdo in #3471
- langchain[minor]: feat(embedding integration): Gradient AI by @chasemcdo in #3475
- multi[patch]: Bump core deps by @jacoblee93 in #3495
- core[patch]: Fix token counting by @jacoblee93 in #3496
- langchain[patch]: Miscellaneous test fixes by @jacoblee93 in #3497
New Contributors
- @shareefmorayur made their first contribution in #3443
Full Changelog: 0.0.199...0.0.200