langchain.js
    Preparing search index...

    Interface for the fields required during the initialization of a MetalRetriever instance. It extends the BaseRetrieverInput interface and adds a client field of type Metal.

    interface MetalRetrieverFields {
        client: Client;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    client: Client