mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 16:59:47 +00:00
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:
parent
dbfd351da7
commit
f7a2eebeae
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user