langchain.js
    Preparing search index...

    Interface XataClientArgs<XataClient>

    Interface for the arguments required to create a XataClient. Includes the client instance and the table name.

    interface XataClientArgs<XataClient> {
        client: XataClient;
        table: string;
    }

    Type Parameters

    • XataClient
    Index

    Properties

    Properties

    client: XataClient
    table: string