aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-08-17 01:14:56 +0200
committerFuwn <[email protected]>2025-08-17 01:14:56 +0200
commit2745606556afb972875d7c4fc818d78b6181ab08 (patch)
treeb5dff62a51db96c08f455f778a792f3680283a99 /pyproject.toml
parentfeat(html): Add Markdown rendering (diff)
downloadumapyai-main.tar.xz
umapyai-main.zip
feat: Add alternative modelHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d14954d..1cc0f0b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,11 @@ dependencies = [
"spacy>=3.8.7",
"ollama>=0.5.2",
"en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl",
+ "llama-index>=0.13.2",
+ "qdrant-client>=1.15.1",
+ "llama-index-llms-ollama>=0.7.1",
+ "llama-index-vector-stores-qdrant>=0.7.1",
+ "llama-index-embeddings-huggingface>=0.6.0",
]
readme = "README.md"
requires-python = ">= 3.8"
@@ -23,6 +28,7 @@ requires-python = ">= 3.8"
[project.scripts]
"umapyai" = "umapyai:main"
"article_scraper" = "article_scraper:main"
+"umapyai_alternative" = "umapyai_alternative:main"
[build-system]
requires = ["hatchling"]