14 lines
303 B
TOML
14 lines
303 B
TOML
[project]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"chromadb>=0.6.3",
|
|
"fastapi[standard]>=0.115.12",
|
|
"langchain>=0.3.23",
|
|
"langchain-community>=0.3.21",
|
|
"langchain-ollama>=0.3.2",
|
|
]
|