misc/py-haystack_ai: Add new port

Haystack is an end-to-end LLM framework that allows you to build
applications powered by LLMs, Transformer models, vector search and
more.

Sponsored by:	resulta.tech
This commit is contained in:
Juraj Lutter
2025-09-14 13:13:12 +02:00
parent 1ff379bcc0
commit d60bcea300
4 changed files with 44 additions and 0 deletions
+1
View File
@@ -456,6 +456,7 @@
SUBDIR += py-gpiozero
SUBDIR += py-gymnasium
SUBDIR += py-halo
SUBDIR += py-haystack_ai
SUBDIR += py-hf-doc-builder
SUBDIR += py-hf-xet
SUBDIR += py-hist
+34
View File
@@ -0,0 +1,34 @@
PORTNAME= haystack_ai
PORTVERSION= 2.17.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= otis@FreeBSD.org
COMMENT= End-to-end LLM framework
WWW= https://github.com/deepset-ai/haystack
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tenacity>0:devel/py-tenacity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lazy_imports>0:devel/py-lazy_imports@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openai>0:misc/py-openai@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}posthog>0:misc/py-posthog@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}filetype>0:devel/py-filetype@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1757594976
SHA256 (haystack_ai-2.17.1.tar.gz) = dffd79c2202a93a95dbf31bbb888027f8e78791902ef984974f0409059a9eb30
SIZE (haystack_ai-2.17.1.tar.gz) = 394779
+6
View File
@@ -0,0 +1,6 @@
Haystack is an end-to-end LLM framework that allows you to build applications
powered by LLMs, Transformer models, vector search and more. Whether you want
to perform retrieval-augmented generation (RAG), document search, question
answering or answer generation, Haystack can orchestrate state-of-the-art
embedding models and LLMs into pipelines to build end-to-end NLP applications
and solve your use case.