| [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 |