15 lines
343 B
TOML
15 lines
343 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",
|
|
"rich>=13.9.4",
|
|
"sentence-transformers>=5.4.0",
|
|
]
|