Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 42 of 68

0.0.194

Not secure
What's Changed
* Add in the async methods and link the run id by vowelparrot in https://github.com/hwchase17/langchain/pull/5810
* feat: issue-5712 add sleep tool by whysage in https://github.com/hwchase17/langchain/pull/5715
* Rm extraneous args to the trace group helper by vowelparrot in https://github.com/hwchase17/langchain/pull/5801
* FIX: backslash escaped by ugfly1210 in https://github.com/hwchase17/langchain/pull/5815
* Add DeepInfra embeddings integration with tests and examples, better exception handling for Deep Infra LLM by yessenzhar in https://github.com/hwchase17/langchain/pull/5854
* Add how to use a custom scraping function with the sitemap loader. by soos3d in https://github.com/hwchase17/langchain/pull/5847
* feat: Add `UnstructuredCSVLoader` for CSV files by MthwRobinson in https://github.com/hwchase17/langchain/pull/5844
* Add logging in PBI tool by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/5841
* Add additional VertexAI Params by thehappydinoa in https://github.com/hwchase17/langchain/pull/5837
* Update microsoft loader example with docx2txt dependency by duarteocarmo in https://github.com/hwchase17/langchain/pull/5832
* docs: add Shale Protocol integration guide by renning22 in https://github.com/hwchase17/langchain/pull/5814
* qdrant vector store - search with relevancy scores by bnassivet in https://github.com/hwchase17/langchain/pull/5781
* Update to Getting Started docs page for Memory by daveaingram in https://github.com/hwchase17/langchain/pull/5855
* Fix exporting GCP Vertex Matching Engine from vectorstores by mjmammoth in https://github.com/hwchase17/langchain/pull/5793
* Add knn and query search field options to ElasticKnnSearch by jeffvestal in https://github.com/hwchase17/langchain/pull/5641
* propagate callbacks to ConversationalRetrievalChain by alecf in https://github.com/hwchase17/langchain/pull/5572
* Fix serialization issue with W&B by jjzhuo in https://github.com/hwchase17/langchain/pull/5693
* Added SingleStoreDB Vector Store by volodymyr-memsql in https://github.com/hwchase17/langchain/pull/5619
* Refactor and update databricks integration page by liangz1 in https://github.com/hwchase17/langchain/pull/5575
* Implement saving and loading of RetrievalQA chain by liangz1 in https://github.com/hwchase17/langchain/pull/5818
* Harrison/fauna loader by hwchase17 in https://github.com/hwchase17/langchain/pull/5864
* Harrison/nebula graph by hwchase17 in https://github.com/hwchase17/langchain/pull/5865
* bump version to 194 by hwchase17 in https://github.com/hwchase17/langchain/pull/5866

New Contributors
* whysage made their first contribution in https://github.com/hwchase17/langchain/pull/5715
* ugfly1210 made their first contribution in https://github.com/hwchase17/langchain/pull/5815
* soos3d made their first contribution in https://github.com/hwchase17/langchain/pull/5847
* duarteocarmo made their first contribution in https://github.com/hwchase17/langchain/pull/5832
* renning22 made their first contribution in https://github.com/hwchase17/langchain/pull/5814
* daveaingram made their first contribution in https://github.com/hwchase17/langchain/pull/5855
* mjmammoth made their first contribution in https://github.com/hwchase17/langchain/pull/5793
* alecf made their first contribution in https://github.com/hwchase17/langchain/pull/5572
* jjzhuo made their first contribution in https://github.com/hwchase17/langchain/pull/5693
* volodymyr-memsql made their first contribution in https://github.com/hwchase17/langchain/pull/5619
* liangz1 made their first contribution in https://github.com/hwchase17/langchain/pull/5575

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

0.0.193

Not secure
What's Changed
* fix: fullfill openai params when embedding by warjiang in https://github.com/hwchase17/langchain/pull/5821
* bump version to 193 by hwchase17 in https://github.com/hwchase17/langchain/pull/5838

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

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.192...v0.0.193

0.0.192

Not secure
What's Changed
* Use client from LCP-SDK by vowelparrot in https://github.com/hwchase17/langchain/pull/5695
* fix ver 191 by hwchase17 in https://github.com/hwchase17/langchain/pull/5784
* Set Falsey by vowelparrot in https://github.com/hwchase17/langchain/pull/5783
* Attribute support for html tags by Xmaster6y in https://github.com/hwchase17/langchain/pull/5782
* support returning run info for llms, chat models and chains by agola11 in https://github.com/hwchase17/langchain/pull/5666
* fixing from_documents method of the MongoDB Atlas vector store by P-E-B in https://github.com/hwchase17/langchain/pull/5794
* Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN by gengliangwang in https://github.com/hwchase17/langchain/pull/5796
* YoutubeAudioLoader and updates to OpenAIWhisperParser by rlancemartin in https://github.com/hwchase17/langchain/pull/5772
* Base RunEvaluator Chain by vowelparrot in https://github.com/hwchase17/langchain/pull/5750
* [Docs][Hotfix] Fix broken links by kouroshHakha in https://github.com/hwchase17/langchain/pull/5800
* Add UTF-8 json ouput support while langchain.debug is set to True. by boxcounter in https://github.com/hwchase17/langchain/pull/5802
* WIP: openai settings by hwchase17 in https://github.com/hwchase17/langchain/pull/5792
* added support for different types in ResponseSchema class by MassimilianoBiancucci in https://github.com/hwchase17/langchain/pull/5789
* fixed faiss integ tests by bnassivet in https://github.com/hwchase17/langchain/pull/5808
* add doc about reusing MongoDBAtlasVectorSearch by Pliman in https://github.com/hwchase17/langchain/pull/5805
* Update adding_memory.ipynb by ASwitlyk in https://github.com/hwchase17/langchain/pull/5806
* rm docs mongo by hwchase17 in https://github.com/hwchase17/langchain/pull/5811
* bump ver to 192 by hwchase17 in https://github.com/hwchase17/langchain/pull/5812

New Contributors
* boxcounter made their first contribution in https://github.com/hwchase17/langchain/pull/5802
* MassimilianoBiancucci made their first contribution in https://github.com/hwchase17/langchain/pull/5789
* bnassivet made their first contribution in https://github.com/hwchase17/langchain/pull/5808
* Pliman made their first contribution in https://github.com/hwchase17/langchain/pull/5805
* ASwitlyk made their first contribution in https://github.com/hwchase17/langchain/pull/5806

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.191...v0.0.192

0.0.191

Not secure
What's Changed
* Addresses GPT4All wrapper model_type attribute issues 5720. by bwv988 in https://github.com/hwchase17/langchain/pull/5743
* docs: Added Deploying LLMs into production + a new ecosystem by kouroshHakha in https://github.com/hwchase17/langchain/pull/4047
* Adding support to save multiple memories at a time. Cuts save time by … by abhimalamkar in https://github.com/hwchase17/langchain/pull/5172
* Cypher search: Check if generated Cypher is provided in backticks by tomasonjo in https://github.com/hwchase17/langchain/pull/5541
* Zep Hybrid Search by danielchalef in https://github.com/hwchase17/langchain/pull/5742
* Removes unnecessary backslash escaping for backticks in python by spazm in https://github.com/hwchase17/langchain/pull/5751
* Fix a typo in the documentation for the Slack document loader by georgegeddes in https://github.com/hwchase17/langchain/pull/5745
* Error in documentation: Chroma constructor by gbrian in https://github.com/hwchase17/langchain/pull/5731
* Integrate Clickhouse as Vector Store by haoch in https://github.com/hwchase17/langchain/pull/5650
* Create OpenAIWhisperParser for generating Documents from audio files by rlancemartin in https://github.com/hwchase17/langchain/pull/5580
* docs: `ecosystem/integrations` update 5 by leo-gan in https://github.com/hwchase17/langchain/pull/5752
* docs: updated `ecosystem/dependents` by leo-gan in https://github.com/hwchase17/langchain/pull/5753
* Add class attribute "return_generated_question" to class "BaseConversationalRetrievalChain" by felpigeon in https://github.com/hwchase17/langchain/pull/5749
* Add aviary support by waleedkadous in https://github.com/hwchase17/langchain/pull/5661
* cohere retries by hwchase17 in https://github.com/hwchase17/langchain/pull/5757
* Strips whitespace and \n from loc before filtering urls from sitemap by ShelbyJenkins in https://github.com/hwchase17/langchain/pull/5728
* Harrison/youtube multi language by hwchase17 in https://github.com/hwchase17/langchain/pull/5758
* fix markdown text splitter horizontal lines by IlyaMichlin in https://github.com/hwchase17/langchain/pull/5625
* Tracing Group by agola11 in https://github.com/hwchase17/langchain/pull/5326
* Update tutorials.md by edrickdch in https://github.com/hwchase17/langchain/pull/5761
* feat: Support for `Tigris` Vector Database for vector search by adilansari in https://github.com/hwchase17/langchain/pull/5703
* Scores are explained in vectorestore docs by berkedilekoglu in https://github.com/hwchase17/langchain/pull/5613
* bump ver 191 by hwchase17 in https://github.com/hwchase17/langchain/pull/5766

New Contributors
* kouroshHakha made their first contribution in https://github.com/hwchase17/langchain/pull/4047
* abhimalamkar made their first contribution in https://github.com/hwchase17/langchain/pull/5172
* spazm made their first contribution in https://github.com/hwchase17/langchain/pull/5751
* georgegeddes made their first contribution in https://github.com/hwchase17/langchain/pull/5745
* gbrian made their first contribution in https://github.com/hwchase17/langchain/pull/5731
* haoch made their first contribution in https://github.com/hwchase17/langchain/pull/5650
* felpigeon made their first contribution in https://github.com/hwchase17/langchain/pull/5749
* waleedkadous made their first contribution in https://github.com/hwchase17/langchain/pull/5661
* ShelbyJenkins made their first contribution in https://github.com/hwchase17/langchain/pull/5728
* IlyaMichlin made their first contribution in https://github.com/hwchase17/langchain/pull/5625
* adilansari made their first contribution in https://github.com/hwchase17/langchain/pull/5703
* berkedilekoglu made their first contribution in https://github.com/hwchase17/langchain/pull/5613

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.190...v0.0.191

0.0.190

Not secure
What's Changed
* fix chroma update_document to embed entire documents, fixes a characer-wise embedding bug by cnellington in https://github.com/hwchase17/langchain/pull/5584
* Fix bedrock llm boto3 client instantiation by seanpmorgan in https://github.com/hwchase17/langchain/pull/5629
* Update Tracer Auth / Reduce Num Calls by vowelparrot in https://github.com/hwchase17/langchain/pull/5517
* fix import issue by leo-gan in https://github.com/hwchase17/langchain/pull/5636
* feat: add `UnstructuredExcelLoader` for `.xlsx` and `.xls` files by MthwRobinson in https://github.com/hwchase17/langchain/pull/5617
* Fixed multi input prompt for MapReduceChain by imeckr in https://github.com/hwchase17/langchain/pull/4979
* docs: `modules` pages simplified by leo-gan in https://github.com/hwchase17/langchain/pull/5116
* minor refactor GenerativeAgentMemory by mbchang in https://github.com/hwchase17/langchain/pull/5315
* pref: reduce DB query error rate by Undertone0809 in https://github.com/hwchase17/langchain/pull/5339
* Update confluence.py to return spaces between elements by gardner in https://github.com/hwchase17/langchain/pull/5383
* Implements support for Personal Access Token Authentication in the ConfluenceLoader by felipeff in https://github.com/hwchase17/langchain/pull/5385
* Adds the option to pass the original prompt into the AgentExecutor for PlanAndExecute agents by nathan-az in https://github.com/hwchase17/langchain/pull/5401
* QuickFix for FinalStreamingStdOutCallbackHandler: Ignore new lines & white spaces by UmerHA in https://github.com/hwchase17/langchain/pull/5497
* Add parameters to send_message() call for vertexai chat models (PaLM2) by khallbobo in https://github.com/hwchase17/langchain/pull/5566
* handle single arg to and/or by dev2049 in https://github.com/hwchase17/langchain/pull/5637
* docs `ecosystem/integrations` update 4 by leo-gan in https://github.com/hwchase17/langchain/pull/5590
* nit: pgvector python example notebook, fix variable reference by cjcjameson in https://github.com/hwchase17/langchain/pull/5595
* Harrison/update azure nb by hwchase17 in https://github.com/hwchase17/langchain/pull/5665
* Harrison/pubmed integration by hwchase17 in https://github.com/hwchase17/langchain/pull/5664
* removing client+namespace in favor of collection by P-E-B in https://github.com/hwchase17/langchain/pull/5610
* fix: correct momento chat history notebook typo and title by malandis in https://github.com/hwchase17/langchain/pull/5646
* Created fix for 5475 by rajib76 in https://github.com/hwchase17/langchain/pull/5659
* FileCallbackHandler by mbchang in https://github.com/hwchase17/langchain/pull/5589
* refactor: BaseStringMessagePromptTemplate from_template method by Sukitly in https://github.com/hwchase17/langchain/pull/5332
* Update youtube.py - Fix metadata validation error in YoutubeLoader by ricardoreis in https://github.com/hwchase17/langchain/pull/5479
* Improve Error Messaging for APOC Procedure Failure in Neo4jGraph by guangchen811 in https://github.com/hwchase17/langchain/pull/5547
* Support similarity_score_threshold retrieval with Chroma by jiayao in https://github.com/hwchase17/langchain/pull/5655
* This fixes issue 5651 - GPT4All wrapper loading issue by bwv988 in https://github.com/hwchase17/langchain/pull/5657
* Add args_schema to google_places tool by georgelroberts in https://github.com/hwchase17/langchain/pull/5680
* Harrison/pipeline prompt by hwchase17 in https://github.com/hwchase17/langchain/pull/5540
* Added Dependencies Status, Open issues and releases badges in Readme.md by nuhmanpk in https://github.com/hwchase17/langchain/pull/5681
* SQL agent : Improved prompt engineering prevents agent guessing database column names. by willsmithorg in https://github.com/hwchase17/langchain/pull/5671
* Retitles Bedrock doc to appear in correct alphabetical order in site nav by JasonWeill in https://github.com/hwchase17/langchain/pull/5639
* Update MongoDBChatMessageHistory to create an index on SessionId by ldesousa-stf in https://github.com/hwchase17/langchain/pull/5632
* Raise an exception in MKRL and Chat Output Parsers if parsing text which contains both an action and a final answer by nathan-az in https://github.com/hwchase17/langchain/pull/5609
* refactor: extract token text splitter function by JensMadsen in https://github.com/hwchase17/langchain/pull/5179
* sqlalchemy MovedIn20Warning declarative_base DEPRICATION fix by kaahila in https://github.com/hwchase17/langchain/pull/5676
* top_k and top_p transposed in vertexai by mheguy-stingray in https://github.com/hwchase17/langchain/pull/5673
* bump version to 190 by hwchase17 in https://github.com/hwchase17/langchain/pull/5704

New Contributors
* cnellington made their first contribution in https://github.com/hwchase17/langchain/pull/5584
* gardner made their first contribution in https://github.com/hwchase17/langchain/pull/5383
* felipeff made their first contribution in https://github.com/hwchase17/langchain/pull/5385
* nathan-az made their first contribution in https://github.com/hwchase17/langchain/pull/5401
* khallbobo made their first contribution in https://github.com/hwchase17/langchain/pull/5566
* Sukitly made their first contribution in https://github.com/hwchase17/langchain/pull/5332
* ricardoreis made their first contribution in https://github.com/hwchase17/langchain/pull/5479
* guangchen811 made their first contribution in https://github.com/hwchase17/langchain/pull/5547
* jiayao made their first contribution in https://github.com/hwchase17/langchain/pull/5655
* bwv988 made their first contribution in https://github.com/hwchase17/langchain/pull/5657
* georgelroberts made their first contribution in https://github.com/hwchase17/langchain/pull/5680
* willsmithorg made their first contribution in https://github.com/hwchase17/langchain/pull/5671
* JasonWeill made their first contribution in https://github.com/hwchase17/langchain/pull/5639
* ldesousa-stf made their first contribution in https://github.com/hwchase17/langchain/pull/5632
* JensMadsen made their first contribution in https://github.com/hwchase17/langchain/pull/5179
* kaahila made their first contribution in https://github.com/hwchase17/langchain/pull/5676
* mheguy-stingray made their first contribution in https://github.com/hwchase17/langchain/pull/5673

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.189...v0.0.190

0.0.189

Not secure
What's Changed
* make the elasticsearch api support version which below 8.x by ARSblithe212 in https://github.com/hwchase17/langchain/pull/5495
* Fix typo in docugami.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/5571
* Add missing comma in conv chat agent prompt json by andrewlei in https://github.com/hwchase17/langchain/pull/5573
* Fix bedrock auth validation by seanpmorgan in https://github.com/hwchase17/langchain/pull/5574
* Documentation fixes (linting and broken links) by sseide in https://github.com/hwchase17/langchain/pull/5563
* nit by dev2049 in https://github.com/hwchase17/langchain/pull/5578
* Fix SQLAlchemy truncating text when it is too big by wsantos in https://github.com/hwchase17/langchain/pull/5206
* docs(integration): update colab and external links in WandbTracing docs by parambharat in https://github.com/hwchase17/langchain/pull/5602
* Rm Template Title by vowelparrot in https://github.com/hwchase17/langchain/pull/5616
* human approval callback by dev2049 in https://github.com/hwchase17/langchain/pull/5581
* Es knn index search 5346 by jeffvestal in https://github.com/hwchase17/langchain/pull/5569
* Fix: Qdrant ids by kacperlukawski in https://github.com/hwchase17/langchain/pull/5515
* Dev2049/add argilla callback by dev2049 in https://github.com/hwchase17/langchain/pull/5621
* bump 189 by dev2049 in https://github.com/hwchase17/langchain/pull/5620

New Contributors
* andrewlei made their first contribution in https://github.com/hwchase17/langchain/pull/5573
* sseide made their first contribution in https://github.com/hwchase17/langchain/pull/5563
* wsantos made their first contribution in https://github.com/hwchase17/langchain/pull/5206

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

Page 42 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.