Feature/bedrock embedder (#1470)
This commit is contained in:
@@ -138,6 +138,7 @@ sqlalchemy = "^2.0.27"
|
||||
alembic = "^1.13.1"
|
||||
langchain-cohere = "^0.1.4"
|
||||
langchain-community = "^0.2.6"
|
||||
langchain-aws = {version = "^0.1.10", optional = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.3.0"
|
||||
@@ -177,6 +178,7 @@ postgres = ["psycopg", "psycopg-binary", "psycopg-pool"]
|
||||
mysql = ["mysql-connector-python"]
|
||||
google = ["google-generativeai"]
|
||||
mistralai = ["langchain-mistralai"]
|
||||
aws = ["langchain-aws"]
|
||||
|
||||
[tool.poetry.group.docs.dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user