File size: 496 Bytes
9f031f6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [project]
name = "9jalingo-bot"
version = "0.1.0"
description = "RAG/FastAPI support assistant for 9jaLingo"
readme = "Readme.md"
requires-python = ">=3.12"
dependencies = [
"langchain",
"langchain-core",
"python-dotenv",
"langchain-chroma",
"chromadb",
"fastapi[standard]",
"langchain-ollama",
]
[build-system]
requires = ["hatchling>=1.25.0"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.uv]
package = true |