vibbabackend / pyproject.toml
prestiva's picture
UPDATE: book3
92e030f
raw
history blame contribute delete
441 Bytes
[project]
name = "bookai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"einops>=0.8.1",
"langchain>=0.3.27",
"langchain-chroma>=0.2.6",
"langchain-community>=0.3.29",
"langchain-core>=0.3.76",
"langchain-groq>=0.3.8",
"langchain-huggingface>=0.3.1",
"rank-bm25>=0.2.2",
"sanic>=25.3.0",
"sentence-transformers>=5.1.1",
]