blob: a97e0a33d3ca5496ca21f326fe169859d1a10cf7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[project]
name = "02-sandbox"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain>=1.0.2",
"langchain-ollama>=1.0.0",
]
|