langchain.js
    Preparing search index...

    Interface defining the structure of the input data for the Mem0Client

    interface ClientOptions {
        apiKey: string;
        host?: string;
        organizationId?: string;
        organizationName?: string;
        projectId?: string;
        projectName?: string;
    }
    Index

    Properties

    apiKey: string
    host?: string
    organizationId?: string
    organizationName?: string
    projectId?: string
    projectName?: string