langchain.js
    Preparing search index...

    Interface DatasetVersion

    interface DatasetVersion {
        as_of: string;
        tags?: string[];
    }
    Index

    Properties

    Properties

    as_of: string
    tags?: string[]