Amiel's picture
Upload folder using huggingface_hub
676fc08 verified
raw
history blame contribute delete
227 Bytes
import localforage from "localforage";
export const researchStore = localforage.createInstance({
name: "DeepResearch",
storeName: "researchStore",
description: "Stores the history and results of in-depth research.",
});