From 5a95f64297b6241e849b99695f19b5dc6f3e5ba2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 3 Apr 2024 22:37:54 +0200 Subject: Initial commit --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3a08a18 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[tool.poetry] +name = "rag" +version = "0.1.0" +description = "" +authors = ["Gustaf Rydholm "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.11" +ollama = "^0.1.8" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3-70-g09d2