upsert
//ellmental/com.theagilemonkeys.ellmental.vectorstore/VectorStore/upsert
upsert
abstract suspend fun upsert(semanticEntry: SemanticEntry)
Upserts a semantic entry into the store.
Parameters
jvm
semanticEntry | The semantic entry to upsert. |
//ellmental/com.theagilemonkeys.ellmental.vectorstore/VectorStore/upsert
abstract suspend fun upsert(semanticEntry: SemanticEntry)
Upserts a semantic entry into the store.
jvm
semanticEntry | The semantic entry to upsert. |