card-web icon indicating copy to clipboard operation
card-web copied to clipboard

Allow searching for cards similar to a query string using vector similarity

Open jkomoros opened this issue 2 years ago • 0 comments

For users with AI permission, allow a toggle in search boxes that doesn't do a normal query based selection but a simlar to a text string.

Basically it makes a faux card of the current card-type filter, and then finds cards similar to that and shows those. By doing it this way, it will get all of the normal embedding dates and card-types stuff.

This will require a new configurable filter type that is a no-op if the user doesn't have the permission.

jkomoros avatar Dec 23 '23 01:12 jkomoros