Langchain

Latest version: v0.2.6

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

Scan your dependencies

Page 57 of 64

0.0.78

Not secure
What's Changed
* Release by nfcampos in https://github.com/hwchase17/langchainjs/pull/1318
* add support of parsing multi-line text by wizd in https://github.com/hwchase17/langchainjs/pull/1094
* changed TextSplitter class to align with langchain by ElektrikAtom in https://github.com/hwchase17/langchainjs/pull/668
* feat: add Faiss as VectorStore provider by ewfian in https://github.com/hwchase17/langchainjs/pull/685
* Allow creation of a SQL toolkit with a custom language model by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1321
* Strip matching quotes only in output parser 1200 by jollytoad in https://github.com/hwchase17/langchainjs/pull/1201
* Adds structured tool chat agent and DynamicStructuredTool class by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1103
* docs: Mendable Improvements by nickscamara in https://github.com/hwchase17/langchainjs/pull/1326

New Contributors
* wizd made their first contribution in https://github.com/hwchase17/langchainjs/pull/1094
* ElektrikAtom made their first contribution in https://github.com/hwchase17/langchainjs/pull/668
* ewfian made their first contribution in https://github.com/hwchase17/langchainjs/pull/685
* jollytoad made their first contribution in https://github.com/hwchase17/langchainjs/pull/1201

**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.77...0.0.78

0.0.77

Not secure
What's Changed
* Release by nfcampos in https://github.com/hwchase17/langchainjs/pull/1301
* Update vectorstore toolkit example by nfcampos in https://github.com/hwchase17/langchainjs/pull/1297
* Fix redis vector store docs by nfcampos in https://github.com/hwchase17/langchainjs/pull/1302
* Fix escaping of special characters in JsonListKeyTool by dqbd in https://github.com/hwchase17/langchainjs/pull/1306
* Improve chat conversation agent reliability by using an output fixing parser by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1292
* Always fetch tenant by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1304
* Add retries to tracer and client by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1303
* Handle incompatibility of `ChatOpenAI` with Azure OpenAI by yuku in https://github.com/hwchase17/langchainjs/pull/1307
* feat: Add sagemaker endpoint support by cmanou in https://github.com/hwchase17/langchainjs/pull/1267
* New feat: Self Query Retriever by ppramesi in https://github.com/hwchase17/langchainjs/pull/1266
* Example : pdf document_loader by JeremyFabrikapp in https://github.com/hwchase17/langchainjs/pull/1229
* (example): a small implementation of document loader from foler + splitter by JeremyFabrikapp in https://github.com/hwchase17/langchainjs/pull/1230
* Increase timeout for int tests by nfcampos in https://github.com/hwchase17/langchainjs/pull/1314
* Add option to return used SQL in SqlDatabaseChain by dqbd in https://github.com/hwchase17/langchainjs/pull/1313
* Add devcontainer and update readme badges by mdp in https://github.com/hwchase17/langchainjs/pull/1241
* Update entrypoints for self query retriever by nfcampos in https://github.com/hwchase17/langchainjs/pull/1315
* fix: maintain prefix in buffer window and buffer memory by aseem2625 in https://github.com/hwchase17/langchainjs/pull/1259
* Add verbose env var by nfcampos in https://github.com/hwchase17/langchainjs/pull/1317

New Contributors
* cmanou made their first contribution in https://github.com/hwchase17/langchainjs/pull/1267
* mdp made their first contribution in https://github.com/hwchase17/langchainjs/pull/1241
* aseem2625 made their first contribution in https://github.com/hwchase17/langchainjs/pull/1259

**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.76...0.0.77

0.0.76

Not secure
What's Changed
* Release by nfcampos in https://github.com/hwchase17/langchainjs/pull/1225
* Make dataset runner parallel by nfcampos in https://github.com/hwchase17/langchainjs/pull/1227
* [DOC] fix typo in few_shot.ts by CHAOWEICHIU in https://github.com/hwchase17/langchainjs/pull/1194
* Update prompts to prompt by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1236
* add mssql to the compatible database list for SqlDatabaseChain by MaximeThoonsen in https://github.com/hwchase17/langchainjs/pull/1169
* Adds chat model support in the LC+ dataset runner by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1232
* Update Chat Model Serialization by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1226
* [DOC] Fixing typos related in the sequential chain documentation by tomasperezv in https://github.com/hwchase17/langchainjs/pull/1237
* enhancement: add strategy to unstructured options by MthwRobinson in https://github.com/hwchase17/langchainjs/pull/1208
* Set default Unstructured strategy in constructor if none is provided by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1251
* Nc/tracer session ensure by nfcampos in https://github.com/hwchase17/langchainjs/pull/1238
* Relax restrictions on tracer parent runs missing from run map by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1242
* Implement new predict methods in baselangmodel by nfcampos in https://github.com/hwchase17/langchainjs/pull/1254
* [test-exports-esbuild] Add missing entrypoints by jeffreylin in https://github.com/hwchase17/langchainjs/pull/1228
* Nc/fix tracer chat output by nfcampos in https://github.com/hwchase17/langchainjs/pull/1253
* [FIX]: typo in example code in sqlchain section by Njima1572 in https://github.com/hwchase17/langchainjs/pull/1269
* Add Apify integration, update docs by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1271
* feat: Add Apify integration by jirimoravcik in https://github.com/hwchase17/langchainjs/pull/998
* Update to Use a Factory Method by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1250
* Add Environment Info to Run Logs by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1270
* Fix v1 tracer chat message handling by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1284
* Add Redis VectorStore by mvaker in https://github.com/hwchase17/langchainjs/pull/1153
* feat: entity memory by RohitMidha23 in https://github.com/hwchase17/langchainjs/pull/680
* Add Invocation Params to onLLMStart by vowelparrot in https://github.com/hwchase17/langchainjs/pull/1287
* chore: export conditional prompt selector by justindra in https://github.com/hwchase17/langchainjs/pull/1289
* fix: typo (missing word "simple") by dhruv-anand-aintech in https://github.com/hwchase17/langchainjs/pull/1285
* Fix linter by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1291
* Fix env detection for Deno in Supabase Edge Functions by dqbd in https://github.com/hwchase17/langchainjs/pull/1298
* Use a JS based tokenizer for token counting by dqbd in https://github.com/hwchase17/langchainjs/pull/1239

New Contributors
* CHAOWEICHIU made their first contribution in https://github.com/hwchase17/langchainjs/pull/1194
* tomasperezv made their first contribution in https://github.com/hwchase17/langchainjs/pull/1237
* jeffreylin made their first contribution in https://github.com/hwchase17/langchainjs/pull/1228
* Njima1572 made their first contribution in https://github.com/hwchase17/langchainjs/pull/1269
* jirimoravcik made their first contribution in https://github.com/hwchase17/langchainjs/pull/998
* mvaker made their first contribution in https://github.com/hwchase17/langchainjs/pull/1153
* dhruv-anand-aintech made their first contribution in https://github.com/hwchase17/langchainjs/pull/1285

**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.75...0.0.76

0.0.75

Not secure
What's Changed

0.0.74

Not secure
What's Changed
* Release by nfcampos in https://github.com/hwchase17/langchainjs/pull/1186
* Adds plan-and-execute style agent by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1199


**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.73...0.0.74

0.0.73

Not secure
What's Changed
* Add dynamodb chat message history by sousousore1 in https://github.com/hwchase17/langchainjs/pull/1016
* Fix typo in additional_functionality.mdx by zjmiller in https://github.com/hwchase17/langchainjs/pull/1151
* Update wording on vercel install instructions by nfcampos in https://github.com/hwchase17/langchainjs/pull/1165
* StructuredOutputParser prompt update to handle more complex schemas, adds an integration test by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1166
* Add new output parser CustomListOutputParser that allows for more specificity by JulienMartel in https://github.com/hwchase17/langchainjs/pull/1045
* Fix streaming for azure openai models which is slightly different and DONE is never triggered by nfcampos in https://github.com/hwchase17/langchainjs/pull/1167
* [Doc][QuickStart] Move steps forget to move by killinsun in https://github.com/hwchase17/langchainjs/pull/1163
* Moved handleChainEnd to After Context Update by bkodes in https://github.com/hwchase17/langchainjs/pull/1172
* Add missing createVectorStoreRouterAgent export by nSimonFR in https://github.com/hwchase17/langchainjs/pull/1178
* Add test-exports-esbuild by nfcampos in https://github.com/hwchase17/langchainjs/pull/1170
* Router chain (MultiRetrievalQAChain & MultiPromptChain) by ppramesi in https://github.com/hwchase17/langchainjs/pull/1150

Page 57 of 64

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.