VectorIndex

data class VectorIndex(var enabled: Boolean = true)

The proposition embedding vector index (graph backend). Only enabled is configurable: its label, property, name, and similarity are fixed by the @VectorIndex annotation on PropositionNode.embedding and live as constants on DrivinePropositionRepository.

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard