Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 61 of 68

0.0.80

Not secure
What's Changed
* Fix typos by VinceDerPrince in https://github.com/hwchase17/langchain/pull/929
* Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent by agola11 in https://github.com/hwchase17/langchain/pull/841
* Harrison/add roam loader by hwchase17 in https://github.com/hwchase17/langchain/pull/939
* bump version to 0080 by hwchase17 in https://github.com/hwchase17/langchain/pull/941

New Contributors
* VinceDerPrince made their first contribution in https://github.com/hwchase17/langchain/pull/929

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.79...v0.0.80

0.0.79

Not secure
What's Changed
* added i_end in batch extraction by jamescalam in https://github.com/hwchase17/langchain/pull/907
* Optionally return shell output on incorrect command (894) by hwchase17 in https://github.com/hwchase17/langchain/pull/899
* Add pinecone integration test by kwhuo68 in https://github.com/hwchase17/langchain/pull/911
* add unstructured examples by hwchase17 in https://github.com/hwchase17/langchain/pull/913
* Harrison/inference endpoint by hwchase17 in https://github.com/hwchase17/langchain/pull/861
* Harrison/sql rows by hwchase17 in https://github.com/hwchase17/langchain/pull/915
* Harrison/prompt template prefix by hwchase17 in https://github.com/hwchase17/langchain/pull/888
* analyze document by hwchase17 in https://github.com/hwchase17/langchain/pull/731
* fix docs custom prompt template by hwchase17 in https://github.com/hwchase17/langchain/pull/917
* add reqs by hwchase17 in https://github.com/hwchase17/langchain/pull/918
* remove unused buffer by hwchase17 in https://github.com/hwchase17/langchain/pull/919
* add GoogleDriveLoader by agola11 in https://github.com/hwchase17/langchain/pull/914
* Harrison/save faiss by hwchase17 in https://github.com/hwchase17/langchain/pull/916
* Harrison/obsidian by hwchase17 in https://github.com/hwchase17/langchain/pull/920
* Harrison/athropic by hwchase17 in https://github.com/hwchase17/langchain/pull/921
* Harrison/ver0079 by hwchase17 in https://github.com/hwchase17/langchain/pull/927

New Contributors
* kwhuo68 made their first contribution in https://github.com/hwchase17/langchain/pull/911

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.78...v0.0.79

0.0.78

Not secure
What's Changed
* Harrison/docs splitter by hwchase17 in https://github.com/hwchase17/langchain/pull/879
* Add to gallery by dartpain in https://github.com/hwchase17/langchain/pull/882
* prompt template from string by hwchase17 in https://github.com/hwchase17/langchain/pull/884
* fix flaky tests by hwchase17 in https://github.com/hwchase17/langchain/pull/892
* Get elements of ActionInput on newlines by sjwhitmore in https://github.com/hwchase17/langchain/pull/889
* Check type of LLM.generate `prompts` arg by baskaryan in https://github.com/hwchase17/langchain/pull/886
* Update pinecone init details in docs by jamescalam in https://github.com/hwchase17/langchain/pull/898
* chat vector db chain by hwchase17 in https://github.com/hwchase17/langchain/pull/902
* Harrison/unstructured support by hwchase17 in https://github.com/hwchase17/langchain/pull/903
* update docs by hwchase17 in https://github.com/hwchase17/langchain/pull/905
* bump version to 0078 by hwchase17 in https://github.com/hwchase17/langchain/pull/908

New Contributors
* dartpain made their first contribution in https://github.com/hwchase17/langchain/pull/882
* jamescalam made their first contribution in https://github.com/hwchase17/langchain/pull/898

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.77...v0.0.78

0.0.77

Not secure
What's Changed
* docs by hwchase17 in https://github.com/hwchase17/langchain/pull/848
* vercel deployments by hwchase17 in https://github.com/hwchase17/langchain/pull/850
* Add alternative token-based text splitter by kahkeng in https://github.com/hwchase17/langchain/pull/816
* Add retry to OpenAI llm by agola11 in https://github.com/hwchase17/langchain/pull/849
* Harrison/milvus by hwchase17 in https://github.com/hwchase17/langchain/pull/856
* fix length based example selector by hwchase17 in https://github.com/hwchase17/langchain/pull/862
* pass kwargs through to loading by hwchase17 in https://github.com/hwchase17/langchain/pull/863
* sql return direct by hwchase17 in https://github.com/hwchase17/langchain/pull/864
* validate template by hwchase17 in https://github.com/hwchase17/langchain/pull/865
* fix routing to tiktoken encoder by hwchase17 in https://github.com/hwchase17/langchain/pull/866
* Correct prompt typo + update example for SQLDatabaseChain by zachschillaci27 in https://github.com/hwchase17/langchain/pull/868
* Fix small typo in getting started docs by ryan-m-walker in https://github.com/hwchase17/langchain/pull/876
* version 0077 by hwchase17 in https://github.com/hwchase17/langchain/pull/878

New Contributors
* kahkeng made their first contribution in https://github.com/hwchase17/langchain/pull/816
* ryan-m-walker made their first contribution in https://github.com/hwchase17/langchain/pull/876

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.76...v0.0.77

0.0.76

Not secure
What's Changed
* Add 'truncate' parameter for CohereEmbeddings by ephe-meral in https://github.com/hwchase17/langchain/pull/798
* add to gallery by hwchase17 in https://github.com/hwchase17/langchain/pull/824
* Update __init__.py by Razcle in https://github.com/hwchase17/langchain/pull/827
* Fix typo in textsplitter docs by IstoraMandiri in https://github.com/hwchase17/langchain/pull/825
* Minor fix to SQLDatabaseChain doc by zachschillaci27 in https://github.com/hwchase17/langchain/pull/826
* Minor fix for google search util: it's uncertain if "snippet" in results exists by somejonus in https://github.com/hwchase17/langchain/pull/830
* Added new deployment template by mernit in https://github.com/hwchase17/langchain/pull/835
* Fix typo in crawler.py by eltociear in https://github.com/hwchase17/langchain/pull/842
* add from string method by hwchase17 in https://github.com/hwchase17/langchain/pull/820
* Update PAL to allow passing local and global context to PythonREPL by nickFurlotte in https://github.com/hwchase17/langchain/pull/774
* rfc: instruct embeddings by hwchase17 in https://github.com/hwchase17/langchain/pull/811
* return code for pal by hwchase17 in https://github.com/hwchase17/langchain/pull/844
* Harrison/ngram example by hwchase17 in https://github.com/hwchase17/langchain/pull/846
* bump version to 0076 by hwchase17 in https://github.com/hwchase17/langchain/pull/847

New Contributors
* Razcle made their first contribution in https://github.com/hwchase17/langchain/pull/827
* IstoraMandiri made their first contribution in https://github.com/hwchase17/langchain/pull/825
* zachschillaci27 made their first contribution in https://github.com/hwchase17/langchain/pull/826
* somejonus made their first contribution in https://github.com/hwchase17/langchain/pull/830
* mernit made their first contribution in https://github.com/hwchase17/langchain/pull/835
* nickFurlotte made their first contribution in https://github.com/hwchase17/langchain/pull/774

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.75...v0.0.76

0.0.75

Not secure
What's Changed
* add link for support by hwchase17 in https://github.com/hwchase17/langchain/pull/793
* Harrison/add link for support by hwchase17 in https://github.com/hwchase17/langchain/pull/794
* Harrison/tracing docs by hwchase17 in https://github.com/hwchase17/langchain/pull/804
* Harrison/tracing docs by hwchase17 in https://github.com/hwchase17/langchain/pull/806
* expose memory key name by hwchase17 in https://github.com/hwchase17/langchain/pull/808
* enable mmr search by hwchase17 in https://github.com/hwchase17/langchain/pull/807
* Centralize logic for loading from LangChainHub, add ability to pin dependencies by rowillia in https://github.com/hwchase17/langchain/pull/805
* docs: Update langchain link to PyPI by zurawiki in https://github.com/hwchase17/langchain/pull/800
* Pass kwargs from initialize_agent into agent classmethod by jxnl in https://github.com/hwchase17/langchain/pull/799
* Fix documentation for 'model' parameter in CohereEmbeddings by ephe-meral in https://github.com/hwchase17/langchain/pull/797
* Update cohere.py by bair82 in https://github.com/hwchase17/langchain/pull/795
* return sql intermediate steps by hwchase17 in https://github.com/hwchase17/langchain/pull/792
* conversational agent fix by hwchase17 in https://github.com/hwchase17/langchain/pull/818
* Harrison/tf embeddings by hwchase17 in https://github.com/hwchase17/langchain/pull/817
* bump version to 0075 by hwchase17 in https://github.com/hwchase17/langchain/pull/819

New Contributors
* zurawiki made their first contribution in https://github.com/hwchase17/langchain/pull/800
* ephe-meral made their first contribution in https://github.com/hwchase17/langchain/pull/797
* bair82 made their first contribution in https://github.com/hwchase17/langchain/pull/795

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.74...v0.0.75

Page 61 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.