Commit Graph

29 Commits

Author SHA1 Message Date
a01985d1b8 Moved embeddingCache to EnumerableLruCache, fixed GenerateEmbeddings not feeding embeddingCache 2026-01-16 10:35:46 +01:00
e83ce61877 Added query cache entry count and capacity to front-end, Fixed ServerGetStatsResult field naming 2026-01-07 01:15:55 +01:00
027a9244ad Added query cache size limiting, added custom enumerable LRUCache, renamed search to query in various places, fixed client GetEmbeddingsCacheSize endpoint 2026-01-03 17:57:18 +01:00
aa4fc03c3d Replaced GetEmbeddingCacheSize with GetStats, fixed long loading times for front-end stats retrieval 2026-01-02 02:04:19 +01:00
8d56883e7e Fixed multithreading mutation issue 2025-12-31 03:43:44 +01:00
baf76685b7 Implemented cache reconciliation 2025-12-28 00:19:18 +01:00
7b4a3bd2c8 Moved embeddingCache from Dictionary to LRUCache 2025-12-27 18:40:03 +01:00
25723cb7a4 Fixed embeddingCache not yet global 2025-12-25 14:19:25 +01:00
6d1cffe2db Added enums to JSONEntity and JSONDatapoint 2025-12-25 13:20:24 +01:00
6fe96d41a2 Improved entity updating 2025-12-22 00:18:13 +01:00
e4a711fcbd Added filtering query output to top n elements 2025-12-20 20:13:28 +01:00
1bf47d8220 Made settings a proper checkbox (single setting), fixed other issues regarding settings getting and setting 2025-12-18 22:32:57 +01:00
affdeb00b3 Added settings handling in the backend and settings string display in the front-end 2025-12-18 20:19:13 +01:00
21194f99d3 Implemented search result endpoint 2025-12-14 23:13:34 +01:00
1f67682879 Implemented search cache 2025-12-14 22:07:14 +01:00
d0199cad20 Improved searchdomain loading performance significantly by actually implementing the id selector parameters 2025-12-14 19:41:59 +01:00
99b3655239 Fixed variable usage before definition 2025-12-14 15:21:24 +01:00
eb6f7ef524 Fixed requested value LVEWAvg was not found, improved resiliency 2025-12-14 14:40:00 +01:00
e74ed1f9ea Added SimilarityMethod to datapoint; Added euclidian distance, manhattan distance, pearson correlation; improved CosineSimilarity result using a remap 2025-08-23 21:34:48 +02:00
acf5106041 Removed unused using statements 2025-07-19 23:09:08 +02:00
e8e5b742d1 Fixed Indexer SwaggerUI, Added worker & call management endpoints to Indexer, restructuring to improve project separation 2025-07-19 19:50:08 +02:00
b596695fd9 Added AIProvider and support for OpenAI compatible APIs 2025-07-06 22:28:45 +02:00
dc9c4a6279 Fixed cache invalidation issue 2025-06-22 16:49:56 +02:00
de7e145b89 Fixed broken ProbMethod in Entity/Index, fixed undisposed MySQL connections, dependency update, improved logging, improved cache invalidation 2025-06-22 15:35:45 +02:00
9a6ee4ad75 Major restructuring, removed searchdomain field from Entity/Index, moved embeddingcache to SearchdomainManager, improved logging 2025-06-22 02:11:09 +02:00
bc8ba893e0 Added new probmethods, Made Probmethods static 2025-06-21 14:22:25 +02:00
e6211a185b Added hash based optimization 2025-06-11 13:23:02 +02:00
465926dcab Removed non-DRY SQL helper methods 2025-06-07 21:13:21 +02:00
EzFeDezy
a6786219ce Merged redundant project onto server 2025-06-05 21:45:34 +02:00