Harrison Chase
|
0e21463f07
|
(rfc) chat models (#1424)
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
|
2023-03-06 08:34:24 -08:00 |
|
Shahriar Tajbakhsh
|
b7747017d7
|
Import of declarative_base when SQLAlchemy <1.4 (#883)
In
[pyproject.toml](https://github.com/hwchase17/langchain/blob/master/pyproject.toml),
the expectation is `SQLAlchemy = "^1"`. But, the way `declarative_base`
is imported in
[cache.py](https://github.com/hwchase17/langchain/blob/master/langchain/cache.py)
will only work with SQLAlchemy >=1.4. This PR makes sure Langchain can
be run in environments with SQLAlchemy <1.4
|
2023-02-10 18:33:47 -08:00 |
|
Amos Ng
|
fa6826e417
|
Fix sqlalchemy warnings when running tests (#733)
This has been bugging me when running my own tests that call langchain
methods :P
|
2023-01-25 07:14:07 -08:00 |
|
Harrison Chase
|
0ffeabd14f
|
Harrison/serialize llm chain (#671)
|
2023-01-24 21:36:19 -08:00 |
|
Harrison Chase
|
54d7f1c933
|
fix caching (#658)
|
2023-01-19 15:33:45 -08:00 |
|
Harrison Chase
|
9833fcfe32
|
fix caching (#555)
|
2023-01-06 07:30:10 -08:00 |
|
Harrison Chase
|
1631981f84
|
Harrison/fix and test caching (#538)
|
2023-01-04 18:39:06 -08:00 |
|