Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit c8afd92

Browse files
committed
suggestions based on feedback
Signed-off-by: Ryan Cook <[email protected]>
1 parent 409bd1d commit c8afd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/retrieval-augmented-generation/rag-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Out of those, we propose to use Haystack for the following reasons:
3939

4040
7. **Actively maintained open source project under permissive license.** Haystack is very [actively](https://github.com/deepset-ai/haystack/pulse/monthly) [maintained](https://github.com/deepset-ai/haystack/issues?q=is%3Aissue+is%3Aclosed) and [supported](https://github.com/deepset-ai/haystack/discussions). [Tagged versions](https://github.com/deepset-ai/haystack/releases) are released on a regular basis and [trusted publishing automation](https://github.com/deepset-ai/haystack/actions/workflows/pypi_release.yml) is used. Haystack is licensed under Apache 2.0, and all of its dependencies (jinja2, lazy-imports, more-itertools, networkx, numpy, openai, pandas, posthog, python-dateutil, pyyaml, requests, tenacity, tqdm, typing-extensions) are licensed under Apache, MIT, BSD or PSFL.
4141

42-
8. **Published to Pypi via Trusted Publishing.**
43-
See [trusted-publishers]https://docs.pypi.org/trusted-publishers/ for more information on trusted publishing. Haystack satisfies the requirements for trusted publishing with this [Github Actions workflow](https://github.com/deepset-ai/haystack/actions/workflows/pypi_release.yml).
42+
8. **Published to PyPI via Trusted Publishing.**
43+
See [trusted-publishers](https://docs.pypi.org/trusted-publishers/) for more information on trusted publishing. Haystack satisfies the requirements for trusted publishing with this [Github Actions workflow](https://github.com/deepset-ai/haystack/actions/workflows/pypi_release.yml).
4444

4545
## Goals
4646

0 commit comments

Comments
 (0)