Langchain

Latest version: v0.2.5

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

Scan your dependencies

Page 56 of 63

0.0.82

Not secure
What's Changed
* Release by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1380
* Update lockfile by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1381
* Add docs on hidden faiss-node dependency, change unit test to an integration test by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1385
* Allow passing Anthropic apiUrl to ChatAnthropic constructor by humphd in https://github.com/hwchase17/langchainjs/pull/1391
* Fix ternary by nfcampos in https://github.com/hwchase17/langchainjs/pull/1393
* Update index.md(Fix typo) by ssh00n in https://github.com/hwchase17/langchainjs/pull/1397
* Scrape all pages, not only level 1 navigation by emilsedgh in https://github.com/hwchase17/langchainjs/pull/1191
* Feature: Google Vertex AI Embeddings model by afirstenberg in https://github.com/hwchase17/langchainjs/pull/1388
* Added google custom search as a tool by YIZHUANG in https://github.com/hwchase17/langchainjs/pull/1260
* feat: Created Upstash Redis Chat Memory for Edge and Serverless environments by henriquegdantas in https://github.com/hwchase17/langchainjs/pull/1346
* Add API chain by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1400
* Feature: Google Vertex AI Chat model by afirstenberg in https://github.com/hwchase17/langchainjs/pull/1384
* Adds Qdrant vector store by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1396

New Contributors
* humphd made their first contribution in https://github.com/hwchase17/langchainjs/pull/1391
* ssh00n made their first contribution in https://github.com/hwchase17/langchainjs/pull/1397
* emilsedgh made their first contribution in https://github.com/hwchase17/langchainjs/pull/1191
* YIZHUANG made their first contribution in https://github.com/hwchase17/langchainjs/pull/1260
* henriquegdantas made their first contribution in https://github.com/hwchase17/langchainjs/pull/1346

**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.81...0.0.82

0.0.81

Not secure
What's Changed

0.0.80

Not secure
What's Changed
* Release by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1375
* Added filter to ChromaDB vector store + update chroma package. by ppramesi in https://github.com/hwchase17/langchainjs/pull/1348
* ignore like .gitignore in GithubLoader by tonisives in https://github.com/hwchase17/langchainjs/pull/1177
* Feature: Google Vertex AI PaLM Support by afirstenberg in https://github.com/hwchase17/langchainjs/pull/1273
* Feature: Enhanced Document Splitting with Contextual Chunk Headers by mryraghi in https://github.com/hwchase17/langchainjs/pull/961
* Adds contribution guidelines for integrations by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1369
* Fix incorrect link in integration guide by jacoblee93 in https://github.com/hwchase17/langchainjs/pull/1377

New Contributors
* tonisives made their first contribution in https://github.com/hwchase17/langchainjs/pull/1177
* afirstenberg made their first contribution in https://github.com/hwchase17/langchainjs/pull/1273
* mryraghi made their first contribution in https://github.com/hwchase17/langchainjs/pull/961

**Full Changelog**: https://github.com/hwchase17/langchainjs/compare/0.0.79...0.0.80

0.0.79

Not secure
What's Changed

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

Page 56 of 63

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.