query
//ellmental/com.theagilemonkeys.ellmental.vectorstore.pinecone/PineconeVectorStore/query
query
open suspend override fun query(semanticEntry: SemanticEntry, itemsLimit: Int): QueryOutput
Queries the store for semantic entries. Uses a topK
value of 10.
Return
a QueryOutput that contains a list of semantic entries that match the query.
Parameters
jvm
semanticEntry | The semantic entry to query for. |