Initial Commit

This commit is contained in:
2025-04-21 21:24:55 -03:00
commit 0cb8298272
10 changed files with 2357 additions and 0 deletions

13
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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",
]