mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	remove commented imports
This commit is contained in:
		
							parent
							
								
									bdcbc2558a
								
							
						
					
					
						commit
						fde644a432
					
				@ -5,8 +5,6 @@ import becca from "../../../../becca/becca.js";
 | 
				
			|||||||
import cls from "../../../../services/cls.js";
 | 
					import cls from "../../../../services/cls.js";
 | 
				
			||||||
import type { NoteEmbeddingContext } from "../types.js";
 | 
					import type { NoteEmbeddingContext } from "../types.js";
 | 
				
			||||||
import { LLM_CONSTANTS } from "../../../llm/constants/provider_constants.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
 | 
					// Define error categories for better handling
 | 
				
			||||||
const ERROR_CATEGORIES = {
 | 
					const ERROR_CATEGORIES = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user