deepresearch / src /utils /storage.ts
GraziePrego's picture
Upload folder using huggingface_hub
0a51e30 verified
import localforage from "localforage";
export const researchStore = localforage.createInstance({
name: "DeepResearch",
storeName: "researchStore",
description: "Stores the history and results of in-depth research.",
});