Interface EmbeddingsConnection
-
- All Superinterfaces:
java.lang.AutoCloseable
,Connection
public interface EmbeddingsConnection extends Connection
Extends the standard SNARLConnection
exposing the semantic search support provided by txtAI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Searcher
search()
-
Methods inherited from interface com.complexible.stardog.api.Connection
add, admin, as, ask, ask, begin, close, commit, currentStatus, export, generateModel, get, getOption, getSchema, graph, graph, graphAliases, isOpen, isReasoningEnabled, name, namespaces, paths, paths, remove, rollback, select, select, selectPlan, selectPlan, size, transactions, update, update
-
-
-
-
Method Detail
-
search
Searcher search() throws StardogException
- Throws:
StardogException
-
-