remove commented imports

This commit is contained in:
perf3ct 2025-04-02 17:26:32 +00:00
parent bdcbc2558a
commit fde644a432
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -5,8 +5,6 @@ import becca from "../../../../becca/becca.js";
import cls from "../../../../services/cls.js";
import type { NoteEmbeddingContext } from "../types.js";
import { LLM_CONSTANTS } from "../../../llm/constants/provider_constants.js";
// Remove static imports that cause circular dependencies
// import { storeNoteEmbedding, deleteNoteEmbeddings } from "./storage.js";
// Define error categories for better handling
const ERROR_CATEGORIES = {