Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 52 of 68

0.0.134

Not secure
What's Changed
* fix: pass unstructured kwargs down in all unstructured loaders by MthwRobinson in https://github.com/hwchase17/langchain/pull/2506
* Update gpt4all example with model param by jcomfort4 in https://github.com/hwchase17/langchain/pull/2499
* Minor doc typo by tellison in https://github.com/hwchase17/langchain/pull/2492
* fix: add jina jupyter notebook by numb3r3 in https://github.com/hwchase17/langchain/pull/2477
* Removed duplicate BaseModel dependencies by leo-gan in https://github.com/hwchase17/langchain/pull/2471
* Fix 'embeddings is not defined' by mattroyer in https://github.com/hwchase17/langchain/pull/2468
* Extend opensearch to better support existing instances (2500) by weaversam8 in https://github.com/hwchase17/langchain/pull/2509
* Deep Lake upgrade to include attribute search, distance metrics, returning scores and MMR by davidbuniat in https://github.com/hwchase17/langchain/pull/2455
* Fix docstring in indexes/getting-started by timonbimon in https://github.com/hwchase17/langchain/pull/2452
* docs: update unstructured detectron install instructions by qued in https://github.com/hwchase17/langchain/pull/2498
* Feature: AgentExecutor execution time limit by zachdj in https://github.com/hwchase17/langchain/pull/2399
* Add Request body by hinthornw in https://github.com/hwchase17/langchain/pull/2507
* max time limit for agent by hwchase17 in https://github.com/hwchase17/langchain/pull/2513
* Add support for rwkv by lts-rad in https://github.com/hwchase17/langchain/pull/2422
* Add an Example Evaluation Notebook for the API Chain by hinthornw in https://github.com/hwchase17/langchain/pull/2516
* Use JSON rather than JSON5 by hinthornw in https://github.com/hwchase17/langchain/pull/2520
* Add support to set up openai organizations by gasparitiago in https://github.com/hwchase17/langchain/pull/2514
* Harrison/weaviate retriever by hwchase17 in https://github.com/hwchase17/langchain/pull/2524
* feat: implements similarity_search_by_vector on Weaviate by fabiancabau in https://github.com/hwchase17/langchain/pull/2522
* set default embedding max token size by AeroXi in https://github.com/hwchase17/langchain/pull/2330
* Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy by VashishtMadhavan in https://github.com/hwchase17/langchain/pull/2444
* Harrison/entity store by hwchase17 in https://github.com/hwchase17/langchain/pull/2525
* Gitbook enhancements by alexiri in https://github.com/hwchase17/langchain/pull/2279
* Harrison/allow org none by hwchase17 in https://github.com/hwchase17/langchain/pull/2527
* Harrison/table index by hwchase17 in https://github.com/hwchase17/langchain/pull/2526
* Add to notebook to assist in ground truth question generation by hinthornw in https://github.com/hwchase17/langchain/pull/2523
* agent tool retrieval by hwchase17 in https://github.com/hwchase17/langchain/pull/2530
* Correct typo in documentation for word 'therefore' by untilhamza in https://github.com/hwchase17/langchain/pull/2529
* Harrison/redis improvements by hwchase17 in https://github.com/hwchase17/langchain/pull/2528
* Modify docs by akmhmgc in https://github.com/hwchase17/langchain/pull/2539
* add async vector operations in VectorStore base class by agola11 in https://github.com/hwchase17/langchain/pull/2535
* Run tools concurrently in `_atake_next_step` by agola11 in https://github.com/hwchase17/langchain/pull/2537
* fix typo by SangamSwadiK in https://github.com/hwchase17/langchain/pull/2532
* fix: token counting for chat openai. by tmyjoe in https://github.com/hwchase17/langchain/pull/2543
* feat: add pytest-vcr for recording HTTP interactions in integration tests by sergerdn in https://github.com/hwchase17/langchain/pull/2445
* Harrison/move eval by hwchase17 in https://github.com/hwchase17/langchain/pull/2533
* bump version 134 by hwchase17 in https://github.com/hwchase17/langchain/pull/2544

New Contributors
* jcomfort4 made their first contribution in https://github.com/hwchase17/langchain/pull/2499
* tellison made their first contribution in https://github.com/hwchase17/langchain/pull/2492
* mattroyer made their first contribution in https://github.com/hwchase17/langchain/pull/2468
* weaversam8 made their first contribution in https://github.com/hwchase17/langchain/pull/2509
* timonbimon made their first contribution in https://github.com/hwchase17/langchain/pull/2452
* qued made their first contribution in https://github.com/hwchase17/langchain/pull/2498
* lts-rad made their first contribution in https://github.com/hwchase17/langchain/pull/2422
* gasparitiago made their first contribution in https://github.com/hwchase17/langchain/pull/2514
* fabiancabau made their first contribution in https://github.com/hwchase17/langchain/pull/2522
* AeroXi made their first contribution in https://github.com/hwchase17/langchain/pull/2330
* VashishtMadhavan made their first contribution in https://github.com/hwchase17/langchain/pull/2444
* untilhamza made their first contribution in https://github.com/hwchase17/langchain/pull/2529
* SangamSwadiK made their first contribution in https://github.com/hwchase17/langchain/pull/2532
* tmyjoe made their first contribution in https://github.com/hwchase17/langchain/pull/2543

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.133...v0.0.134

0.0.133

Not secure
What's Changed
* Add lint_diff command by hinthornw in https://github.com/hwchase17/langchain/pull/2449
* Add a mock server by hinthornw in https://github.com/hwchase17/langchain/pull/2443
* feat: adds support for MSFT Outlook files in `UnstructuredEmailLoader` by MthwRobinson in https://github.com/hwchase17/langchain/pull/2450
* rfc: multi action agent by hwchase17 in https://github.com/hwchase17/langchain/pull/2362
* Harrison/openapi parser by hwchase17 in https://github.com/hwchase17/langchain/pull/2461
* Simple typo fix in openapi agent toolkit by fatganz in https://github.com/hwchase17/langchain/pull/2502
* Fix WhatsAppChatLoader regex pattern for 24 hour time format by itortouch in https://github.com/hwchase17/langchain/pull/2458
* Harrison/openapi spec by hwchase17 in https://github.com/hwchase17/langchain/pull/2474
* bump version to 133 by hwchase17 in https://github.com/hwchase17/langchain/pull/2503

New Contributors
* fatganz made their first contribution in https://github.com/hwchase17/langchain/pull/2502
* itortouch made their first contribution in https://github.com/hwchase17/langchain/pull/2458

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.132...v0.0.133

0.0.132

Not secure
What's Changed
* replicate cleanup by hwchase17 in https://github.com/hwchase17/langchain/pull/2394
* add metal retriever by hwchase17 in https://github.com/hwchase17/langchain/pull/2244
* Harrison/pinecone hybrid by hwchase17 in https://github.com/hwchase17/langchain/pull/2405
* Fix requests wrapper refactor by jerwelborn in https://github.com/hwchase17/langchain/pull/2417
* hierarchical planning agent for multi-step queries against larger openapi specs by jerwelborn in https://github.com/hwchase17/langchain/pull/2170
* Update LlamaCpp parameters by abetlen in https://github.com/hwchase17/langchain/pull/2411
* Don't create a new Pinecone index if doesn't exist by AdamGS in https://github.com/hwchase17/langchain/pull/2414
* Harrison/elastic search by hwchase17 in https://github.com/hwchase17/langchain/pull/2419
* improve `AsyncCallbackManager` by agola11 in https://github.com/hwchase17/langchain/pull/2410
* fix: elasticsearch by sergerdn in https://github.com/hwchase17/langchain/pull/2402
* Documentation Error - Typo in Docs - Update custom_mrkl_agent.ipynb by anabranch in https://github.com/hwchase17/langchain/pull/2437
* fixed typo Teplate -> Template by researchonly in https://github.com/hwchase17/langchain/pull/2433
* Harrison/tfidf retriever by hwchase17 in https://github.com/hwchase17/langchain/pull/2440
* bump version to 132 by hwchase17 in https://github.com/hwchase17/langchain/pull/2441

New Contributors
* abetlen made their first contribution in https://github.com/hwchase17/langchain/pull/2411
* AdamGS made their first contribution in https://github.com/hwchase17/langchain/pull/2414
* anabranch made their first contribution in https://github.com/hwchase17/langchain/pull/2437
* researchonly made their first contribution in https://github.com/hwchase17/langchain/pull/2433

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.131...v0.0.132

0.0.131

Not secure
What's Changed
* Bump anthropic version by mikelambert in https://github.com/hwchase17/langchain/pull/2352
* fix: testing in Windows and add missing dev dependency by sergerdn in https://github.com/hwchase17/langchain/pull/2340
* Fixed a typo Teplate > Template by videowala in https://github.com/hwchase17/langchain/pull/2348
* Fix spelling and grammar in multi_input_tool.ipynb by jaredthejellyfish in https://github.com/hwchase17/langchain/pull/2337
* Persist database regardless of notebook or script context by bkamapantula in https://github.com/hwchase17/langchain/pull/2351
* 🐛 fix: missing kwargs in from_agent_and_tools in dataframe agent by MohammedAlhajji in https://github.com/hwchase17/langchain/pull/2285
* Harrison/base language model by hwchase17 in https://github.com/hwchase17/langchain/pull/2357
* Update agent_vectorstore.ipynb by blackaxe21 in https://github.com/hwchase17/langchain/pull/2358
* Expand requests tool into individual methods for load_tools by happilyeverafter95 in https://github.com/hwchase17/langchain/pull/2254
* Llama.cpp doc update: fix ipynb path by ipmsteven in https://github.com/hwchase17/langchain/pull/2364
* Remove extra word in CONTRIBUTING.md by andrewmelis in https://github.com/hwchase17/langchain/pull/2370
* Fix: Pass along kwargs when creating a sql agent by zachdj in https://github.com/hwchase17/langchain/pull/2350
* Add Enum for agent types by Shrined in https://github.com/hwchase17/langchain/pull/2321
* requests wrapper by hwchase17 in https://github.com/hwchase17/langchain/pull/2367
* fix: tests with Dockerfile by sergerdn in https://github.com/hwchase17/langchain/pull/2382
* Qdrant update to 1.1.1 & docs polishing by kacperlukawski in https://github.com/hwchase17/langchain/pull/2388
* Harrison/msg files by hwchase17 in https://github.com/hwchase17/langchain/pull/2375
* Harrison/sql views by hwchase17 in https://github.com/hwchase17/langchain/pull/2376
* Harrison/gpt4all by hwchase17 in https://github.com/hwchase17/langchain/pull/2366
* Revision of "elasticearch" spelling problem by longgui0318 in https://github.com/hwchase17/langchain/pull/2378
* bump version to 131 by hwchase17 in https://github.com/hwchase17/langchain/pull/2391

New Contributors
* videowala made their first contribution in https://github.com/hwchase17/langchain/pull/2348
* bkamapantula made their first contribution in https://github.com/hwchase17/langchain/pull/2351
* MohammedAlhajji made their first contribution in https://github.com/hwchase17/langchain/pull/2285
* blackaxe21 made their first contribution in https://github.com/hwchase17/langchain/pull/2358
* happilyeverafter95 made their first contribution in https://github.com/hwchase17/langchain/pull/2254
* ipmsteven made their first contribution in https://github.com/hwchase17/langchain/pull/2364
* andrewmelis made their first contribution in https://github.com/hwchase17/langchain/pull/2370
* zachdj made their first contribution in https://github.com/hwchase17/langchain/pull/2350
* Shrined made their first contribution in https://github.com/hwchase17/langchain/pull/2321
* longgui0318 made their first contribution in https://github.com/hwchase17/langchain/pull/2378

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.130...v0.0.131

0.0.130

Not secure
What's Changed
* Harrison/base agent by hwchase17 in https://github.com/hwchase17/langchain/pull/2137
* Add Zilliz example by fzliu in https://github.com/hwchase17/langchain/pull/2288
* micro docstring typo fix by galtay in https://github.com/hwchase17/langchain/pull/2308
* Fix typo in documentation: vectorstore-retriever.ipynb by ambujpawar in https://github.com/hwchase17/langchain/pull/2306
* Modify document by akmhmgc in https://github.com/hwchase17/langchain/pull/2300
* Minor text correction by akmhmgc in https://github.com/hwchase17/langchain/pull/2298
* Modify output for wikipedia api wrapper by akmhmgc in https://github.com/hwchase17/langchain/pull/2287
* chat model example by hwchase17 in https://github.com/hwchase17/langchain/pull/2310
* Reduce number of documents to return for Pinecone by kennethleungty in https://github.com/hwchase17/langchain/pull/2299
* Introduces SeleniumURLLoader for JavaScript-Dependent Web Page Data Retrieval by Ynng in https://github.com/hwchase17/langchain/pull/2291
* feat: category support for SearxSearchWrapper by AlexW00 in https://github.com/hwchase17/langchain/pull/2271
* fixed index name error found at redis new vector test by DvirDukhan in https://github.com/hwchase17/langchain/pull/2311
* Fixed a typo in an Error Message of SerpAPI by sleeper in https://github.com/hwchase17/langchain/pull/2313
* Harrison/llama by hwchase17 in https://github.com/hwchase17/langchain/pull/2314
* custom agent docs by hwchase17 in https://github.com/hwchase17/langchain/pull/2342
* bump version to 130 by hwchase17 in https://github.com/hwchase17/langchain/pull/2343

New Contributors
* galtay made their first contribution in https://github.com/hwchase17/langchain/pull/2308
* ambujpawar made their first contribution in https://github.com/hwchase17/langchain/pull/2306
* kennethleungty made their first contribution in https://github.com/hwchase17/langchain/pull/2299
* Ynng made their first contribution in https://github.com/hwchase17/langchain/pull/2291
* AlexW00 made their first contribution in https://github.com/hwchase17/langchain/pull/2271
* DvirDukhan made their first contribution in https://github.com/hwchase17/langchain/pull/2311
* sleeper made their first contribution in https://github.com/hwchase17/langchain/pull/2313

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.129...v0.0.130

0.0.129

Not secure
What's Changed
* Fixed the link to promptlayer dashboard by LaloLalo1999 in https://github.com/hwchase17/langchain/pull/2246
* Add total_cost estimates based on token count for openai by timothyasp in https://github.com/hwchase17/langchain/pull/2243
* update vectorstore.ipynb by franfram in https://github.com/hwchase17/langchain/pull/2239
* Add titles to metadatas in gdrive loader by patrickstorm in https://github.com/hwchase17/langchain/pull/2260
* Update simple typo in llm_bash md by FourFortyFour in https://github.com/hwchase17/langchain/pull/2269
* Add wikipedia api example by akmhmgc in https://github.com/hwchase17/langchain/pull/2267
* Add encoding parameter to TextLoader by Tiger767 in https://github.com/hwchase17/langchain/pull/2250
* Open a Deeplake dataset in read only mode by jc-tzn in https://github.com/hwchase17/langchain/pull/2240
* remote retriever by hwchase17 in https://github.com/hwchase17/langchain/pull/2232
* feat: add Dockerfile to run unit tests in a Docker container by sergerdn in https://github.com/hwchase17/langchain/pull/2188
* Update apis.md by oldsj in https://github.com/hwchase17/langchain/pull/2278
* Add ability to pass kwargs to loader classes in `DirectoryLoader`, add ability to modify encoding and BeautifulSoup behaviour in `BSHTMLLoader` by samuelwcm in https://github.com/hwchase17/langchain/pull/2275
* Harrison/sql alchemy by hwchase17 in https://github.com/hwchase17/langchain/pull/2216
* skip unit tests that fail in Windows by leo-gan in https://github.com/hwchase17/langchain/pull/2238
* Virat/add param to optionally not refresh ES indices by virattt in https://github.com/hwchase17/langchain/pull/2233
* Harrison/multiline commands by hwchase17 in https://github.com/hwchase17/langchain/pull/2280
* bump version to 129 by hwchase17 in https://github.com/hwchase17/langchain/pull/2281

New Contributors
* LaloLalo1999 made their first contribution in https://github.com/hwchase17/langchain/pull/2246
* FourFortyFour made their first contribution in https://github.com/hwchase17/langchain/pull/2269
* akmhmgc made their first contribution in https://github.com/hwchase17/langchain/pull/2267
* Tiger767 made their first contribution in https://github.com/hwchase17/langchain/pull/2250
* jc-tzn made their first contribution in https://github.com/hwchase17/langchain/pull/2240
* oldsj made their first contribution in https://github.com/hwchase17/langchain/pull/2278
* samuelwcm made their first contribution in https://github.com/hwchase17/langchain/pull/2275
* leo-gan made their first contribution in https://github.com/hwchase17/langchain/pull/2238
* virattt made their first contribution in https://github.com/hwchase17/langchain/pull/2233

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.128...v0.0.129

Page 52 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.