Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculations and math #3412

Closed
1 task done
aliasal opened this issue Apr 27, 2023 · 3 comments
Closed
1 task done

Calculations and math #3412

aliasal opened this issue Apr 27, 2023 · 3 comments
Labels
potential plugin This may fit better into our plugin system. Stale

Comments

@aliasal
Copy link

aliasal commented Apr 27, 2023

Duplicates

  • I have searched the existing issues

Summary 💡

I was not sure wether to file under bug report or under feature request.
All language models are bad with math.
Can tools like wolfram-alpha or the llm-math from LangChain be integrated?

Examples 🌈

I created an agent that should solve the problem to find out the weight difference between 1 cubicmeter gold and a regular tetrahedron of edge length 2m made of lead.
It worked quite good, but stumbled the landing, where it did the following:

The weight of 1 cubic meter of gold is 19,300 kg. The volume of a regular tetrahedron with edge length 2m is (2^3)/(6sqrt(2)) m^3, which is approximately 0.4714 m^3

Everything is correct, except the calculated volume of the tetrahedron. The formula is correct and gives exact the double of the volume, that the system found, that is 0.95 m^3

Motivation 🔦

"Simple" calculation needs to be done all the time and without relieable results not much can be achieved.

@k-boikov k-boikov added the potential plugin This may fit better into our plugin system. label Apr 27, 2023
@Boostrix
Copy link
Contributor

Boostrix commented May 8, 2023

#3775

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 6, 2023
@github-actions
Copy link
Contributor

This issue was closed automatically because it has been stale for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential plugin This may fit better into our plugin system. Stale
Projects
None yet
Development

No branches or pull requests

3 participants