langchain.js
    Preparing search index...

    Type Alias UpdateOptions

    type UpdateOptions = {
        groupIds?: (string | null)[];
        timeAtLeast?: number;
    }
    Index

    Properties

    groupIds?: (string | null)[]
    timeAtLeast?: number