Initial Commit
This commit is contained in:
13
backend/pyproject.toml
Normal file
13
backend/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user