Langchain

Latest version: v0.2.1

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

Scan your dependencies

Page 46 of 63

0.0.138

Not secure
What's Changed
* added a missing word (typo) by davidjhwu in https://github.com/hwchase17/langchain/pull/2719
* fixed typo by davidjhwu in https://github.com/hwchase17/langchain/pull/2720
* Added bilibili loader (2673) by vowelparrot in https://github.com/hwchase17/langchain/pull/2724
* Make the OpenAPI agent's verbose print optional by dogancanbakir in https://github.com/hwchase17/langchain/pull/2666
* fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed by Code-Hex in https://github.com/hwchase17/langchain/pull/2718
* Use tiktoken for Python 3.8 by joshsny in https://github.com/hwchase17/langchain/pull/2709
* Fix the unset argument in calling llama model by 134ARG in https://github.com/hwchase17/langchain/pull/2714
* Minor: Remove duplicated word in error message by yanghua in https://github.com/hwchase17/langchain/pull/2706
* Add PATCH and DELETE to OpenAPI Agent by ar-mccabe in https://github.com/hwchase17/langchain/pull/2729
* Update VectorStore Class Method Typing by vowelparrot in https://github.com/hwchase17/langchain/pull/2731
* Add workaround for not having async vector store methods by agola11 in https://github.com/hwchase17/langchain/pull/2733
* fix: some imports for integration tests by sergerdn in https://github.com/hwchase17/langchain/pull/2612
* add continue to fix 'continue_on_failure' parameter for URL doc loader by leecjohnny in https://github.com/hwchase17/langchain/pull/2735
* Updating YoutubeLoader.from_youtube_channel name and doc to reflect actual usage by leecjohnny in https://github.com/hwchase17/langchain/pull/2734
* Harrison/pinecone hybrid update by hwchase17 in https://github.com/hwchase17/langchain/pull/2742
* Add Zapier NLA OAuth access_token to be used by mplachter in https://github.com/hwchase17/langchain/pull/2726
* Remove unnecessary method from Qdrant vectorstore and clean up docstrings by vr140 in https://github.com/hwchase17/langchain/pull/2700
* Harrison/apply llm flag by hwchase17 in https://github.com/hwchase17/langchain/pull/2743
* Update chatgpt_plugins.ipynb by nuhmanpk in https://github.com/hwchase17/langchain/pull/2745
* Add Retrieval Example for AI Plugins by vowelparrot in https://github.com/hwchase17/langchain/pull/2737
* Typo by nuhmanpk in https://github.com/hwchase17/langchain/pull/2747
* Add type inference for output parsers by joshsny in https://github.com/hwchase17/langchain/pull/2769
* Update custom_agent.ipynb by wangml999 in https://github.com/hwchase17/langchain/pull/2767
* version 138 by hwchase17 in https://github.com/hwchase17/langchain/pull/2782

New Contributors
* davidjhwu made their first contribution in https://github.com/hwchase17/langchain/pull/2719
* vowelparrot made their first contribution in https://github.com/hwchase17/langchain/pull/2724
* dogancanbakir made their first contribution in https://github.com/hwchase17/langchain/pull/2666
* joshsny made their first contribution in https://github.com/hwchase17/langchain/pull/2709
* 134ARG made their first contribution in https://github.com/hwchase17/langchain/pull/2714
* yanghua made their first contribution in https://github.com/hwchase17/langchain/pull/2706
* leecjohnny made their first contribution in https://github.com/hwchase17/langchain/pull/2735
* mplachter made their first contribution in https://github.com/hwchase17/langchain/pull/2726
* nuhmanpk made their first contribution in https://github.com/hwchase17/langchain/pull/2745
* wangml999 made their first contribution in https://github.com/hwchase17/langchain/pull/2767

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.137...v0.0.138

0.0.137

Not secure
What's Changed
* BabyAGI Notebook Example by hinthornw in https://github.com/hwchase17/langchain/pull/2559
* Add async call to APIChain. (2583) by agola11 in https://github.com/hwchase17/langchain/pull/2644
* Add Streaming for GPT4All by hinthornw in https://github.com/hwchase17/langchain/pull/2642
* fix question answering nb by agola11 in https://github.com/hwchase17/langchain/pull/2637
* Add new loader to load pdf as html content by rc19 in https://github.com/hwchase17/langchain/pull/2607
* Use `run` and `arun` in place of `combine_docs` and `acombine_docs` by agola11 in https://github.com/hwchase17/langchain/pull/2635
* Harrison/docs agents by hwchase17 in https://github.com/hwchase17/langchain/pull/2647
* Update Graphsignal ecosystem page by dmelikyan in https://github.com/hwchase17/langchain/pull/2662
* Add docs for callbacks by agola11 in https://github.com/hwchase17/langchain/pull/2643
* SqlDatabaseToolkit should have custom llm for QueryChecke… by agola11 in https://github.com/hwchase17/langchain/pull/2676
* Doc - Update google_search.ipynb - more explicit reference to places where to create API keys by Tommertom in https://github.com/hwchase17/langchain/pull/2670
* docs: Update deployments.md to include a BentoML example by ssheng in https://github.com/hwchase17/langchain/pull/2661
* Adding milvus/zilliz into docs by filip-halt in https://github.com/hwchase17/langchain/pull/2686
* Harrison/databerry by hwchase17 in https://github.com/hwchase17/langchain/pull/2688
* Clean up OpenAI Embeddings to fix method name and comments by vr140 in https://github.com/hwchase17/langchain/pull/2687
* add: conda installation instructions by YYYasin19 in https://github.com/hwchase17/langchain/pull/2678
* docs: update tokenizer notice in llms/getting_started by nikitajz in https://github.com/hwchase17/langchain/pull/2641
* Add OpenAIEmbeddings special token params for tiktoken by shibanovp in https://github.com/hwchase17/langchain/pull/2682
* Add custom vector fields and text fields for OpenSearch by naveentatikonda in https://github.com/hwchase17/langchain/pull/2652
* baby agi agent by hwchase17 in https://github.com/hwchase17/langchain/pull/2648
* Add notebook example for camel role playing by lightaime in https://github.com/hwchase17/langchain/pull/2689
* Harrison/postgres by hwchase17 in https://github.com/hwchase17/langchain/pull/2691
* Harrison/openapi planner by hwchase17 in https://github.com/hwchase17/langchain/pull/2692
* Fixed Ast Python Repl for Chatgpt multiline commands by abhiksingla in https://github.com/hwchase17/langchain/pull/2406
* agents docs and version bump by hwchase17 in https://github.com/hwchase17/langchain/pull/2717

New Contributors
* ssheng made their first contribution in https://github.com/hwchase17/langchain/pull/2661
* vr140 made their first contribution in https://github.com/hwchase17/langchain/pull/2687
* YYYasin19 made their first contribution in https://github.com/hwchase17/langchain/pull/2678
* nikitajz made their first contribution in https://github.com/hwchase17/langchain/pull/2641
* shibanovp made their first contribution in https://github.com/hwchase17/langchain/pull/2682
* lightaime made their first contribution in https://github.com/hwchase17/langchain/pull/2689
* abhiksingla made their first contribution in https://github.com/hwchase17/langchain/pull/2406

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.136...v0.0.137

0.0.136

Not secure
What's Changed
* Add AsyncIteratorCallbackHandler by nfcampos in https://github.com/hwchase17/langchain/pull/2329
* Allow recovering from JSONDecoder errors in StructuredOutputParser by nfcampos in https://github.com/hwchase17/langchain/pull/2616
* Typo docs - Update data_augmented_question_answering.ipynb propriterary-> proprietary by Tommertom in https://github.com/hwchase17/langchain/pull/2626
* Fix missing import in AzureOpenAI embeddings example by letmerecall in https://github.com/hwchase17/langchain/pull/2625
* Fix typo in error message by jankrepl in https://github.com/hwchase17/langchain/pull/2622
* Add missing comma in async_agent.ipynb by ecneladis in https://github.com/hwchase17/langchain/pull/2614
* Fix typo in PromptTemplate from_examples by jankrepl in https://github.com/hwchase17/langchain/pull/2628
* Multi-Hop / Multi-Spec LLM Chain by hinthornw in https://github.com/hwchase17/langchain/pull/2549
* Deep Lake retriever example analyzing Twitter the-algorithm source code by davidbuniat in https://github.com/hwchase17/langchain/pull/2602
* fix: ReadTheDocs loader main content filter by blob42 in https://github.com/hwchase17/langchain/pull/2609
* Fix typo in docs by nick-gibb in https://github.com/hwchase17/langchain/pull/2601
* Fix small typo in SemanticSimilarityExampleSelector by jankrepl in https://github.com/hwchase17/langchain/pull/2629
* Harrison/docs cleanup by hwchase17 in https://github.com/hwchase17/langchain/pull/2633
* bump version to 136 by hwchase17 in https://github.com/hwchase17/langchain/pull/2634

New Contributors
* Tommertom made their first contribution in https://github.com/hwchase17/langchain/pull/2626
* letmerecall made their first contribution in https://github.com/hwchase17/langchain/pull/2625
* jankrepl made their first contribution in https://github.com/hwchase17/langchain/pull/2622
* ecneladis made their first contribution in https://github.com/hwchase17/langchain/pull/2614
* nick-gibb made their first contribution in https://github.com/hwchase17/langchain/pull/2601

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.135...v0.0.136

0.0.135

Not secure
What's Changed
* agent docs by hwchase17 in https://github.com/hwchase17/langchain/pull/2551
* Fix a typo in the SQL agent prompt prefix by duncanjbrown in https://github.com/hwchase17/langchain/pull/2552
* fix typo in summary_buffer.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/2547
* Fix typo in ChatGPT plugins by joaoareis in https://github.com/hwchase17/langchain/pull/2553
* Upgrade Qdrant to 1.1.2 by kacperlukawski in https://github.com/hwchase17/langchain/pull/2554
* fix: missed deps integrations tests by sergerdn in https://github.com/hwchase17/langchain/pull/2560
* Modified doc by akmhmgc in https://github.com/hwchase17/langchain/pull/2568
* use openai_organization as argument by utopianf in https://github.com/hwchase17/langchain/pull/2566
* doc: change comment with correct name by royxue in https://github.com/hwchase17/langchain/pull/2580
* Fix docs links by venkytv in https://github.com/hwchase17/langchain/pull/2572
* RWKV: do not propagate model_state between calls by lts-rad in https://github.com/hwchase17/langchain/pull/2565
* Add shared Google Drive folder support by whenchyiv in https://github.com/hwchase17/langchain/pull/2562
* fix temperature parameter not used in chat models by wolegechu in https://github.com/hwchase17/langchain/pull/2558
* Harrison/redis by hwchase17 in https://github.com/hwchase17/langchain/pull/2588
* Remove unnecessary question mark in link in README by izeye in https://github.com/hwchase17/langchain/pull/2589
* Harrison/motorhead by hwchase17 in https://github.com/hwchase17/langchain/pull/2599
* 2595 ChromaDB: Add ability to adjust metadata for indexes upon creating co… by rkeshwani in https://github.com/hwchase17/langchain/pull/2597
* bump version to 135 by hwchase17 in https://github.com/hwchase17/langchain/pull/2600

New Contributors
* duncanjbrown made their first contribution in https://github.com/hwchase17/langchain/pull/2552
* joaoareis made their first contribution in https://github.com/hwchase17/langchain/pull/2553
* utopianf made their first contribution in https://github.com/hwchase17/langchain/pull/2566
* royxue made their first contribution in https://github.com/hwchase17/langchain/pull/2580
* venkytv made their first contribution in https://github.com/hwchase17/langchain/pull/2572
* whenchyiv made their first contribution in https://github.com/hwchase17/langchain/pull/2562
* wolegechu made their first contribution in https://github.com/hwchase17/langchain/pull/2558
* izeye made their first contribution in https://github.com/hwchase17/langchain/pull/2589
* rkeshwani made their first contribution in https://github.com/hwchase17/langchain/pull/2597

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

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

Page 46 of 63

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.