From f7a2eebeae88e9a48ad962e04ed38009aa9c5fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=81ukawski?= Date: Wed, 20 Mar 2024 17:23:07 +0100 Subject: [PATCH] Fix deepset logo rendering on pypi.org (#7387) Rendering images on pypi.org does not work with relative URLs. I changed it to use an absolute link for Deepset's logo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aeee7d21..994938397 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Some examples of what you can do with Haystack: - Use **user feedback** to evaluate, benchmark, and continuously improve your models. > [!TIP] -> +> > > Are you looking for a managed solution that benefits from Haystack? [deepset Cloud](https://www.deepset.ai/deepset-cloud?utm_campaign=developer-relations&utm_source=haystack&utm_medium=readme) is our fully managed, end-to-end platform to integrate LLMs with your data, which uses Haystack for the LLM pipelines architecture.