mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add Tavily Api Key to chat configuration modal. #5198 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -107,6 +107,7 @@ export interface Docagg {
|
||||
count: number;
|
||||
doc_id: string;
|
||||
doc_name: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
// interface Chunk {
|
||||
|
||||
Reference in New Issue
Block a user