langchain.js
    Preparing search index...
    interface AstraLibArgs {
        batchSize?: number;
        collection: string;
        collectionOptions?: CreateCollectionOptions<any>;
        contentKey?: string;
        endpoint: string;
        idKey?: string;
        keyspace?: string;
        skipCollectionProvisioning?: boolean;
        token: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchSize?: number
    collection: string
    collectionOptions?: CreateCollectionOptions<any>
    contentKey?: string
    endpoint: string
    idKey?: string
    keyspace?: string
    skipCollectionProvisioning?: boolean
    token: string