Sets up metadata db for every llm class (#1401)

This commit is contained in:
Pranav Puranik
2024-08-01 14:15:28 -05:00
committed by GitHub
parent 58b6887bf5
commit b386e24f5d
5 changed files with 22 additions and 14 deletions

View File

@@ -2391,18 +2391,18 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
[[package]]
name = "langchain-aws"
version = "0.1.10"
version = "0.1.13"
description = "An integration package connecting AWS and LangChain"
optional = true
python-versions = "<4.0,>=3.8.1"
files = [
{file = "langchain_aws-0.1.10-py3-none-any.whl", hash = "sha256:2cba72efaa9f0dc406d8e06a1fbaa3762678d489cbc5147cf64a7012189c161c"},
{file = "langchain_aws-0.1.10.tar.gz", hash = "sha256:7f01dacbf8345a28192cec4ef31018cc33a91de0b82122f913eec09a76d64fd5"},
{file = "langchain_aws-0.1.13-py3-none-any.whl", hash = "sha256:c4db60c8a83b8ff3e66170e0bd646739176fcd1a20a9d0a10828a1e21339af1d"},
{file = "langchain_aws-0.1.13.tar.gz", hash = "sha256:fda790732a72de4ccec3760dba24db5f9fa5cb8724dfd9676a7d5cf87a9f1a98"},
]
[package.dependencies]
boto3 = ">=1.34.131,<1.35.0"
langchain-core = ">=0.2.6,<0.3"
langchain-core = ">=0.2.17,<0.3"
numpy = ">=1,<2"
[[package]]