toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag
/
TypedEntitySearch
Typed
Entity
Search
open
class
TypedEntitySearch
(
val
entities
:
List
<
Class
<
*
>
>
,
val
generateQueries
:
Boolean
=
false
)
:
EntitySearch
Members
Constructors
Typed
Entity
Search
Link copied to clipboard
constructor
(
vararg
entities
:
Class
<
*
>
)
constructor
(
entities
:
List
<
Class
<
*
>
>
,
generateQueries
:
Boolean
=
false
)
Properties
entities
Link copied to clipboard
val
entities
:
List
<
Class
<
*
>
>
generate
Queries
Link copied to clipboard
val
generateQueries
:
Boolean
=
false
labels
Link copied to clipboard
val
labels
:
Set
<
String
>