Home / Function/ langchain_community() — langchain Function Reference

langchain_community() — langchain Function Reference

Architecture documentation for the langchain_community() function in __init__.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  5d997813_7df8_4325_fb93_1b5a21aa48b3["langchain_community()"]
  387f86b5_13c4_22ef_76d3_7df0e3b974ac["__init__.py"]
  5d997813_7df8_4325_fb93_1b5a21aa48b3 -->|defined in| 387f86b5_13c4_22ef_76d3_7df0e3b974ac
  style 5d997813_7df8_4325_fb93_1b5a21aa48b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/utilities/__init__.py lines 12–58

    from langchain_community.utilities import (
        AlphaVantageAPIWrapper,
        ApifyWrapper,
        ArceeWrapper,
        ArxivAPIWrapper,
        BibtexparserWrapper,
        BingSearchAPIWrapper,
        BraveSearchWrapper,
        DuckDuckGoSearchAPIWrapper,
        GoldenQueryAPIWrapper,
        GoogleFinanceAPIWrapper,
        GoogleJobsAPIWrapper,
        GoogleLensAPIWrapper,
        GooglePlacesAPIWrapper,
        GoogleScholarAPIWrapper,
        GoogleSearchAPIWrapper,
        GoogleSerperAPIWrapper,
        GoogleTrendsAPIWrapper,
        GraphQLAPIWrapper,
        JiraAPIWrapper,
        LambdaWrapper,
        MaxComputeAPIWrapper,
        MerriamWebsterAPIWrapper,
        MetaphorSearchAPIWrapper,
        NasaAPIWrapper,
        OpenWeatherMapAPIWrapper,
        OutlineAPIWrapper,
        Portkey,
        PowerBIDataset,
        PubMedAPIWrapper,
        Requests,
        RequestsWrapper,
        SceneXplainAPIWrapper,
        SearchApiAPIWrapper,
        SearxSearchWrapper,
        SerpAPIWrapper,
        SparkSQL,
        SQLDatabase,
        StackExchangeAPIWrapper,
        SteamWebAPIWrapper,
        TensorflowDatasets,
        TextRequestsWrapper,
        TwilioAPIWrapper,
        WikipediaAPIWrapper,
        WolframAlphaAPIWrapper,
        ZapierNLAWrapper,
    )

Domain

Subdomains

Frequently Asked Questions

What does langchain_community() do?
langchain_community() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/utilities/__init__.py.
Where is langchain_community() defined?
langchain_community() is defined in libs/langchain/langchain_classic/utilities/__init__.py at line 12.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free