Interface IPersistEmbeddingData

Defines the structure for embedding data persistence in the swarm system. Stores numerical embeddings for a stringHash within an EmbeddingName. IPersistEmbeddingData

interface IPersistEmbeddingData {
    embeddings: number[];
}

Properties

Properties

embeddings: number[]

Array of numerical values representing the embedding vector