Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 40 of 68

0.0.206

Not secure
What's Changed
* Include placeholder value for all secrets, not just kwargs by dqbd in https://github.com/hwchase17/langchain/pull/6421
* expose docs chains by hwchase17 in https://github.com/hwchase17/langchain/pull/6453
* Run eval in eval mode by vowelparrot in https://github.com/hwchase17/langchain/pull/6447
* Update arize_callback.py by hakantekgul in https://github.com/hwchase17/langchain/pull/6433
* Add Trajectory Eval RunEvaluator by vowelparrot in https://github.com/hwchase17/langchain/pull/6449
* fix anthropic chat model mutating input list by agola11 in https://github.com/hwchase17/langchain/pull/6457
* Remove extra word in the introduction documentation by andreybavt in https://github.com/hwchase17/langchain/pull/6450
* Add example for question answering over documents with OpenAI Function Agent by homanp in https://github.com/hwchase17/langchain/pull/6448
* Add `_similarity_search_with_relevance_scores` in `Pinecone` by neo in https://github.com/hwchase17/langchain/pull/6446
* Update web_base.ipynb by jackfrost1411 in https://github.com/hwchase17/langchain/pull/6430
* Remove backticks without clear purpose from docs by ykerus in https://github.com/hwchase17/langchain/pull/6442
* Fix Custom LLM Agent example by nirga in https://github.com/hwchase17/langchain/pull/6429
* Update introduction.mdx by standardAI in https://github.com/hwchase17/langchain/pull/6425
* docs `retrievers` fixes by leo-gan in https://github.com/hwchase17/langchain/pull/6299
* Fixed a link typo /-/route -> /-/routes. and change endpoint format by kylehh in https://github.com/hwchase17/langchain/pull/6186
* Incorrect argument count handling by swappysh in https://github.com/hwchase17/langchain/pull/5543
* Harrison/functions in retrieval by hwchase17 in https://github.com/hwchase17/langchain/pull/6463
* Fix for 6431 - chatprompt template with partial variables giing validation error by Avinash-Raj in https://github.com/hwchase17/langchain/pull/6456
* Update SinglStoreDB vectorstore by volodymyr-memsql in https://github.com/hwchase17/langchain/pull/6423
* Fix broken links in autonomous agents docs by gadkins in https://github.com/hwchase17/langchain/pull/6398
* Fix the issue where ANTHROPIC_API_URL set in environment is not takin… by zengbo in https://github.com/hwchase17/langchain/pull/6400
* Improve error message by alonsosilvaallende in https://github.com/hwchase17/langchain/pull/6275
* Harrison/unstructured page number by hwchase17 in https://github.com/hwchase17/langchain/pull/6464
* feat: use latest duckduckgo_search API to call by Undertone0809 in https://github.com/hwchase17/langchain/pull/6409
* fix: llm caching for replicate by brycedrennan in https://github.com/hwchase17/langchain/pull/6396
* Update serpapi.py Support baidu list type answer_box by Gavin-YYC in https://github.com/hwchase17/langchain/pull/6386
* fix neo4j schema query by HubertKl in https://github.com/hwchase17/langchain/pull/6381
* bump version to 206 by hwchase17 in https://github.com/hwchase17/langchain/pull/6465

New Contributors
* dqbd made their first contribution in https://github.com/hwchase17/langchain/pull/6421
* andreybavt made their first contribution in https://github.com/hwchase17/langchain/pull/6450
* ykerus made their first contribution in https://github.com/hwchase17/langchain/pull/6442
* nirga made their first contribution in https://github.com/hwchase17/langchain/pull/6429
* standardAI made their first contribution in https://github.com/hwchase17/langchain/pull/6425
* swappysh made their first contribution in https://github.com/hwchase17/langchain/pull/5543
* Avinash-Raj made their first contribution in https://github.com/hwchase17/langchain/pull/6456
* gadkins made their first contribution in https://github.com/hwchase17/langchain/pull/6398
* alonsosilvaallende made their first contribution in https://github.com/hwchase17/langchain/pull/6275
* brycedrennan made their first contribution in https://github.com/hwchase17/langchain/pull/6396
* Gavin-YYC made their first contribution in https://github.com/hwchase17/langchain/pull/6386
* HubertKl made their first contribution in https://github.com/hwchase17/langchain/pull/6381

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.205...v0.0.206

0.0.205

Not secure
What's Changed
* support memory for functions by Fei-Wang in https://github.com/hwchase17/langchain/pull/6165
* fix prod docs build by dev2049 in https://github.com/hwchase17/langchain/pull/6402
* nit by dev2049 in https://github.com/hwchase17/langchain/pull/6350
* changes to llm chain by hwchase17 in https://github.com/hwchase17/langchain/pull/6328
* Harrison/refactor functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6408
* bump version to 205 by hwchase17 in https://github.com/hwchase17/langchain/pull/6410


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.204...v0.0.205

0.0.204

Not secure
What's Changed
* Guardrails output parser: Pass LLM api for reasking by irgolic in https://github.com/hwchase17/langchain/pull/6089
* Harrison/gdrive enhancements by hwchase17 in https://github.com/hwchase17/langchain/pull/6375
* Extend `ArgillaCallbackHandler` support by alvarobartt in https://github.com/hwchase17/langchain/pull/6153
* Add the ability to run the map_reduce chains process results step as async by MalhotraVijay in https://github.com/hwchase17/langchain/pull/6181
* fix link of callbacks on modules page by xleven in https://github.com/hwchase17/langchain/pull/6323
* Fixed PermissionError on windows by MIDORIBIN in https://github.com/hwchase17/langchain/pull/6170
* Harrison/myscale self query by hwchase17 in https://github.com/hwchase17/langchain/pull/6376
* Harrison/metaphor search fix by hwchase17 in https://github.com/hwchase17/langchain/pull/6387
* Harrison/zep mem by hwchase17 in https://github.com/hwchase17/langchain/pull/6388
* Fix class promotion by leo-gan in https://github.com/hwchase17/langchain/pull/6187
* Harrison/functions docs improvements by hwchase17 in https://github.com/hwchase17/langchain/pull/6389
* Add option to save/load graph cypher QA by tomasonjo in https://github.com/hwchase17/langchain/pull/6219
* Fix output final text for HuggingFaceTextGenInference when streaming by janpawellek in https://github.com/hwchase17/langchain/pull/6211
* OpenAI functions dont work with async streaming... 6225 by ju-bezdek in https://github.com/hwchase17/langchain/pull/6226
* searx_search: updated tools and doc by blob42 in https://github.com/hwchase17/langchain/pull/6276
* Fix integration tests for Faiss vector store by hp0404 in https://github.com/hwchase17/langchain/pull/6281
* [hotfix] Deep Lake fails on newer version due to hardcode by davidbuniat in https://github.com/hwchase17/langchain/pull/6383
* Fix latest clickhouse vector schema change by haoch in https://github.com/hwchase17/langchain/pull/6385
* Fix typo in the CAI critique prompt by dulacp in https://github.com/hwchase17/langchain/pull/6123
* Correct AzureSearch Vector Store not applying search_kwargs when searching by CameronVetter in https://github.com/hwchase17/langchain/pull/6132
* Fixed an unhandled error that was raised when DynamoDB did not have any chat history. by ngo275 in https://github.com/hwchase17/langchain/pull/6141
* Fix LLM types so that they can be loaded from config dicts by janpawellek in https://github.com/hwchase17/langchain/pull/6235
* add max_context_size property in BaseOpenAI by ikebo in https://github.com/hwchase17/langchain/pull/6239
* Add markdown to specify important arguments by jackfrost1411 in https://github.com/hwchase17/langchain/pull/6246
* Update web_base.ipynb for guiding purposes by jackfrost1411 in https://github.com/hwchase17/langchain/pull/6248
* Iterate through filtered file types instead of all listed files by tedhli in https://github.com/hwchase17/langchain/pull/6258
* Fixes typo in Vectara.similarity_search by georgiansarghi in https://github.com/hwchase17/langchain/pull/6277
* - Fix pass system_message argument in new feature openai_functions_agent by lyntcelec in https://github.com/hwchase17/langchain/pull/6297
* Added gpt-3.5-turbo 0613 16k and 16k-0613 pricing by matias-biatoz in https://github.com/hwchase17/langchain/pull/6287
* rm pandas from arize by hwchase17 in https://github.com/hwchase17/langchain/pull/6392
* Harrison/typesense fix by hwchase17 in https://github.com/hwchase17/langchain/pull/6391
* Harrison/chroma fix by hwchase17 in https://github.com/hwchase17/langchain/pull/6390
* Update web_base.py _fetch() method For SiteMapLoader by jackfrost1411 in https://github.com/hwchase17/langchain/pull/6256

New Contributors
* MalhotraVijay made their first contribution in https://github.com/hwchase17/langchain/pull/6181
* xleven made their first contribution in https://github.com/hwchase17/langchain/pull/6323
* MIDORIBIN made their first contribution in https://github.com/hwchase17/langchain/pull/6170
* janpawellek made their first contribution in https://github.com/hwchase17/langchain/pull/6211
* dulacp made their first contribution in https://github.com/hwchase17/langchain/pull/6123
* CameronVetter made their first contribution in https://github.com/hwchase17/langchain/pull/6132
* ngo275 made their first contribution in https://github.com/hwchase17/langchain/pull/6141
* ikebo made their first contribution in https://github.com/hwchase17/langchain/pull/6239
* tedhli made their first contribution in https://github.com/hwchase17/langchain/pull/6258
* georgiansarghi made their first contribution in https://github.com/hwchase17/langchain/pull/6277
* lyntcelec made their first contribution in https://github.com/hwchase17/langchain/pull/6297
* matias-biatoz made their first contribution in https://github.com/hwchase17/langchain/pull/6287

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.203...v0.0.204

0.0.203

Not secure
What's Changed
* Dev2049/docs docusaurus by dev2049 in https://github.com/hwchase17/langchain/pull/6300
* rm ignore_vercel by dev2049 in https://github.com/hwchase17/langchain/pull/6302
* update api link by dev2049 in https://github.com/hwchase17/langchain/pull/6303
* update readme by dev2049 in https://github.com/hwchase17/langchain/pull/6304
* basic redirect by dev2049 in https://github.com/hwchase17/langchain/pull/6309
* more redirect by dev2049 in https://github.com/hwchase17/langchain/pull/6314
* Update dev container by bamurtaugh in https://github.com/hwchase17/langchain/pull/6189
* Del linkcheck readme by dev2049 in https://github.com/hwchase17/langchain/pull/6317
* Fixes 6282 by paschembri in https://github.com/hwchase17/langchain/pull/6283
* nit by dev2049 in https://github.com/hwchase17/langchain/pull/6305
* Improve the performance of add_texts interface and upgrade the AwaDB from 0.3.2 to 0.3.3 by ljeagle in https://github.com/hwchase17/langchain/pull/6316
* fix eval guide links by dev2049 in https://github.com/hwchase17/langchain/pull/6319
* Harrison/deeplake new features by hwchase17 in https://github.com/hwchase17/langchain/pull/6263
* Better Entity Memory code documentation by lukestanley in https://github.com/hwchase17/langchain/pull/6318
* Handle Managed Motorhead Data Key by softboyjimbo in https://github.com/hwchase17/langchain/pull/6169
* changed height in the nb example by fpingham in https://github.com/hwchase17/langchain/pull/6327
* fix links to prompt templates and example selectors by masafumimori in https://github.com/hwchase17/langchain/pull/6332
* DocArray as a Retriever by jupyterjazz in https://github.com/hwchase17/langchain/pull/6031
* make modelname_to_contextsize as a staticmethod by Ja-sonYun in https://github.com/hwchase17/langchain/pull/6040
* Improve AnalyticDB Vector Store implementation without affecting user by wangxuqi in https://github.com/hwchase17/langchain/pull/6086
* Add oobabooga/text-generation-webui support as a llm by lonestriker in https://github.com/hwchase17/langchain/pull/5997
* Allow GoogleDrive to authenticate via application default credentials on Cloud Run/GCE etc without service key by MarkEdmondson1234 in https://github.com/hwchase17/langchain/pull/6035
* qdrant: search by vector by otwieracz in https://github.com/hwchase17/langchain/pull/6043
* Harrison/error zero tools by hwchase17 in https://github.com/hwchase17/langchain/pull/6340
* Harrison/faiss score by hwchase17 in https://github.com/hwchase17/langchain/pull/6341
* Custom Anthropic API URL by zengbo in https://github.com/hwchase17/langchain/pull/6221
* Make lckwargs private by nfcampos in https://github.com/hwchase17/langchain/pull/6344
* update web_base.py to have verify option by jackfrost1411 in https://github.com/hwchase17/langchain/pull/6107
* Add new openai 0613 model costs by kdcokenny in https://github.com/hwchase17/langchain/pull/6110
* Add ignore vercel preview script by dev2049 in https://github.com/hwchase17/langchain/pull/6320
* Harrison/mmr support for opensearch by hwchase17 in https://github.com/hwchase17/langchain/pull/6349
* Update MD header text splitter notebook by rlancemartin in https://github.com/hwchase17/langchain/pull/6339
* Add self query retriever example with MD header splitting by rlancemartin in https://github.com/hwchase17/langchain/pull/6359
* bump 203 by dev2049 in https://github.com/hwchase17/langchain/pull/6372

New Contributors
* bamurtaugh made their first contribution in https://github.com/hwchase17/langchain/pull/6189
* paschembri made their first contribution in https://github.com/hwchase17/langchain/pull/6283
* masafumimori made their first contribution in https://github.com/hwchase17/langchain/pull/6332
* Ja-sonYun made their first contribution in https://github.com/hwchase17/langchain/pull/6040
* lonestriker made their first contribution in https://github.com/hwchase17/langchain/pull/5997
* MarkEdmondson1234 made their first contribution in https://github.com/hwchase17/langchain/pull/6035
* otwieracz made their first contribution in https://github.com/hwchase17/langchain/pull/6043
* zengbo made their first contribution in https://github.com/hwchase17/langchain/pull/6221
* jackfrost1411 made their first contribution in https://github.com/hwchase17/langchain/pull/6107
* kdcokenny made their first contribution in https://github.com/hwchase17/langchain/pull/6110

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.202...v0.0.203

0.0.202

Not secure
What's Changed
* Add Tags for LLMs by vowelparrot in https://github.com/hwchase17/langchain/pull/6229
* Feature/add acreom loader by inferense in https://github.com/hwchase17/langchain/pull/5780
* Support chat history persistence in AutoGPT by alonroth in https://github.com/hwchase17/langchain/pull/5716
* Improve Error Message for failed callback by vowelparrot in https://github.com/hwchase17/langchain/pull/6247
* Harrison/openai functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6223
* Harrison/openai functions by hwchase17 in https://github.com/hwchase17/langchain/pull/6261
* Fix: change the chatgpt plugin retriever metadata format by JaysonAlbert in https://github.com/hwchase17/langchain/pull/5920
* Update output format of MosaicML endpoint to be more flexible by dakinggg in https://github.com/hwchase17/langchain/pull/6060
* ArxivAPIWrapper - doc_content_chars_max by hp0404 in https://github.com/hwchase17/langchain/pull/6063
* bump to 202 by hwchase17 in https://github.com/hwchase17/langchain/pull/6262

New Contributors
* inferense made their first contribution in https://github.com/hwchase17/langchain/pull/5780
* alonroth made their first contribution in https://github.com/hwchase17/langchain/pull/5716
* JaysonAlbert made their first contribution in https://github.com/hwchase17/langchain/pull/5920

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.201...v0.0.202

0.0.201

Not secure
What's Changed
* Add Run Collector Callback by vowelparrot in https://github.com/hwchase17/langchain/pull/6133
* Update Name by vowelparrot in https://github.com/hwchase17/langchain/pull/6136
* Update readthedocs_documentation.ipynb by maver1ck in https://github.com/hwchase17/langchain/pull/6148
* typo: 'following following' to 'following' by thiswillbeyourgithub in https://github.com/hwchase17/langchain/pull/6163
* Add docs for tags by nfcampos in https://github.com/hwchase17/langchain/pull/6155
* feat: Add support for the Solidity language by 0xJord4n in https://github.com/hwchase17/langchain/pull/6054
* feat: add content_format param to ConfluenceLoader.load() by haoqixu in https://github.com/hwchase17/langchain/pull/5922
* count tokens for new OpenAI model versions by kylrth in https://github.com/hwchase17/langchain/pull/6195
* Fix typo `pandocs` to `pandoc` by gyroflaw in https://github.com/hwchase17/langchain/pull/6203
* Harrison/use functions agent by hwchase17 in https://github.com/hwchase17/langchain/pull/6185
* bump version to 201 by hwchase17 in https://github.com/hwchase17/langchain/pull/6233

New Contributors
* thiswillbeyourgithub made their first contribution in https://github.com/hwchase17/langchain/pull/6163
* 0xJord4n made their first contribution in https://github.com/hwchase17/langchain/pull/6054
* kylrth made their first contribution in https://github.com/hwchase17/langchain/pull/6195
* gyroflaw made their first contribution in https://github.com/hwchase17/langchain/pull/6203

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

Page 40 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.