andy-stack_vaultkeeper-ai/Services
Andrew Beal 911165b15d Optimize vault search with parallel processing and early termination
- Add shuffleArray helper function for randomized file processing
- Process files in parallel batches to improve search performance
- Implement early termination when sufficient matches are found
- Optimize snippet extraction to reduce redundant text operations
- Simplify search result structure to reduce memory overhead
- Update setting description to mention increased search time
- Fix test mocks for empty search term handling
2025-11-12 21:49:16 +00:00
..
AIFunctionService.ts refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
ChatService.ts refactor: improve type safety and add Zod validation for function arguments 2025-11-10 19:41:17 +00:00
ConversationFileSystemService.ts refactor: improve type safety and remove unused imports 2025-11-10 13:44:16 +00:00
ConversationNamingService.ts Update esling config to closer match obsidian recommended. 2025-11-10 11:14:06 +00:00
DependencyService.ts refactor: improve eslint disable comments with justifications 2025-11-10 21:47:18 +00:00
FileSystemService.ts refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
HTMLService.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00
InputService.ts refactor: convert TypeScript namespaces to standalone functions 2025-11-10 12:59:48 +00:00
SanitiserService.ts refactor: improve type safety and add Zod validation for function arguments 2025-11-10 19:41:17 +00:00
ServiceRegistration.ts refactor: improve type safety and remove unused imports 2025-11-10 13:44:16 +00:00
Services.ts Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00
SettingsService.ts refactor: convert TypeScript namespaces to standalone functions 2025-11-10 12:59:48 +00:00
StatusBarService.ts refactor: improve type safety and remove unused imports 2025-11-10 13:44:16 +00:00
StreamingMarkdownService.ts refactor: improve markdown processor type safety and plugin order 2025-11-10 22:21:17 +00:00
StreamingService.ts Remove obsolete eslint-disable comments after rule configuration changes 2025-11-10 22:32:25 +00:00
UserInputService.ts fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
VaultCacheService.ts refactor: improve type safety and remove unused imports 2025-11-10 13:44:16 +00:00
VaultService.ts Optimize vault search with parallel processing and early termination 2025-11-12 21:49:16 +00:00
WorkSpaceService.ts Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00