Skip to content

getAllSessionsOrderedByRecency

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

Defined in: src/lib/repositories/chat-history.ts:13

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.

----- Sessions ------------------------------------------------------------

Promise<ChatSession[]>