| Port details |
- py-haystack_ai End-to-end LLM framework
- 2.31.0 misc
=0 2.18.1_1Version of this port present on the latest quarterly branch. - Maintainer: otis@FreeBSD.org
 - Port Added: 2025-09-14 11:15:05
- Last Update: 2026-07-12 10:08:09
- Commit Hash: 124e7bf
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/deepset-ai/haystack
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}haystack_ai>0:misc/py-haystack_ai@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-haystack_ai/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-haystack_ai
- pkg install py312-haystack_ai
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-haystack_ai listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-haystack_ai
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1783543636
SHA256 (haystack_ai-2.31.0.tar.gz) = e9fc0ae5d651bd2d92b54f08cd77ed501dbbdbaf0c7abc1d4392ebe2f01d3332
SIZE (haystack_ai-2.31.0.tar.gz) = 510990
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatchling>0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-docstring_parser>=0 : textproc/py-docstring_parser@py312
- py312-filetype>=0 : devel/py-filetype@py312
- py312-httpx>=0 : www/py-httpx@py312
- py312-Jinja2>=0 : devel/py-Jinja2@py312
- py312-jsonschema>=0 : devel/py-jsonschema@py312
- py312-lazy_imports>=0 : devel/py-lazy_imports@py312
- py312-markupsafe>=0 : textproc/py-markupsafe@py312
- py312-more-itertools>=0 : devel/py-more-itertools@py312
- py312-networkx>=0 : math/py-networkx@py312
- py312-numpy>=0 : math/py-numpy@py312
- py312-openai>=1.99.2 : misc/py-openai@py312
- py312-posthog>=3.12.0 : misc/py-posthog@py312
- py312-pydantic2>=0 : devel/py-pydantic2@py312
- py312-python-dateutil>=0 : devel/py-python-dateutil@py312
- py312-pyyaml>=0 : devel/py-pyyaml@py312
- py312-tenacity>=8.4.0 : devel/py-tenacity@py312
- py312-tqdm>=0 : misc/py-tqdm@py312
- py312-typing-extensions>=4.7 : devel/py-typing-extensions@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- misc/py-haystack_experimental
- textproc/py-docling-haystack
- textproc/py-docling-serve-haystack
Configuration Options:
- No options to configure
- Options name:
- misc_py-haystack_ai
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.31.0 12 Jul 2026 10:08:09
    |
Juraj Lutter (otis)  Author: Yuri Victorovich |
misc/py-haystack_ai: Update to 2.31.0
PR: 296623 |
2.18.1_2 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: bump PORTREVISION after switching to NumPy 2.x |
2.18.1_1 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: Switch to NumPy 2.x
PR: 294328
Exp-run: antoine |
2.18.1_1 03 Apr 2026 18:52:22
    |
Charlie Li (vishwin)  |
math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470 |
2.18.1 14 Oct 2025 08:22:04
    |
Juraj Lutter (otis)  |
misc/py-haystack_ai: Update to 2.18.1
- Enhancement Notes:
- Added tools to agent run parameters to enhance the agent's
flexibility. Users can now choose a subset of tools for the agent at
runtime by providing a list of tool names, or supply an entirely new
set by passing Tool objects or a Toolset.
- Bug Fixes
- Fix Agent run_async method to correctly handle async streaming
callbacks. This previously triggered errors due to a bug.
- Prevent duplication of the last assistant message in the chat
history when initializing from an AgentSnapshot.
- We were setting response_format to None in OpenAIChatGenerator by
default which doesn't follow the API spec. We now omit the variable
if response_format is not passed by the user.
Sponsored by: resulta.tech |
2.17.1 14 Sep 2025 11:13:12
    |
Juraj Lutter (otis)  |
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 |
Number of commits found: 6
|