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.
This commit is contained in:
Kacper Łukawski 2024-03-20 17:23:07 +01:00 committed by GitHub
parent dbfd351da7
commit f7a2eebeae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]
><img src="docs/img/deepset-cloud-logo-lightblue.png" width=30% height=30%>
><img src="https://github.com/deepset-ai/haystack/raw/main/docs/img/deepset-cloud-logo-lightblue.png" width=30% height=30%>
>
> 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.