This interface has been relocated to @langchain/community/vectorstores/couchbase_search. This interface will be removed in a future release.

interface AddVectorOptions {
    ids?: string[];
    metadata?: Record<string, any>[];
}

Properties

Properties

ids?: string[]
metadata?: Record<string, any>[]