This commit is contained in:
2025-10-22 17:10:29 +11:00
commit ad212a35af
6 changed files with 2797 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "slide-translate"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"docling>=2.57.0",
"langchain>=1.0.2",
"langchain-google-genai>=3.0.0",
"langchain-ollama>=1.0.0",
]