A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python.langchain.com/docs/integrations/tools/wolfram_alpha below:

Wolfram Alpha | 🦜️🔗 LangChain

Wolfram Alpha

This notebook goes over how to use the wolfram alpha component.

First, you need to set up your Wolfram Alpha developer account and get your APP ID:

  1. Go to wolfram alpha and sign up for a developer account here
  2. Create an app and get your APP ID
  3. pip install wolframalpha

Then we will need to set some environment variables:

  1. Save your APP ID into WOLFRAM_ALPHA_APPID env variable
import os

os.environ["WOLFRAM_ALPHA_APPID"] = ""
from langchain_community.utilities.wolfram_alpha import WolframAlphaAPIWrapper
wolfram = WolframAlphaAPIWrapper()
wolfram.run("What is 2x+5 = -3x + 7?")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4