langchain/docs/extras/integrations/tools
Terry Tan 8bc452a466
Enhance Google search tool SerpApi response (#10157)
Enhance SerpApi response which potential to have more relevant output.

<img width="345" alt="Screenshot 2023-09-01 at 8 26 13 AM"
src="https://github.com/langchain-ai/langchain/assets/10222402/80ff684d-e02e-4143-b218-5c1b102cbf75">

Query: What is the weather in Pomfret?

**Before:**

> I should look up the current weather conditions.
...
Final Answer: The current weather in Pomfret is 73°F with 1% chance of
precipitation and winds at 10 mph.

**After:**

> I should look up the current weather conditions.
...
Final Answer: The current weather in Pomfret is 62°F, 1% precipitation,
61% humidity, and 4 mph wind.

---

Query: Top team in english premier league?

**Before:**

> I need to find out which team is currently at the top of the English
Premier League
...
Final Answer: Liverpool FC is currently at the top of the English
Premier League.

**After:**

> I need to find out which team is currently at the top of the English
Premier League
...
Final Answer: Man City is currently at the top of the English Premier
League.

---

Query: Top team in english premier league?

**Before:**

> I need to find out which team is currently at the top of the English
Premier League
...
Final Answer: Liverpool FC is currently at the top of the English
Premier League.


**After:**

> I need to find out which team is currently at the top of the English
Premier League
...
Final Answer: Man City is currently at the top of the English Premier
League.

---

Query: Any upcoming events in Paris?

**Before:**

> I should look for events in Paris
Action: Search
...
Final Answer: Upcoming events in Paris this month include Whit Sunday &
Whit Monday (French National Holiday), Makeup in Paris, Paris Jazz
Festival, Fete de la Musique, and Salon International de la Maison de.

**After:**

> I should look for events in Paris
Action: Search
...
Final Answer: Upcoming events in Paris include Elektric Park 2023, The
Aces, and BEING AS AN OCEAN.
2023-09-03 20:24:19 -07:00
..
_gradio_tools_files mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
alpha_vantage.ipynb Add LangChain utility for real-time crypto exchange prices (#4501) 2023-08-11 14:45:06 -07:00
apify.ipynb Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
arxiv.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
awslambda.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
bash.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
bing_search.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
brave_search.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
chatgpt_plugins.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
dalle_image_generator.ipynb dalle nb fix (#9125) 2023-08-11 08:21:48 -07:00
dataforseo.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
ddg.ipynb DuckDuckGoSearch News Tool (#8292) 2023-07-26 11:30:01 -07:00
edenai_tools.ipynb Bagatur/eden type 2 (#10102) 2023-09-01 10:27:27 -07:00
filesystem.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
golden_query.ipynb update golden-query notebook and fix typo in golden docs (#8253) 2023-07-25 18:15:48 -07:00
google_drive.ipynb docs: google-drive-tool example fix (#10000) 2023-09-01 13:31:26 -07:00
google_places.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
google_search.ipynb Fixes typo in documentation (#8882) 2023-08-07 14:33:21 -07:00
google_serper.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
gradio_tools.ipynb rm base64 images from docs (#10110) 2023-09-01 15:15:12 -07:00
graphql.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
huggingface_tools.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
human_tools.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
ifttt.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
index.mdx mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
lemonai.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
metaphor_search.ipynb Change default Metaphor search example to use prompt optimizer (#8890) 2023-08-07 17:25:36 -07:00
nuclia.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
openweathermap.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
pubmed.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
python.ipynb Fix notebook that 'cannot convert' via nbdoc_build (#8333) 2023-07-26 18:54:23 -07:00
requests.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
sceneXplain.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
search_tools.ipynb Enhance Google search tool SerpApi response (#10157) 2023-09-03 20:24:19 -07:00
searx_search.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
serpapi.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
sqlite.mdx SQL use case docs (#8513) 2023-08-08 03:30:18 -07:00
twilio.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
wikipedia.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
wolfram_alpha.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
yahoo_finance_news.ipynb Yahoo Finance News tool (#10014) 2023-09-03 14:43:57 -07:00
youtube.ipynb docs: youtube_search tool example update (#9958) 2023-09-01 13:32:27 -07:00
zapier.ipynb Updated titles, descriptions. 2023-08-29 15:42:28 -07:00