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

Add the new RunnableRails interface for LangChain integration. #235

Merged
merged 8 commits into from
Jan 12, 2024
Merged
Prev Previous commit
Merge branch 'develop' into feature/runnable-rails
Signed-off-by: Razvan Dinu <[email protected]>
  • Loading branch information
drazvan committed Jan 12, 2024
commit 071103881e9d565416a9c14da20816bb1cc2c5d2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pydantic==1.10.9
aiohttp==3.8.5
langchain==0.0.351
langchain==0.0.352
requests==2.31.0
typer==0.7.0
PyYAML~=6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
install_requires=[
"pydantic==1.10.9",
"aiohttp==3.8.5",
"langchain==0.0.351",
"langchain==0.0.352",
"requests>=2.31.0",
"typer==0.7.0",
"PyYAML~=6.0",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.