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>
2024-02-21 15:32:43 -08:00
..
__init__.py community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
alpha_vantage.py
anthropic.py
apify.py
arcee.py
arxiv.py
astradb.py community: Add async methods to AstraDBCache (#17415) 2024-02-14 23:10:08 -05:00
awslambda.py
bibtex.py
bing_search.py
brave_search.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
clickup.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
dalle_image_generator.py
dataforseo_api_search.py
duckduckgo_search.py
github.py community[patch]: Fix github search issues and PRs PaginatedList has no len() error (#16806) 2024-02-12 19:50:59 -08:00
gitlab.py
golden_query.py
google_finance.py
google_jobs.py
google_lens.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
google_places_api.py
google_scholar.py
google_search.py
google_serper.py
google_trends.py community: Handling missing key in Google Trends API response. (#15864) 2024-01-21 18:11:45 -08:00
graphql.py community[patch]: Allow override of 'fetch_schema_from_transport' in the GraphQL tool (#17649) 2024-02-21 15:32:43 -08:00
jira.py
max_compute.py
merriam_webster.py
metaphor_search.py
nasa.py
nvidia_riva.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
opaqueprompts.py
openapi.py
openweathermap.py
outline.py
pebblo.py community[minor]: Add pebblo safe document loader (#16862) 2024-02-12 21:56:12 -08:00
polygon.py community: Add PolygonTickerNews Tool (#17808) 2024-02-20 10:15:29 -08:00
portkey.py
powerbi.py
pubmed.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
python.py
reddit_search.py
redis.py
requests.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
scenexplain.py
searchapi.py
searx_search.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
semanticscholar.py
serpapi.py
spark_sql.py
sql_database.py [Langchain_community]: Corrected the imports to make them compatible with Sqlachemy <2.0 (#17653) 2024-02-16 16:59:08 -05:00
stackexchange.py
steam.py
tavily_search.py
tensorflow_datasets.py
twilio.py
vertexai.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
wikidata.py community: Wikidata tool support (#16691) 2024-01-28 16:45:21 -08:00
wikipedia.py
wolfram_alpha.py
you.py community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
zapier.py