Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested.
Expected Behavior Improve the clarity of document images look at this website: https://docs.spring.io/spring-ai/reference/api/embeddings.html
Current Behavior There is still a lot of webpage space, but the images are very blurry.
Comment From: BlackBean99
I'd like to be part of this sharpening effort. Do you mind if I create an improved jpg for the PR?
Comment From: BlackBean99
There are some parts in this image that were omitted as features were added, so I modified it to the latest version and improved the image quality.
MiniMaxEmbeddingModel
,ZhipuAiEmbeddingModel
Add two new models to the diagram as they are added.- add
getMetadata()
to the method ofModelResponse
- Looking at Model.java, the generic name is
TRes
. However, in the diagram, it is written asTResp
and is notated with <<>>. We need to modify the diagram by borrowing the <> notation. We want to change the binding toTResp
->TRes
- extends is written as
->
in the current diagram. What do you think about changing the notation to:
according to UML notation?
Please check out the diagram that reflects the above 4 changes and improves the image quality.
Comment From: markpollack
The image doesn't render well in dark theme, one needs to use the light theme. Also, opening the image in a new window lets you zoom in. I checked now and there are no longer any issues in terms of resolution. Closing the issue.