Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 43 of 68

0.0.188

Not secure
What's Changed
* Add Feedback Methods + Evaluation examples by vowelparrot in https://github.com/hwchase17/langchain/pull/5166
* add allow_download as class attribute for GPT4All by Vokturz in https://github.com/hwchase17/langchain/pull/5512
* added DeepLearing.AI course link by leo-gan in https://github.com/hwchase17/langchain/pull/5518
* Skips creating boto client for Bedrock if passed in constructor by 3coins in https://github.com/hwchase17/langchain/pull/5523
* Add Managed Motorhead by softboyjimbo in https://github.com/hwchase17/langchain/pull/5507
* Replace enumerate with zip. by ttsugriy in https://github.com/hwchase17/langchain/pull/5527
* Add minor fixes for PySpark Document Loader Docs by rithwik-db in https://github.com/hwchase17/langchain/pull/5525
* docs: unstructured no longer requires installing detectron2 from source by MthwRobinson in https://github.com/hwchase17/langchain/pull/5524
* Replace list comprehension with generator. by ttsugriy in https://github.com/hwchase17/langchain/pull/5526
* Add param requests_kwargs for WebBaseLoader by sevendark in https://github.com/hwchase17/langchain/pull/5485
* Replace loop appends with list comprehension. by ttsugriy in https://github.com/hwchase17/langchain/pull/5528
* [retrievers][knn] Replace loop appends with list comprehension. by ttsugriy in https://github.com/hwchase17/langchain/pull/5529
* Fix wrong class instantiation in docs MMR example by tobiasvanderwerff in https://github.com/hwchase17/langchain/pull/5501
* Add texts with embeddings to PGVector wrapper by shenghann in https://github.com/hwchase17/langchain/pull/5500
* make BaseEntityStore inherit from BaseModel by aditivin in https://github.com/hwchase17/langchain/pull/5478
* docs `ecosystem/integrations` update 3 by leo-gan in https://github.com/hwchase17/langchain/pull/5470
* feat(integrations): Add WandbTracer by parambharat in https://github.com/hwchase17/langchain/pull/4521
* add maxcompute by dev2049 in https://github.com/hwchase17/langchain/pull/5533
* add brave search util by hwchase17 in https://github.com/hwchase17/langchain/pull/5538
* Corrects inconsistently misspelled variable name. by patrickkeane in https://github.com/hwchase17/langchain/pull/5559
* Qdrant self query by dev2049 in https://github.com/hwchase17/langchain/pull/5567
* bump 188 by dev2049 in https://github.com/hwchase17/langchain/pull/5568

New Contributors
* ttsugriy made their first contribution in https://github.com/hwchase17/langchain/pull/5527
* tobiasvanderwerff made their first contribution in https://github.com/hwchase17/langchain/pull/5501
* shenghann made their first contribution in https://github.com/hwchase17/langchain/pull/5500
* aditivin made their first contribution in https://github.com/hwchase17/langchain/pull/5478
* parambharat made their first contribution in https://github.com/hwchase17/langchain/pull/4521

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.187...v0.0.188

0.0.187

Not secure
What's Changed
* Fixed docstring in faiss.py for load_local by luckyduck in https://github.com/hwchase17/langchain/pull/5440
* Removes duplicated call from langchain/client/langchain.py by patrickkeane in https://github.com/hwchase17/langchain/pull/5449
* `encoding_kwargs` for InstructEmbeddings by Xmaster6y in https://github.com/hwchase17/langchain/pull/5450
* MRKL output parser no longer breaks well formed queries by ninjapenguin in https://github.com/hwchase17/langchain/pull/5432
* docs: cleaning by leo-gan in https://github.com/hwchase17/langchain/pull/5413
* Added async _acall to FakeListLLM by camille-vanhoffelen in https://github.com/hwchase17/langchain/pull/5439
* Feat: Add batching to Qdrant by kacperlukawski in https://github.com/hwchase17/langchain/pull/5443
* Update psychicapi version by Ayan-Bandyopadhyay in https://github.com/hwchase17/langchain/pull/5471
* Add maximal relevance search to SKLearnVectorStore by mrtj in https://github.com/hwchase17/langchain/pull/5430
* add simple test for imports by hwchase17 in https://github.com/hwchase17/langchain/pull/5461
* Ability to specify credentials wihen using Google BigQuery as a data loader by nsheils in https://github.com/hwchase17/langchain/pull/5466
* convert the parameter 'text' to uppercase in the function 'parse' of the class BooleanOutputParser by ARSblithe212 in https://github.com/hwchase17/langchain/pull/5397
* added n_threads functionality for gpt4all by Vokturz in https://github.com/hwchase17/langchain/pull/5427
* Allow for async use of SelfAskWithSearchChain by pors in https://github.com/hwchase17/langchain/pull/5394
* Allow ElasticsearchEmbeddings to create a connection with ES Client object by jeffvestal in https://github.com/hwchase17/langchain/pull/5321
* SQLite-backed Entity Memory by JoseHervas in https://github.com/hwchase17/langchain/pull/5129
* py tracer fixes by agola11 in https://github.com/hwchase17/langchain/pull/5377
* Harrison/html splitter by hwchase17 in https://github.com/hwchase17/langchain/pull/5468
* Feature: Qdrant filters supports by kacperlukawski in https://github.com/hwchase17/langchain/pull/5446
* Harrison/matching engine vectorstore by hwchase17 in https://github.com/hwchase17/langchain/pull/3350
* code splitter docs by hwchase17 in https://github.com/hwchase17/langchain/pull/5480
* Bedrock llm and embeddings by 3coins in https://github.com/hwchase17/langchain/pull/5464
* add more vars to text splitter by hwchase17 in https://github.com/hwchase17/langchain/pull/5503
* bump 187 by dev2049 in https://github.com/hwchase17/langchain/pull/5504

New Contributors
* luckyduck made their first contribution in https://github.com/hwchase17/langchain/pull/5440
* patrickkeane made their first contribution in https://github.com/hwchase17/langchain/pull/5449
* Xmaster6y made their first contribution in https://github.com/hwchase17/langchain/pull/5450
* camille-vanhoffelen made their first contribution in https://github.com/hwchase17/langchain/pull/5439
* nsheils made their first contribution in https://github.com/hwchase17/langchain/pull/5466
* ARSblithe212 made their first contribution in https://github.com/hwchase17/langchain/pull/5397
* Vokturz made their first contribution in https://github.com/hwchase17/langchain/pull/5427
* JoseHervas made their first contribution in https://github.com/hwchase17/langchain/pull/5129

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.186...v0.0.187

0.0.186

Not secure
What's Changed
* fix by dev2049 in https://github.com/hwchase17/langchain/pull/5457
* bump 186 by dev2049 in https://github.com/hwchase17/langchain/pull/5459


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.185...v0.0.186

0.0.185

Not secure
What's Changed
* Add ToolException that a tool can throw. by xming521 in https://github.com/hwchase17/langchain/pull/5050
* Harrison/text splitter by hwchase17 in https://github.com/hwchase17/langchain/pull/5417
* New Trello document loader by GDrupal in https://github.com/hwchase17/langchain/pull/4767
* DocumentLoader for GitHub by UmerHA in https://github.com/hwchase17/langchain/pull/5408
* Harrison/spark reader by hwchase17 in https://github.com/hwchase17/langchain/pull/5405
* Set old LCTracer to default to port 8000 by vowelparrot in https://github.com/hwchase17/langchain/pull/5381
* Rename and fix typo in lancedb by eddyxu in https://github.com/hwchase17/langchain/pull/5425
* Harrison/condense q llm by hwchase17 in https://github.com/hwchase17/langchain/pull/5438
* adding MongoDBAtlasVectorSearch by P-E-B in https://github.com/hwchase17/langchain/pull/5338
* Add more code splitters (go, rst, js, java, cpp, scala, ruby, php, swift, rust) by ByronHsu in https://github.com/hwchase17/langchain/pull/5171
* bump 185 by dev2049 in https://github.com/hwchase17/langchain/pull/5442

New Contributors
* xming521 made their first contribution in https://github.com/hwchase17/langchain/pull/5050
* GDrupal made their first contribution in https://github.com/hwchase17/langchain/pull/4767
* eddyxu made their first contribution in https://github.com/hwchase17/langchain/pull/5425
* P-E-B made their first contribution in https://github.com/hwchase17/langchain/pull/5338

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.184...v0.0.185

0.0.184

Not secure
What's Changed
* Add path validation to DirectoryLoader by os1ma in https://github.com/hwchase17/langchain/pull/5327
* Fix: Handle empty documents in ContextualCompressionRetriever (Issue 5304) by hanguofeng in https://github.com/hwchase17/langchain/pull/5306
* handle json parsing errors by hwchase17 in https://github.com/hwchase17/langchain/pull/5371
* Use Default Factory by vowelparrot in https://github.com/hwchase17/langchain/pull/5380
* Update PR template with Twitter handle request by jacoblee93 in https://github.com/hwchase17/langchain/pull/5382
* fix: Blob.from_data mimetype is lost by Digma in https://github.com/hwchase17/langchain/pull/5395
* Add async support to routing chains by amaudruz in https://github.com/hwchase17/langchain/pull/5373
* Fix update_document function, add test and documentation. by martinholecekmax in https://github.com/hwchase17/langchain/pull/5359
* Update llamacpp demonstration notebook by mmagnesium in https://github.com/hwchase17/langchain/pull/5344
* Removed deprecated llm attribute for load_chain by imeckr in https://github.com/hwchase17/langchain/pull/5343
* Harrison/llamacpp by hwchase17 in https://github.com/hwchase17/langchain/pull/5402
* Add pagination for Vertex AI embeddings by Jflick58 in https://github.com/hwchase17/langchain/pull/5325
* Reformat openai proxy setting as code by sevendark in https://github.com/hwchase17/langchain/pull/5330
* Harrison/deep infra by hwchase17 in https://github.com/hwchase17/langchain/pull/5403
* Harrison/prediction guard update by hwchase17 in https://github.com/hwchase17/langchain/pull/5404
* Implemented appending arbitrary messages by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/5293
* docs: `ecosystem/integrations` update 2 by leo-gan in https://github.com/hwchase17/langchain/pull/5282
* docs: `ecosystem/integrations` update 1 by leo-gan in https://github.com/hwchase17/langchain/pull/5219
* Harrison/datetime parser by hwchase17 in https://github.com/hwchase17/langchain/pull/4693
* bump version 184 by hwchase17 in https://github.com/hwchase17/langchain/pull/5407

New Contributors
* os1ma made their first contribution in https://github.com/hwchase17/langchain/pull/5327
* jacoblee93 made their first contribution in https://github.com/hwchase17/langchain/pull/5382
* Digma made their first contribution in https://github.com/hwchase17/langchain/pull/5395
* amaudruz made their first contribution in https://github.com/hwchase17/langchain/pull/5373
* martinholecekmax made their first contribution in https://github.com/hwchase17/langchain/pull/5359
* mmagnesium made their first contribution in https://github.com/hwchase17/langchain/pull/5344
* sevendark made their first contribution in https://github.com/hwchase17/langchain/pull/5330

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.183...v0.0.184

0.0.183

Not secure
What's Changed
* Fixes iter error in FAISS add_embeddings call by ninjapenguin in https://github.com/hwchase17/langchain/pull/5367
* revert bad json by hwchase17 in https://github.com/hwchase17/langchain/pull/5370
* bump to 183 by hwchase17 in https://github.com/hwchase17/langchain/pull/5372


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.182...v0.0.183

Page 43 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.