langchain/langchain/chains/llm_symbolic_math
Sam 931e68692e
Adds a chain around sympy for symbolic math (#6834)
- Description: Adds a new chain that acts as a wrapper around Sympy to
give LLMs the ability to do some symbolic math.
- Dependencies: SymPy

---------

Co-authored-by: sreiswig <sreiswig@github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-12 15:17:32 -04:00
..
__init__.py Adds a chain around sympy for symbolic math (#6834) 2023-07-12 15:17:32 -04:00
base.py Adds a chain around sympy for symbolic math (#6834) 2023-07-12 15:17:32 -04:00
prompt.py Adds a chain around sympy for symbolic math (#6834) 2023-07-12 15:17:32 -04:00