langchain.js
    Preparing search index...

    Interface defining the structure of the input data for the Mem0Memory class. It includes properties like memoryKey, sessionId, and apiKey.

    interface Mem0MemoryInput {
        aiPrefix?: string;
        apiKey: string;
        humanPrefix?: string;
        mem0Options?: ClientOptions;
        memoryOptions?: MemoryOptions | SearchOptions;
        separateMessages?: boolean;
        sessionId: string;
    }

    Hierarchy

    • BaseChatMemoryInput
      • Mem0MemoryInput

    Implemented by

    Index

    Properties

    aiPrefix?: string
    apiKey: string
    humanPrefix?: string
    mem0Options?: ClientOptions
    memoryOptions?: MemoryOptions | SearchOptions
    separateMessages?: boolean
    sessionId: string