query
//ellmental/com.theagilemonkeys.ellmental.vectorstore/VectorStore/query
query
abstract suspend fun query(semanticEntry: SemanticEntry, itemsLimit: Int): QueryOutput
Queries the store for semantic entries.
Return
a QueryOutput that contains a list of semantic entries that match the query.
Parameters
jvm
semanticEntry | The semantic entry to query for. |