Documentation - v1.0.0
    Preparing search index...

    Type Alias Embedding

    Embedding: number[]

    Represents a vector embedding as an array of floating-point numbers.

    Vector embeddings are numerical representations of semantic meaning that enable similarity calculations between different entities in the ontology. Each number in the array represents a dimension in the embedding space.

    const embedding: Embedding = [0.1, -0.5, 0.8, 0.2, -0.3];