withEagerSearchAbout

open fun withEagerSearchAbout(text: String, limit: Int): T

Eagerly search for results similar to the given text.

Performs a vector similarity and/or keyword search using the provided text and preloads matching results

Parameters

text

the text to search for

limit

the maximum number of results to preload


abstract fun withEagerSearchAbout(request: <Error class: unknown class>): T

Eagerly search for results similar to the given text.

Performs a vector similarity and/or keyword search using the provided text and preloads matching results

Parameters

request

similarity request