You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/utilities
Zachary Toliver 29ee0496b6
community[patch]: Allow override of 'fetch_schema_from_transport' in the GraphQL tool (#17649)
- **Description:** In order to override the bool value of
"fetch_schema_from_transport" in the GraphQLAPIWrapper, a
"fetch_schema_from_transport" value needed to be added to the
"_EXTRA_OPTIONAL_TOOLS" dictionary in load_tools in the "graphql" key.
The parameter "fetch_schema_from_transport" must also be passed in to
the GraphQLAPIWrapper to allow reading of the value when creating the
client. Passing as an optional parameter is probably best to avoid
breaking changes. This change is necessary to support GraphQL instances
that do not support fetching schema, such as TigerGraph. More info here:
[TigerGraph GraphQL Schema
Docs](https://docs.tigergraph.com/graphql/current/schema)
  - **Threads handle:** @zacharytoliver

---------

Co-authored-by: Zachary Toliver <zt10191991@hotmail.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
7 months ago
..
__init__.py community: Add you.com utility, update you retriever integration docs (#17014) 7 months ago
alpha_vantage.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
anthropic.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
apify.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
arcee.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
arxiv.py community[patch]: Update arxiv.py with Entry ID as a return value (#14915) 9 months ago
astradb.py community: Add async methods to AstraDBCache (#17415) 7 months ago
awslambda.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
bibtex.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
bing_search.py Fix: fix Bing Search empty result exception, fix #15384 (#15387) 8 months ago
brave_search.py infra: add -p to mkdir in lint steps (#17013) 7 months ago
clickup.py infra: add print rule to ruff (#16221) 7 months ago
dalle_image_generator.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
dataforseo_api_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
duckduckgo_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
github.py community[patch]: Fix github search issues and PRs PaginatedList has no len() error (#16806) 7 months ago
gitlab.py GITLAB_URL should take default https://gitlab.com instead of error (#14638) 8 months ago
golden_query.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
google_finance.py docs: docstrings `langchain_community` update (#14889) 9 months ago
google_jobs.py docs: docstrings `langchain_community` update (#14889) 9 months ago
google_lens.py infra: add print rule to ruff (#16221) 7 months ago
google_places_api.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
google_scholar.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
google_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
google_serper.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
google_trends.py community: Handling missing key in Google Trends API response. (#15864) 8 months ago
graphql.py community[patch]: Allow override of 'fetch_schema_from_transport' in the GraphQL tool (#17649) 7 months ago
jira.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
max_compute.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
merriam_webster.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
metaphor_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
nasa.py docs: docstrings `langchain_community` update (#14889) 9 months ago
nvidia_riva.py infra: add print rule to ruff (#16221) 7 months ago
opaqueprompts.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
openapi.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
openweathermap.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
outline.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
pebblo.py community[minor]: Add pebblo safe document loader (#16862) 7 months ago
polygon.py community: Add PolygonTickerNews Tool (#17808) 7 months ago
portkey.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
powerbi.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
pubmed.py infra: add print rule to ruff (#16221) 7 months ago
python.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
reddit_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
redis.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
requests.py infra: add -p to mkdir in lint steps (#17013) 7 months ago
scenexplain.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
searchapi.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
searx_search.py infra: add print rule to ruff (#16221) 7 months ago
semanticscholar.py community: Semanticscholar tool to search 200M+ scientific articles (#15151) 8 months ago
serpapi.py Fix failing serpapi response processing for Google Maps API (#14817) 8 months ago
spark_sql.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
sql_database.py [Langchain_community]: Corrected the imports to make them compatible with Sqlachemy <2.0 (#17653) 7 months ago
stackexchange.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
steam.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tavily_search.py Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109) 8 months ago
tensorflow_datasets.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
twilio.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
vertexai.py community[patch]: docstrings (#16810) 7 months ago
wikidata.py community: Wikidata tool support (#16691) 7 months ago
wikipedia.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
wolfram_alpha.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
you.py community: Add you.com utility, update you retriever integration docs (#17014) 7 months ago
zapier.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago