Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 45 of 68

0.0.176

Not secure
What's Changed
* Fix annoying typo in docs by tornikeo in https://github.com/hwchase17/langchain/pull/5029
* Add documentation for Databricks integration by gengliangwang in https://github.com/hwchase17/langchain/pull/5013
* DOC: Misspelling in agents.rst documentation by jeffzheng13 in https://github.com/hwchase17/langchain/pull/5038
* change to type checking by hwchase17 in https://github.com/hwchase17/langchain/pull/5062
* Harrison/psychic by hwchase17 in https://github.com/hwchase17/langchain/pull/5063
* bump to 176 by hwchase17 in https://github.com/hwchase17/langchain/pull/5064

New Contributors
* tornikeo made their first contribution in https://github.com/hwchase17/langchain/pull/5029
* jeffzheng13 made their first contribution in https://github.com/hwchase17/langchain/pull/5038

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.175...v0.0.176

0.0.175

Not secure
What's Changed
* Remove autoreload in examples by gengliangwang in https://github.com/hwchase17/langchain/pull/4994
* Bug fixes and error handling in Redis - Vectorstore by iamadhee in https://github.com/hwchase17/langchain/pull/4932
* Add async search with relevance score by jpzhangvincent in https://github.com/hwchase17/langchain/pull/4558
* Make test gha workflow manually runnable by dev2049 in https://github.com/hwchase17/langchain/pull/4998
* Adds 'IN' metadata filter for pgvector for checking set presence by eyurtsev in https://github.com/hwchase17/langchain/pull/4982
* Update python.py by pengwork in https://github.com/hwchase17/langchain/pull/4971
* PGVector logger message level by jmtristancho in https://github.com/hwchase17/langchain/pull/4920
* feature/4493 Improve Evernote Document Loader by MikeMcGarry in https://github.com/hwchase17/langchain/pull/4577
* Fix graphql tool by dev2049 in https://github.com/hwchase17/langchain/pull/4984
* changed ValueError to ImportError by leo-gan in https://github.com/hwchase17/langchain/pull/5006
* docs: Big Mendable Improvements by nickscamara in https://github.com/hwchase17/langchain/pull/4964
* added instruction about pip install google-gerativeai by leo-gan in https://github.com/hwchase17/langchain/pull/5004
* Update the GPTCache example by SimFG in https://github.com/hwchase17/langchain/pull/4985
* Revert "API update: Engines -> Models (4915)" by dev2049 in https://github.com/hwchase17/langchain/pull/5008
* Add self query translator for weaviate vectorstore by domchan in https://github.com/hwchase17/langchain/pull/4804
* Check for single prompt in __call__ method of the BaseLLM class by mwinterde in https://github.com/hwchase17/langchain/pull/4892
* Add logs command by vowelparrot in https://github.com/hwchase17/langchain/pull/5007
* fix prompt saving by dev2049 in https://github.com/hwchase17/langchain/pull/4987
* Streaming only final output of agent (2483) by UmerHA in https://github.com/hwchase17/langchain/pull/4630
* bump v175 by dev2049 in https://github.com/hwchase17/langchain/pull/5041

New Contributors
* iamadhee made their first contribution in https://github.com/hwchase17/langchain/pull/4932
* jpzhangvincent made their first contribution in https://github.com/hwchase17/langchain/pull/4558
* pengwork made their first contribution in https://github.com/hwchase17/langchain/pull/4971
* jmtristancho made their first contribution in https://github.com/hwchase17/langchain/pull/4920
* MikeMcGarry made their first contribution in https://github.com/hwchase17/langchain/pull/4577
* domchan made their first contribution in https://github.com/hwchase17/langchain/pull/4804
* mwinterde made their first contribution in https://github.com/hwchase17/langchain/pull/4892

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.174...v0.0.175

0.0.174

Not secure
What's Changed
* Load specific file types from Google Drive (issue 4878) by eyurtsev in https://github.com/hwchase17/langchain/pull/4926
* API update: Engines -> Models by assert6 in https://github.com/hwchase17/langchain/pull/4915
* feat 4479: TextLoader auto detect encoding and improved exceptions by eyurtsev in https://github.com/hwchase17/langchain/pull/4927
* Fix bilibili by yuekaizhang in https://github.com/hwchase17/langchain/pull/4860
* Add human message as input variable to chat agent prompt creation by richardyc in https://github.com/hwchase17/langchain/pull/4542
* add alias for model by hwchase17 in https://github.com/hwchase17/langchain/pull/4553
* dont error on sql import by hwchase17 in https://github.com/hwchase17/langchain/pull/4647
* docs: compound ecosystem and integrations by leo-gan in https://github.com/hwchase17/langchain/pull/4870
* Update GPT4ALL integration by Chae4ek in https://github.com/hwchase17/langchain/pull/4567
* FIX: GPTCache cache_obj creation loop by elBarkey in https://github.com/hwchase17/langchain/pull/4827
* Redis kwargs fix by dev2049 in https://github.com/hwchase17/langchain/pull/4936
* Update redis integration tests by dev2049 in https://github.com/hwchase17/langchain/pull/4937
* docs supabase update by leo-gan in https://github.com/hwchase17/langchain/pull/4935
* Correct typo in APIChain example notebook (Farenheit -> Fahrenheit) by verygoodsoftwarenotvirus in https://github.com/hwchase17/langchain/pull/4938
* fix: error in example code by so2liu in https://github.com/hwchase17/langchain/pull/4930
* Update custom_multi_action_agent.ipynb by vishwa-rn in https://github.com/hwchase17/langchain/pull/4931
* docs: added `ecosystem/dependents` page by leo-gan in https://github.com/hwchase17/langchain/pull/4941
* docs: vectorstores, different updates and fixes by leo-gan in https://github.com/hwchase17/langchain/pull/4939
* Chatconv agent: output parser exception by blob42 in https://github.com/hwchase17/langchain/pull/4923
* Zep Retriever - Vector Search Over Chat History by danielchalef in https://github.com/hwchase17/langchain/pull/4533
* Fix get_num_tokens for Anthropic models by jarib in https://github.com/hwchase17/langchain/pull/4911
* NIT: Instead of hardcoding k in each definition, define it as a param above. by scafati98 in https://github.com/hwchase17/langchain/pull/2675
* [nit] Simplify Spark Creation Validation Check A Little Bit by skcoirz in https://github.com/hwchase17/langchain/pull/4761
* Fix for syntax when setting search_path for Snowflake database by aboland in https://github.com/hwchase17/langchain/pull/4747
* Harrison/spell executor by hwchase17 in https://github.com/hwchase17/langchain/pull/4914
* Add Spark SQL support (4602) by hwchase17 in https://github.com/hwchase17/langchain/pull/4956
* Support Databricks in SQLDatabase by gengliangwang in https://github.com/hwchase17/langchain/pull/4702
* Fixed assumptions misspelling by rahulroxx in https://github.com/hwchase17/langchain/pull/4961
* Update tutorials.md by edrickdch in https://github.com/hwchase17/langchain/pull/4960
* Update planner_prompt.py by vishwa-rn in https://github.com/hwchase17/langchain/pull/4967
* power bi api wrapper integration tests & bug fix by eyurtsev in https://github.com/hwchase17/langchain/pull/4983
* bump v0.0.174 by dev2049 in https://github.com/hwchase17/langchain/pull/4988

New Contributors
* yuekaizhang made their first contribution in https://github.com/hwchase17/langchain/pull/4860
* richardyc made their first contribution in https://github.com/hwchase17/langchain/pull/4542
* Chae4ek made their first contribution in https://github.com/hwchase17/langchain/pull/4567
* elBarkey made their first contribution in https://github.com/hwchase17/langchain/pull/4827
* verygoodsoftwarenotvirus made their first contribution in https://github.com/hwchase17/langchain/pull/4938
* so2liu made their first contribution in https://github.com/hwchase17/langchain/pull/4930
* vishwa-rn made their first contribution in https://github.com/hwchase17/langchain/pull/4931
* jarib made their first contribution in https://github.com/hwchase17/langchain/pull/4911
* scafati98 made their first contribution in https://github.com/hwchase17/langchain/pull/2675
* aboland made their first contribution in https://github.com/hwchase17/langchain/pull/4747
* rahulroxx made their first contribution in https://github.com/hwchase17/langchain/pull/4961
* edrickdch made their first contribution in https://github.com/hwchase17/langchain/pull/4960

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.173...v0.0.174

0.0.173

Not secure
What's Changed
* Hugging Face Loader: Add lazy load by eyurtsev in https://github.com/hwchase17/langchain/pull/4799
* Fix TypeError in Vectorstore Redis class methods by TheCulliganMan in https://github.com/hwchase17/langchain/pull/4857
* Add beautiful soup 4 to extended testing extra by eyurtsev in https://github.com/hwchase17/langchain/pull/4869
* Remove unused variables in Milvus vectorstore by larry-fuy in https://github.com/hwchase17/langchain/pull/4868
* Update getting_started.ipynb by justinlevi in https://github.com/hwchase17/langchain/pull/4850
* docs `retriever` improvements by leo-gan in https://github.com/hwchase17/langchain/pull/4430
* fix homepage typo by cjcjameson in https://github.com/hwchase17/langchain/pull/4883
* Tiny code review and docs fix for Docugami DataLoader by tjaffri in https://github.com/hwchase17/langchain/pull/4877
* feat(Add FastAPI + Vercel deployment option): by msoedov in https://github.com/hwchase17/langchain/pull/4520
* Bold Crumbs by vowelparrot in https://github.com/hwchase17/langchain/pull/4876
* ConversationalChatAgent: Allow customizing `TEMPLATE_TOOL_RESPONSE` by FOLLGAD in https://github.com/hwchase17/langchain/pull/2361
* Faiss no avx2 by dev2049 in https://github.com/hwchase17/langchain/pull/4895
* Add a generic document loader by eyurtsev in https://github.com/hwchase17/langchain/pull/4875
* Add html parsers by eyurtsev in https://github.com/hwchase17/langchain/pull/4874
* Cadlabs/python tool sanitization by dev2049 in https://github.com/hwchase17/langchain/pull/4754
* Zep memory by dev2049 in https://github.com/hwchase17/langchain/pull/4898
* Update gallery by dev2049 in https://github.com/hwchase17/langchain/pull/4873
* Fix AzureOpenAI embeddings documentation example. model -> deployment by IsmaelGSerrano in https://github.com/hwchase17/langchain/pull/4389
* Update getting_started.md by bongsang in https://github.com/hwchase17/langchain/pull/4482
* docs: text splitters improvements by leo-gan in https://github.com/hwchase17/langchain/pull/4490
* Harrison/serper api bug by hwchase17 in https://github.com/hwchase17/langchain/pull/4902
* Harrison/faiss norm by hwchase17 in https://github.com/hwchase17/langchain/pull/4903
* Harrison/improved retry tool by hwchase17 in https://github.com/hwchase17/langchain/pull/4842
* Harrison/unified objectives by hwchase17 in https://github.com/hwchase17/langchain/pull/4905
* bump version to 173 by hwchase17 in https://github.com/hwchase17/langchain/pull/4910

New Contributors
* TheCulliganMan made their first contribution in https://github.com/hwchase17/langchain/pull/4857
* larry-fuy made their first contribution in https://github.com/hwchase17/langchain/pull/4868
* justinlevi made their first contribution in https://github.com/hwchase17/langchain/pull/4850
* cjcjameson made their first contribution in https://github.com/hwchase17/langchain/pull/4883
* msoedov made their first contribution in https://github.com/hwchase17/langchain/pull/4520
* FOLLGAD made their first contribution in https://github.com/hwchase17/langchain/pull/2361
* IsmaelGSerrano made their first contribution in https://github.com/hwchase17/langchain/pull/4389

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.172...v0.0.173

0.0.172

Not secure
What's Changed
* Github Action: Fix poetry lock file checking by eyurtsev in https://github.com/hwchase17/langchain/pull/4789
* Fix typo in dataframe.py by eltociear in https://github.com/hwchase17/langchain/pull/4786
* Add check to verify poetry.toml by eyurtsev in https://github.com/hwchase17/langchain/pull/4794
* Update google protobuf dep by eyurtsev in https://github.com/hwchase17/langchain/pull/4798
* Docugami docs: First cell should be a title cell by eyurtsev in https://github.com/hwchase17/langchain/pull/4735
* Remove unnecessary spaces from document object’s page_content of BiliBiliLoader by liaokongVFX in https://github.com/hwchase17/langchain/pull/4619
* Block sockets for unit-tests by eyurtsev in https://github.com/hwchase17/langchain/pull/4803
* Catch changes to test group by eyurtsev in https://github.com/hwchase17/langchain/pull/4802
* Change server start name by vowelparrot in https://github.com/hwchase17/langchain/pull/4811
* fix(document_loaders/telegram): fix pandas calls + add tests by 0xRaduan in https://github.com/hwchase17/langchain/pull/4806
* Specify which data to return from chromadb by mandgie in https://github.com/hwchase17/langchain/pull/4393
* Add Confluence Loader unit tests by adamjq in https://github.com/hwchase17/langchain/pull/3333
* Accept uuids kwargs for weaviate by yujiosaka in https://github.com/hwchase17/langchain/pull/4800
* Update twitter-the-algorithm-analysis-deeplake.ipynb by prateekkeshari in https://github.com/hwchase17/langchain/pull/4812
* Fix age inconsistency in plan and execute Jupyter notebook example by keenangraham in https://github.com/hwchase17/langchain/pull/4814
* Cleanup and added dependencies to make example executable by pors in https://github.com/hwchase17/langchain/pull/4795
* Added dependencies to make example executable by pors in https://github.com/hwchase17/langchain/pull/4790
* Fix SelfQueryRetriever, passing new query to vector store by Yeong0228 in https://github.com/hwchase17/langchain/pull/4774
* Fixed query checker for SQLDatabaseChain by imeckr in https://github.com/hwchase17/langchain/pull/4780
* Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method by imeckr in https://github.com/hwchase17/langchain/pull/4778
* Add from_file method to message prompt template by charosen in https://github.com/hwchase17/langchain/pull/4713
* changed cohere.py to update the default model of embedding by rajib76 in https://github.com/hwchase17/langchain/pull/4709
* Update huggingface_tools.ipynb by anamhira47 in https://github.com/hwchase17/langchain/pull/4700
* Query_constructor.base.py function _get_prompt() not including passed examples. by Dmaturana81 in https://github.com/hwchase17/langchain/pull/4680
* [Fix][GenerativeAgent] Get the memory importance score from regex matched group by tonyz0x0 in https://github.com/hwchase17/langchain/pull/4636
* Update planner_prompt.py, change usery to user by Leaking in https://github.com/hwchase17/langchain/pull/4623
* Added cleaning up the downloaded PDF files by bongsang in https://github.com/hwchase17/langchain/pull/4601
* DOC: Fix SageMaker example by seanpmorgan in https://github.com/hwchase17/langchain/pull/4598
* update qdrant docs to reflect the proper way to initialize Qdrant() constructor by bmannix in https://github.com/hwchase17/langchain/pull/4596
* fix: agenerate miss run_manager args in llm.py by sixdjango in https://github.com/hwchase17/langchain/pull/4566
* Update summarize.ipynb by Haste171 in https://github.com/hwchase17/langchain/pull/4529
* console callback verbose by hwchase17 in https://github.com/hwchase17/langchain/pull/4696
* Fix subclassing OpenAIEmbeddings by trducng in https://github.com/hwchase17/langchain/pull/4500
* Retry session and tenant by vowelparrot in https://github.com/hwchase17/langchain/pull/4822
* Add weaviate by_text by dev2049 in https://github.com/hwchase17/langchain/pull/4824
* Some notebook and client fixes (add retries, clean up docs, etc) by agola11 in https://github.com/hwchase17/langchain/pull/4820
* 2markdown loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4796
* Add dev option by vowelparrot in https://github.com/hwchase17/langchain/pull/4828
* Add Support for Flexible Input Format for LLM and Chat Model Runs by vowelparrot in https://github.com/hwchase17/langchain/pull/4805
* Typos by UmerHA in https://github.com/hwchase17/langchain/pull/4851
* Remove unnecessary comment by yujiosaka in https://github.com/hwchase17/langchain/pull/4845
* bump 172 by dev2049 in https://github.com/hwchase17/langchain/pull/4864

New Contributors
* 0xRaduan made their first contribution in https://github.com/hwchase17/langchain/pull/4806
* mandgie made their first contribution in https://github.com/hwchase17/langchain/pull/4393
* adamjq made their first contribution in https://github.com/hwchase17/langchain/pull/3333
* yujiosaka made their first contribution in https://github.com/hwchase17/langchain/pull/4800
* prateekkeshari made their first contribution in https://github.com/hwchase17/langchain/pull/4812
* keenangraham made their first contribution in https://github.com/hwchase17/langchain/pull/4814
* pors made their first contribution in https://github.com/hwchase17/langchain/pull/4795
* Yeong0228 made their first contribution in https://github.com/hwchase17/langchain/pull/4774
* imeckr made their first contribution in https://github.com/hwchase17/langchain/pull/4780
* charosen made their first contribution in https://github.com/hwchase17/langchain/pull/4713
* rajib76 made their first contribution in https://github.com/hwchase17/langchain/pull/4709
* anamhira47 made their first contribution in https://github.com/hwchase17/langchain/pull/4700
* Dmaturana81 made their first contribution in https://github.com/hwchase17/langchain/pull/4680
* tonyz0x0 made their first contribution in https://github.com/hwchase17/langchain/pull/4636
* Leaking made their first contribution in https://github.com/hwchase17/langchain/pull/4623
* seanpmorgan made their first contribution in https://github.com/hwchase17/langchain/pull/4598
* bmannix made their first contribution in https://github.com/hwchase17/langchain/pull/4596
* sixdjango made their first contribution in https://github.com/hwchase17/langchain/pull/4566
* trducng made their first contribution in https://github.com/hwchase17/langchain/pull/4500

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.171...v0.0.172

0.0.171

Not secure
What's Changed
* docs: `Concepts` by leo-gan in https://github.com/hwchase17/langchain/pull/4734
* Clean up tests for pdf parsers by eyurtsev in https://github.com/hwchase17/langchain/pull/4595
* Check poetry lock file by eyurtsev in https://github.com/hwchase17/langchain/pull/4740
* Only run linkcheck against docs dir on PR by eyurtsev in https://github.com/hwchase17/langchain/pull/4741
* [Feature] Add GraphQL Query Tool by O-Roma in https://github.com/hwchase17/langchain/pull/4409
* Make serpapi base url configurable via env by yanghua in https://github.com/hwchase17/langchain/pull/4402
* Add source field to metadata by mvhensbergen in https://github.com/hwchase17/langchain/pull/4462
* Tweaks to the PowerBI toolkit and utility by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/4442
* added new links to `Tutorials` and `YouTube` pages by leo-gan in https://github.com/hwchase17/langchain/pull/4746
* Jupyter Notebook Example for using Mongodb to store Chat Message History by jj701 in https://github.com/hwchase17/langchain/pull/4436
* Dev2049/docs edit0 by dev2049 in https://github.com/hwchase17/langchain/pull/4699
* llama-cpp: add gpu layers parameter by hilarious-viking in https://github.com/hwchase17/langchain/pull/4739
* Update the milvus example by shiyu22 in https://github.com/hwchase17/langchain/pull/4706
* Revert "Make serpapi base url configurable via env (4402)" by vowelparrot in https://github.com/hwchase17/langchain/pull/4750
* Add summarization task type for HuggingFace APIs by whuwxl in https://github.com/hwchase17/langchain/pull/4721
* Fix Async Shared Resource Bug by vowelparrot in https://github.com/hwchase17/langchain/pull/4751
* docs: added `additional_resources` folder by leo-gan in https://github.com/hwchase17/langchain/pull/4748
* Exponential back-off support for Google PaLM api by mtronci in https://github.com/hwchase17/langchain/pull/4001
* Update utils.py to make headless an optional argument by d3n7 in https://github.com/hwchase17/langchain/pull/4745
* Fixing DeepLake Overwrite Flag by anihamde in https://github.com/hwchase17/langchain/pull/4683
* Add Server Command by vowelparrot in https://github.com/hwchase17/langchain/pull/4695
* fixed on_llm issue by bjk95 in https://github.com/hwchase17/langchain/pull/4717
* Add Milvus and Zilliz Retrievals by filip-halt in https://github.com/hwchase17/langchain/pull/4416
* Harrison/wiki loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4765
* Cassandra support for chat history (4378) by hwchase17 in https://github.com/hwchase17/langchain/pull/4764
* Persist Volume After Stop by vowelparrot in https://github.com/hwchase17/langchain/pull/4763
* Update Tracing Walkthrough by vowelparrot in https://github.com/hwchase17/langchain/pull/4760
* Version 171 by dev2049 in https://github.com/hwchase17/langchain/pull/4788

New Contributors
* mvhensbergen made their first contribution in https://github.com/hwchase17/langchain/pull/4462
* hilarious-viking made their first contribution in https://github.com/hwchase17/langchain/pull/4739
* shiyu22 made their first contribution in https://github.com/hwchase17/langchain/pull/4706
* whuwxl made their first contribution in https://github.com/hwchase17/langchain/pull/4721
* mtronci made their first contribution in https://github.com/hwchase17/langchain/pull/4001
* anihamde made their first contribution in https://github.com/hwchase17/langchain/pull/4683
* bjk95 made their first contribution in https://github.com/hwchase17/langchain/pull/4717

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.170...v0.0.171

Page 45 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.