QueryOutput
//ellmental/com.theagilemonkeys.ellmental.vectorstore/QueryOutput
QueryOutput
@Serializable
data class QueryOutput(val entries: List<SemanticEntryMatch>)
The output of a query to the Vector Store.
Constructors
QueryOutput | [jvm] constructor(entries: List<SemanticEntryMatch>) |
Properties
Name | Summary |
---|---|
entries | [jvm] val entries: List<SemanticEntryMatch> The list of semantic entries that match the query. |