Commit Graph

27 Commits

Author SHA1 Message Date
820ecbc83b Fixed embeddings generation errors not propagating to response model in a user-friendly way, Fixed non-awaited SQL actions, Fixed connection pool filling up, fixed newly created searchdomain not found 2026-02-19 03:00:46 +01:00
f537912e4e Fixed entityCache not multithreading safe, Reduced expensive table joins for embedding, Fixed timeouts on large deletes, fixed possible unclosed readers, Improved EntityFromJSON speed, Added connection pool control for fault tolerance, Fixed modelsInUse multithreading safety 2026-02-18 13:41:55 +01:00
5f05aac909 Added persistent embedding cache 2026-01-21 23:54:08 +01:00
c13214c4e9 Fixed migrations not running on startup 2026-01-19 03:52:00 +01:00
a01985d1b8 Moved embeddingCache to EnumerableLruCache, fixed GenerateEmbeddings not feeding embeddingCache 2026-01-16 10:35:46 +01:00
e49a7c83ba Improved sql connection pool resiliency 2026-01-07 01:52:12 +01:00
aa4fc03c3d Replaced GetEmbeddingCacheSize with GetStats, fixed long loading times for front-end stats retrieval 2026-01-02 02:04:19 +01:00
fe6bbfe9e5 Fixed endpoint naming and http methods 2025-12-28 17:36:01 +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
1f67682879 Implemented search cache 2025-12-14 22:07:14 +01:00
4f3354c038 Fixed missing proper SearchdomainNotFoundException in SearchdomainManager 2025-12-13 17:15:15 +01:00
b7761479c8 Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager 2025-12-13 17:09:40 +01:00
a1ed65ee41 Improved logging for DatabaseHelper 2025-12-13 16:52:26 +01:00
f6832a93e0 SearchdomainManager cleanup; Fixed spelling mistake in Server/Program.cs 2025-08-23 21:37:23 +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
1fe70264fd Improved entity deletion 2025-07-06 08:52:29 +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
32ece293ed Added Elmah, Serilog to Server, improved logging 2025-06-20 19:43:47 +02:00
465926dcab Removed non-DRY SQL helper methods 2025-06-07 21:13:21 +02:00
ad599433bf Removed CLI project, added database migrations, added SQLHelper 2025-06-06 00:29:38 +02:00
EzFeDezy
a6786219ce Merged redundant project onto server 2025-06-05 21:45:34 +02:00
183a150234 Fixed Server folder name 2025-06-05 05:52:36 +00:00