This commit is contained in:
2026-04-21 13:32:09 +02:00
commit 380aee5d94
6 changed files with 1993 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "chroma"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.5.8",
"flask>=3.1.3",
"openai>=2.32.0",
"python-dotenv>=1.2.2",
]