Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 41 of 68

0.0.200

Not secure
What's Changed
* Harrison/notebook functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6103
* Add support for tags by nfcampos in https://github.com/hwchase17/langchain/pull/5898
* support streaming for functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6115
* Return session name in runner response by vowelparrot in https://github.com/hwchase17/langchain/pull/6112
* add functions agent by hwchase17 in https://github.com/hwchase17/langchain/pull/6113
* bump ver to 200 by hwchase17 in https://github.com/hwchase17/langchain/pull/6130


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.199...v0.0.200

0.0.199

Not secure
What's Changed
* Mongo db doc fix by bafMdb in https://github.com/hwchase17/langchain/pull/6042
* chore: spedd up integration test by using smaller model by JensMadsen in https://github.com/hwchase17/langchain/pull/6044
* Text splitter for Markdown files by header by rlancemartin in https://github.com/hwchase17/langchain/pull/5860
* Log tracer errors by vowelparrot in https://github.com/hwchase17/langchain/pull/6066
* Add embaas document extraction api endpoints by juliuslipp in https://github.com/hwchase17/langchain/pull/6048
* improve tools by hwchase17 in https://github.com/hwchase17/langchain/pull/6062
* propogate kwargs fully by hwchase17 in https://github.com/hwchase17/langchain/pull/6076
* Enable serialization for anthropic by nfcampos in https://github.com/hwchase17/langchain/pull/6049
* turn off repr by hwchase17 in https://github.com/hwchase17/langchain/pull/6078
* Use Run object from SDK by vowelparrot in https://github.com/hwchase17/langchain/pull/6067
* Fix for ModuleNotFoundError while running langchain-server. Issue 5833 by solidate in https://github.com/hwchase17/langchain/pull/6077
* Add tests and update notebook for MarkdownHeaderTextSplitter by rlancemartin in https://github.com/hwchase17/langchain/pull/6069
* support functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6099
* convert tools to openai by hwchase17 in https://github.com/hwchase17/langchain/pull/6100
* Implement `max_marginal_relevance_search` in `VectorStore` of Pinecone by neo in https://github.com/hwchase17/langchain/pull/6056
* bump version to 199 by hwchase17 in https://github.com/hwchase17/langchain/pull/6102

New Contributors
* solidate made their first contribution in https://github.com/hwchase17/langchain/pull/6077
* neo made their first contribution in https://github.com/hwchase17/langchain/pull/6056

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.198...v0.0.199

0.0.198

Not secure
What's Changed
* Update databricks.md by eltociear in https://github.com/hwchase17/langchain/pull/6006
* [APIChain] enhance the robustness or url by jpzhangvincent in https://github.com/hwchase17/langchain/pull/6008
* feat: :sparkles: Added filtering option to FAISS vectorstore by vempaliakhil96 in https://github.com/hwchase17/langchain/pull/5966
* fix: TypeError when loading confluence pages by cql by haoqixu in https://github.com/hwchase17/langchain/pull/5878
* Harrison/embaas by hwchase17 in https://github.com/hwchase17/langchain/pull/6010
* I before E by vowelparrot in https://github.com/hwchase17/langchain/pull/6015
* nc/load by nfcampos in https://github.com/hwchase17/langchain/pull/5733
* Update check by vowelparrot in https://github.com/hwchase17/langchain/pull/6020
* Langchain decorators by ju-bezdek in https://github.com/hwchase17/langchain/pull/6017
* Remove from PR template by vowelparrot in https://github.com/hwchase17/langchain/pull/6018
* add from_documents interface in awadb vector store by ljeagle in https://github.com/hwchase17/langchain/pull/6023
* Harrison/hologres by hwchase17 in https://github.com/hwchase17/langchain/pull/6012
* Update MongoDB Atlas support docs by bafMdb in https://github.com/hwchase17/langchain/pull/6022
* add dashscope text embedding by wenmengzhou in https://github.com/hwchase17/langchain/pull/5929
* Harrison/cognitive search by hwchase17 in https://github.com/hwchase17/langchain/pull/6011
* bump ver to 198 by hwchase17 in https://github.com/hwchase17/langchain/pull/6026

New Contributors
* haoqixu made their first contribution in https://github.com/hwchase17/langchain/pull/5878
* ju-bezdek made their first contribution in https://github.com/hwchase17/langchain/pull/6017
* bafMdb made their first contribution in https://github.com/hwchase17/langchain/pull/6022
* wenmengzhou made their first contribution in https://github.com/hwchase17/langchain/pull/5929

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.197...v0.0.198

0.0.197

Not secure
What's Changed
* Fix: SnowflakeLoader returning empty documents by kaarthik108 in https://github.com/hwchase17/langchain/pull/5967
* Fixed typo missing "use" by constDave in https://github.com/hwchase17/langchain/pull/5991
* add test for structured tools by hwchase17 in https://github.com/hwchase17/langchain/pull/5989
* Fix handling of missing action & input for async MRKL agent by danielgrittner in https://github.com/hwchase17/langchain/pull/5985
* Add additional parameters to Graph Cypher Chain by tomasonjo in https://github.com/hwchase17/langchain/pull/5979
* Add a new vector store - AwaDB (5971) by hwchase17 in https://github.com/hwchase17/langchain/pull/5992
* Create Airtable loader by rlancemartin in https://github.com/hwchase17/langchain/pull/5958
* feat: Add `UnstructuredXMLLoader` for `.xml` files by qued in https://github.com/hwchase17/langchain/pull/5955
* Update to Vectara integration by ofermend in https://github.com/hwchase17/langchain/pull/5950
* fix: use model token limit not tokenizer ditto by JensMadsen in https://github.com/hwchase17/langchain/pull/5939
* Fix: Grammer fix in documentation by sateesh2020 in https://github.com/hwchase17/langchain/pull/5925
* Fix IndexError in RecursiveCharacterTextSplitter by TomTom101 in https://github.com/hwchase17/langchain/pull/5902
* add ocr_languages param for ConfluenceLoader.load() by timeway in https://github.com/hwchase17/langchain/pull/5823
* Harrison/arxiv fix by hwchase17 in https://github.com/hwchase17/langchain/pull/5993
* Obey handler.raise_error in _ahandle_event_for_handler by pors in https://github.com/hwchase17/langchain/pull/6001
* support kwargs by hwchase17 in https://github.com/hwchase17/langchain/pull/5990
* bump version to 197 by hwchase17 in https://github.com/hwchase17/langchain/pull/6007

New Contributors
* kaarthik108 made their first contribution in https://github.com/hwchase17/langchain/pull/5967
* constDave made their first contribution in https://github.com/hwchase17/langchain/pull/5991
* danielgrittner made their first contribution in https://github.com/hwchase17/langchain/pull/5985
* sateesh2020 made their first contribution in https://github.com/hwchase17/langchain/pull/5925
* TomTom101 made their first contribution in https://github.com/hwchase17/langchain/pull/5902
* timeway made their first contribution in https://github.com/hwchase17/langchain/pull/5823

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.196...v0.0.197

0.0.196

Not secure
What's Changed
* Add load() to snowflake loader by rlancemartin in https://github.com/hwchase17/langchain/pull/5956
* LOTR: Lord of the Retrievers. A retriever that merge several retrievers together applying document_formatters to them. by GDrupal in https://github.com/hwchase17/langchain/pull/5798
* bump version to 196 by hwchase17 in https://github.com/hwchase17/langchain/pull/5988


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.195...v0.0.196

0.0.195

Not secure
What's Changed
* fix: update qa_chain doc for "chai_type" by warjiang in https://github.com/hwchase17/langchain/pull/5877
* Update run eval imports in init by vowelparrot in https://github.com/hwchase17/langchain/pull/5858
* Fix the shortcut conflict for document page search by xming521 in https://github.com/hwchase17/langchain/pull/5874
* Fixes model arguments for amazon models by 3coins in https://github.com/hwchase17/langchain/pull/5896
* Feature/add AWS Kendra Index Retriever by hupe1980 in https://github.com/hwchase17/langchain/pull/5856
* Use LCP Client in Tracer by vowelparrot in https://github.com/hwchase17/langchain/pull/5908
* Create snowflake Loader by sergiolrinditex in https://github.com/hwchase17/langchain/pull/5825
* arxiv: Correct name of search client attribute to 'arxiv_search' from incorrect 'arxiv_client' by spazm in https://github.com/hwchase17/langchain/pull/5917
* Fix typo by TLazarevic in https://github.com/hwchase17/langchain/pull/5894
* Baseten integration by philipkiely-baseten in https://github.com/hwchase17/langchain/pull/5862
* Add start index to metadata in TextSplitter by felpigeon in https://github.com/hwchase17/langchain/pull/5912
* Fix openai proxy error by Fei-Wang in https://github.com/hwchase17/langchain/pull/5914
* Fix the issue where the parameters passed to VertexAI ignored 5889 by BigicecreamTaken in https://github.com/hwchase17/langchain/pull/5891
* Add support for the endpoint URL in DynamoDBChatMesasgeHistory by rubms in https://github.com/hwchase17/langchain/pull/5836
* Expose full params in Qdrant by kacperlukawski in https://github.com/hwchase17/langchain/pull/5947
* fixes to docs by hwchase17 in https://github.com/hwchase17/langchain/pull/5919
* bump ver to 195 by hwchase17 in https://github.com/hwchase17/langchain/pull/5949

New Contributors
* hupe1980 made their first contribution in https://github.com/hwchase17/langchain/pull/5856
* sergiolrinditex made their first contribution in https://github.com/hwchase17/langchain/pull/5825
* TLazarevic made their first contribution in https://github.com/hwchase17/langchain/pull/5894
* philipkiely-baseten made their first contribution in https://github.com/hwchase17/langchain/pull/5862
* Fei-Wang made their first contribution in https://github.com/hwchase17/langchain/pull/5914
* BigicecreamTaken made their first contribution in https://github.com/hwchase17/langchain/pull/5891
* rubms made their first contribution in https://github.com/hwchase17/langchain/pull/5836

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.194...v0.0.195

Page 41 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.