langchain.js
    Preparing search index...

    Interface representing the parameters for configuring the JiraDocumentConverter.

    interface JiraDocumentConverterParams {
        host: string;
        projectKey: string;
    }
    Index

    Properties

    Properties

    host: string
    projectKey: string