mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-09 00:47:59 +08:00
feat(chat): add Querit web search provider (#17813)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MessageType } from '@/constants/chat';
|
||||
import { MessageType, WebSearchProvider } from '@/constants/chat';
|
||||
import { IAttachment } from '@/hooks/use-send-message';
|
||||
|
||||
export interface IDocumentDownloadInfo {
|
||||
@@ -21,6 +21,8 @@ export interface PromptConfig {
|
||||
reasoning?: boolean;
|
||||
cross_languages?: Array<string>;
|
||||
tavily_api_key?: string;
|
||||
querit_api_key?: string;
|
||||
web_search_provider?: WebSearchProvider;
|
||||
toc_enhance?: boolean;
|
||||
reference_metadata?: {
|
||||
include?: boolean;
|
||||
@@ -202,6 +204,7 @@ export interface IExternalChatInfo {
|
||||
title: string;
|
||||
prologue?: string;
|
||||
has_tavily_key?: boolean;
|
||||
has_web_search_provider?: boolean;
|
||||
llm_id?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user