langchain.js
    Preparing search index...
    interface StackExchangeItem {
        answer_count?: number;
        answer_id?: number;
        body: string;
        creation_date: number;
        excerpt: string;
        has_accepted_answer?: boolean;
        is_accepted: boolean;
        is_answered: boolean;
        item_type: string;
        last_activity_date: number;
        question_id: number;
        question_score: number;
        score: number;
        tags: string[];
        title: string;
    }
    Index

    Properties

    answer_count?: number
    answer_id?: number
    body: string
    creation_date: number
    excerpt: string
    has_accepted_answer?: boolean
    is_accepted: boolean
    is_answered: boolean
    item_type: string
    last_activity_date: number
    question_id: number
    question_score: number
    score: number
    tags: string[]
    title: string