mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 01:39:37 +08:00
feat: 导入聊天记录支持生成会话索引
This commit is contained in:
@@ -53,3 +53,15 @@ export type { MessageResult, PaginatedMessages, MessagesWithTotal } from './mess
|
||||
// SQL 实验室
|
||||
export { executeRawSQL, getSchema } from './sql'
|
||||
export type { SQLResult, TableSchema } from './sql'
|
||||
|
||||
// 会话索引
|
||||
export {
|
||||
generateSessions,
|
||||
clearSessions,
|
||||
hasSessionIndex,
|
||||
getSessionStats,
|
||||
updateSessionGapThreshold,
|
||||
getSessions,
|
||||
DEFAULT_SESSION_GAP_THRESHOLD,
|
||||
} from './session'
|
||||
export type { ChatSessionItem } from './session'
|
||||
|
||||
Reference in New Issue
Block a user