⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Interface for the filter parameters used when querying the ChatGPTRetrievalPlugin server.

interface ChatGPTPluginRetrieverFilter {
    author?: string;
    document_id?: string;
    end_date?: string;
    source?: string;
    source_id?: string;
    start_date?: string;
}

Properties

author?: string
document_id?: string
end_date?: string
source?: string
source_id?: string
start_date?: string

Generated using TypeDoc