Releases: langchain-ai/langchainjs
Releases Β· langchain-ai/langchainjs
Release 0.0.139
What's Changed
- Release 0.0.138 by @jacoblee93 in #2450
- Puigde/fix custom description from data source params by @puigde in #2454
- Add JS Run Collector by @hinthornw in #2458
- Adds experimental AnthropicFunctions wrapper by @jacoblee93 in #2459
- Runnable sequence tracing fixes by @jacoblee93 in #2451
- Adds XML Agent by @jacoblee93 in #2464
Full Changelog: 0.0.138...0.0.139
Release 0.0.138
What's Changed
- Release 0.0.137 by @jacoblee93 in #2439
- Add I/O to trace group by @hinthornw in #2434
- Use an isostring for run events time in tracer by @nfcampos in #2441
- zep/minor improvements, fixes, & bump zep-js version by @danielchalef in #2424
- feat(redis vectorstore): add deleteDocuments to redis vectorstore's dropIndex by @adam101 in #2445
- Minimax LLM Support by @ysnows in #2442
- Support all Ollama model options by @Basti-an in #2448
New Contributors
Full Changelog: 0.0.137...0.0.138
Release 0.0.137
What's Changed
- Release 0.0.136 by @jacoblee93 in #2428
- Revert Redis integration test by @jacoblee93 in #2429
- Recursive url fix by @skarard in #2432
- Local llama by @nigel-daniels in #2413
- Adds multi vector retriever by @jacoblee93 in #2438
New Contributors
- @nigel-daniels made their first contribution in #2413
Full Changelog: 0.0.136...0.0.137
Release 0.0.136
What's Changed
- Release 0.0.135 by @jacoblee93 in #2414
- Feat: Add collection metadata in ChromaDB vectorstore by @neebdev in #2415
- fix(issue: 2417): Fixed the bug that the call's values will be filted in RetrivealQaChain by @beita1 in #2418
- Automatically extract template variables by @NarHakobyan in #2334
- add wolframalpha tool by @arielhenryson in #2422
- Specify number of both child and parent documents in ParentDocumentRetriever by @karol-f in #2423
- Make Vectara metadata an object instead of an array by @3eif in #2426
- Fix: Allow Redis addDocuments without overriding existing keys by @Haim763 in #1555
New Contributors
- @beita1 made their first contribution in #2418
- @NarHakobyan made their first contribution in #2334
- @arielhenryson made their first contribution in #2422
- @Haim763 made their first contribution in #1555
Full Changelog: 0.0.135...0.0.136
Release 0.0.135
What's Changed
- Release 0.0.134 by @jacoblee93 in #2404
- feat: custom descriptions to SqlDatabase by @puigde in #2407
- Adds Notion docs by @jacoblee93 in #2409
- fix: improve the ChatConversationalAgentOutputParser filter for markd⦠by @Cesar-M-Diaz in #2377
- Feature: Add handleEvent callback by @mgce in #2025
- Add MongoDB chat message history by @neebdev in #2403
- feat: Add Writer support by @chase-crumbaugh in #2401
- Recursive k similarity search by @jacoblee93 in #2410
New Contributors
- @Cesar-M-Diaz made their first contribution in #2377
- @mgce made their first contribution in #2025
- @chase-crumbaugh made their first contribution in #2401
Full Changelog: 0.0.134...0.0.135
Release 0.0.134
What's Changed
- Release 0.0.133 by @jacoblee93 in #2390
- Initial hub integration by @jacoblee93 in #2400
- Add support for streaming responses for Amazon Bedrock LLM by @Benyuel in #2367
- Export CallbackManagerForRetrieverRun by @willemmulder in #2393
- fix: ListTablesSqlTool to consider includeTables and ignoreTables by @puigde in #2371
- Updated docs and metric types in langchain by @mpskex in #2394
- Ported Recursive URL Loader: From Python to TypeScript with Concurrency Support by @skarard in #2379
New Contributors
- @Benyuel made their first contribution in #2367
- @willemmulder made their first contribution in #2393
- @puigde made their first contribution in #2371
Full Changelog: 0.0.133...0.0.134
Release 0.0.133
What's Changed
- Release 0.0.132 by @jacoblee93 in #2357
- Fix serialisation of StrOutputParser and ByteOutputParser by @dqbd in #2368
- Add OpenAI fine tuning example to docs by @jacoblee93 in #2373
- Update INTEGRATIONS.md by @BitVoyagerMan in #2369
- Add documentation for Vectara addFiles function by @3eif in #2358
- Minor content correction on Agent Types doc's by @mannybecerra in #2364
- Update langsmith package version by @ppramesi in #2375
- Update ChatOllama instructions by @jacoblee93 in #2380
- onDocumentLoaded callback, rate limits & queue for NotionAPI document Loader by @skarard in #2164
- Update Node 16 installation instructions by @jacoblee93 in #2387
- Update retrieval docs, move embeddings docs by @jacoblee93 in #2388
- Implement Google Vertex AI Matching Engine. by @afirstenberg in #2340
- Feature executor handle parsing errors by @jacoblee93 in #2374
New Contributors
- @BitVoyagerMan made their first contribution in #2369
- @mannybecerra made their first contribution in #2364
Full Changelog: 0.0.132...0.0.133
Release 0.0.132
What's Changed
- Release 0.0.131 by @jacoblee93 in #2331
- Update docs by @jacoblee93 in #2330
- Adds docstrings to most modules and methods by @jacoblee93 in #2341
- Fix custom Anthropic API URL passing by @jacoblee93 in #2347
- Fix Anthropic header passing by @jacoblee93 in #2348
- Docs fixes by @jacoblee93 in #2350
- Update function calling chain docs by @jacoblee93 in #2352
- Add Vectara document metadata by @3eif in #2342
- Add Vectara addFile function (extends #2184) by @jacoblee93 in #2356
- support connect milvus with token, fix auto id by @nameczz in #2345
- Allow passing k number of documents to retrieve by ParentDocumentRetriever by @karol-f in #2351
New Contributors
Full Changelog: 0.0.131...0.0.132
Release 0.0.131
What's Changed
- Release 0.0.130 by @jacoblee93 in #2319
- Support tracing in minified environments, allow aliased loads by @jacoblee93 in #2328
- Fix runnable serialization by @jacoblee93 in #2329
- Fix: Supabase self-query "or" filters merge operator by @ppramesi in #2312
- fix: ERNIE-Bot-turbo supports temperature and more by @sunner in #2323
- feat: allow openai organization to be set from process.env by @mattzcarey in #2325
- Add size parameter to elastic search query #2229 by @mEliehl in #2306
New Contributors
- @mattzcarey made their first contribution in #2325
- @mEliehl made their first contribution in #2306
Full Changelog: 0.0.130...0.0.131
Release 0.0.130
What's Changed
- Release 0.0.129 by @jacoblee93 in #2296
- Check that env var is truthy by @hinthornw in #2289
- Properly mark peer deps as optional by @jacoblee93 in #2309
- Fix stored function message mapping to chat (#2303) by @Meelistenso in #2305
- update myscale default index type by @mpskex in #2308
- Implement YouTube transcripts loader by @tyumentsev4 in #2315
- OpenAIEmbeddings and CohereEmbeddings: Parallelize embedDocuments by @yroc92 in #2294
- Add examples to Azure OpenAI docs by @jacoblee93 in #2318
- add delete function to hnswlib index by @anandkumarpatel in #1599
New Contributors
- @Meelistenso made their first contribution in #2305
- @mpskex made their first contribution in #2308
- @anandkumarpatel made their first contribution in #1599
Full Changelog: 0.0.129...0.0.130