Skip to content

getAllSessionsOrderedByRecency

const getAllSessionsOrderedByRecency: () => Promise<ChatSession[]> = sqliteRepo.getAllSessionsOrderedByRecency

Defined in: lib/repositories/chat-history.ts:11

SQLite-only chat-history facade.

Dexie chat-history fallback has been retired. Vector and knowledge databases still use Dexie separately; chat sessions/messages/files route only through SQLite now.

Promise<ChatSession[]>