enhance rag retrieval + summary

This commit is contained in:
Adrien
2026-04-07 22:39:28 +02:00
parent 0cf318f0a7
commit aee6a9dfba
34 changed files with 2306 additions and 279 deletions
+2
View File
@@ -4,8 +4,10 @@ import { api } from '@/services/api'
export interface ChatSource {
type: 'TEXT' | 'FIGURE'
bookId?: string
bookTitle: string
page: number | null
refLabel?: string
// TEXT-specific
chunkText?: string
// FIGURE-specific