Newer
Older
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
"Ismail Ashraq <ashraq@aurelio.ai>",
"Daniel Griffin <daniel@aurelio.ai>",
"Tolga Arslan <tolga@aurelio.ai>"
[project]
license = {file = "LICENSE"}
openai = ">=1.10.0,<2.0.0"
cohere = ">=5.00,<6.00"
mistralai= {version = ">=0.0.12,<0.1.0", optional = true}
pinecone-text = {version = ">=0.7.1,<0.10.0", optional = true}
torch = {version = ">=2.1.0,<2.6.0", optional = true}
transformers = {version = ">=4.36.2", optional = true}
tokenizers = {version = ">=0.19", optional = true}
llama-cpp-python = {version = "^0.2.28", optional = true}
pinecone-client = {version=">=3.0.0,<4.0.0", optional = true}
regex = ">=2023.12.25"
torchvision = { version = ">=0.17.0,<0.18.0", optional = true}
pillow = { version = ">=10.2.0,<11.0.0", optional = true}
matplotlib = { version = "^3.8.3", optional = true}
qdrant-client = {version = "^1.8.0", optional = true}
google-cloud-aiplatform = {version = "^1.45.0", optional = true}
botocore = {version = "^1.34.110", optional = true}
fastembed = {version = "^0.3.0", optional = true}
[tool.poetry.extras]
hybrid = ["pinecone-text"]
local = ["torch", "transformers", "tokenizers", "huggingface-hub", "llama-cpp-python"]
vision = ["torch", "torchvision", "transformers", "pillow"]
google = ["google-cloud-aiplatform"]
pytest = "^7.4.3"
pytest-mock = "^3.12.0"
pytest-cov = "^4.1.0"
black = {extras = ["jupyter"], version = ">=23.12.1,<24.5.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"