Member Junction
    Preparing search index...

    Interface NoteEmbeddingMetadata

    Metadata stored with each note embedding in the vector service. Includes the full entity to avoid re-loading from database.

    interface NoteEmbeddingMetadata {
        agentId: string;
        companyId: string;
        id: string;
        noteEntity: MJAIAgentNoteEntity;
        noteText: string;
        type: string;
        userId: string;
    }
    Index

    Properties

    agentId: string
    companyId: string
    id: string
    noteText: string
    type: string
    userId: string