agentix-embed-code-ts - v0.1.1
    Preparing search index...

    Interface ModelInfo

    interface ModelInfo {
        name: string;
        version: string;
        dimensions: number;
        maxSequenceLength: number;
        vocabSize: number;
        quantization: "int8" | "float32";
    }
    Index

    Properties

    name: string
    version: string
    dimensions: number
    maxSequenceLength: number
    vocabSize: number
    quantization: "int8" | "float32"