langchain.js
    Preparing search index...

    Interface for the context configuration used in Vectara API calls.

    interface VectaraContextConfig {
        charsAfter?: number;
        charsBefore?: number;
        endTag?: string;
        sentencesAfter?: number;
        sentencesBefore?: number;
        startTag?: string;
    }
    Index

    Properties

    charsAfter?: number
    charsBefore?: number
    endTag?: string
    sentencesAfter?: number
    sentencesBefore?: number
    startTag?: string