langchain.js
    Preparing search index...

    Interface for the parameters required to initialize a RemoteRetriever instance.

    interface RemoteRetrieverParams {
        auth: RemoteRetrieverAuth;
        url: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The authentication method to use, currently implemented is

    • false: no authentication
    • { bearer: string }: Bearer token authentication
    url: string

    The URL of the remote retriever server