Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two problems need improvement #567

Open
liuling73 opened this issue Apr 27, 2024 · 2 comments
Open

Two problems need improvement #567

liuling73 opened this issue Apr 27, 2024 · 2 comments

Comments

@liuling73
Copy link

Thank you for constantly upgrading the plugin. I have two questions that I don't understand.

  1. The layout is best to place the current title on top of the icon to avoid white space, as shown in the figure.

  2. The quality of the smart key is very poor, and no related content is more than 90% similar. My Settings are as shown below, and all the cards are Chinese content.

image

image

@liuling73
Copy link
Author

A blank area is displayed as shown in the figure

image

@brianpetro
Copy link
Owner

brianpetro commented Apr 27, 2024

Hi @liuling73

For the high similarity issue, I recommend trying the bilingual Jina model:

Screenshot 2024-04-26 at 11 36 17 PM

And thanks for bringing the UI issue to my attention. Unfortunately, there isn't an easy fix right now.

However, you can add this code to your CSS snippets to limit the file height to reduce the whitespace:

.sc-context {
  max-height: var(--input-height);
  overflow: hidden;
}

🌴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants