WLJS LogoWLJS Notebook

SemanticSearchIndex

SemanticSearchIndex[...] represents a semantic search index object.

  • SemanticSearchIndex[source] attempts to recreate a SemanticSearchIndex from source.

Examples

Create a semantic search index:

index = CreateSemanticSearchIndex[{"document1", "document2", "document3"}]

Search the index:

SemanticSearch[index, "query text"]

Please visit the official Wolfram Language Reference for more details.

On this page