Files
omnia-langchain/pyproject.toml

14 lines
323 B
TOML

[project]
name = "langchain-tutorial"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"faiss-cpu>=1.13.2",
"langchain-community>=0.4.1",
"langchain[llms]>=1.2.15",
"llama-cpp-python>=0.3.20",
"sentence-transformers>=5.4.0",
]