Commit Graph

46 Commits

Author SHA1 Message Date
lucretia 99b3655239 Fixed variable usage before definition 2025-12-14 15:21:24 +01:00
lucretia eb6f7ef524 Fixed requested value LVEWAvg was not found, improved resiliency 2025-12-14 14:40:00 +01:00
lucretia 1412f7cc55 Added basic authentication and localization 2025-12-14 13:31:46 +01:00
lucretia 78f52faf46 Added rudimentary default view 2025-12-13 20:58:50 +01:00
lucretia f0f01c3c66 Fixed magic values in Probmethods 2025-12-13 17:55:04 +01:00
lucretia b8a6cf07a2 Fixed missing ProbMethodNotFoundException in SearchdomainHelper 2025-12-13 17:46:40 +01:00
lucretia 896e4b89d6 Improved logging for EntityResults 2025-12-13 17:36:51 +01:00
lucretia dedac5da3a Improved exception handling and logging in SearchdomainController 2025-12-13 17:25:07 +01:00
lucretia 2f4a506077 Fixed missing proper SearchdomainNotFoundException in DatabaseHelper 2025-12-13 17:24:12 +01:00
lucretia 53a8d073bd Improved logging in DatabaseHelper 2025-12-13 17:15:32 +01:00
lucretia 4f3354c038 Fixed missing proper SearchdomainNotFoundException in SearchdomainManager 2025-12-13 17:15:15 +01:00
lucretia b7761479c8 Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager 2025-12-13 17:09:40 +01:00
lucretia 09d709966b Fixed missing proper exception in AIProvider 2025-12-13 17:05:56 +01:00
lucretia a1ed65ee41 Improved logging for DatabaseHelper 2025-12-13 16:52:26 +01:00
lucretia 1b2050bb86 Improved logging in the AiProvider 2025-12-13 16:15:59 +01:00
lucretia 94252fe63e Improved exception handling for indexing 2025-12-13 16:13:51 +01:00
lucretia f6832a93e0 SearchdomainManager cleanup; Fixed spelling mistake in Server/Program.cs 2025-08-23 21:37:23 +02:00
lucretia 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
lucretia 631aafe68f Improved DatabaseMigrations using reflection 2025-08-23 19:08:43 +02:00
lucretia acf5106041 Removed unused using statements 2025-07-19 23:09:08 +02:00
lucretia e8e5b742d1 Fixed Indexer SwaggerUI, Added worker & call management endpoints to Indexer, restructuring to improve project separation 2025-07-19 19:50:08 +02:00
lucretia a884a2734d Fixed logic error 2025-07-12 22:55:56 +02:00
lucretia dd85ea5e29 Added Docker to server 2025-07-12 21:48:40 +02:00
lucretia 58b40fac84 Improved configurability for Swagger and ApiKeyMiddleware 2025-07-12 21:23:06 +02:00
lucretia 7a846935a1 Replaced local IP address with localhost 2025-07-07 00:00:59 +02:00
lucretia b596695fd9 Added AIProvider and support for OpenAI compatible APIs 2025-07-06 22:28:45 +02:00
lucretia 84a4a9d51e Added healthchecks to server 2025-07-06 09:55:18 +02:00
lucretia 1fe70264fd Improved entity deletion 2025-07-06 08:52:29 +02:00
lucretia dc9c4a6279 Fixed cache invalidation issue 2025-06-22 16:49:56 +02:00
lucretia 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
lucretia 3813c5aaba Added weighted dictionary based weighted average 2025-06-22 02:44:20 +02:00
lucretia 9a6ee4ad75 Major restructuring, removed searchdomain field from Entity/Index, moved embeddingcache to SearchdomainManager, improved logging 2025-06-22 02:11:09 +02:00
lucretia d2f4210e72 Moved SQLHelper to Helper folder to improve structure 2025-06-21 22:03:01 +02:00
lucretia bc8ba893e0 Added new probmethods, Made Probmethods static 2025-06-21 14:22:25 +02:00
lucretia fbbed6f03d Attempt to fix MySQL timeout 2025-06-21 14:18:25 +02:00
lucretia 32ece293ed Added Elmah, Serilog to Server, improved logging 2025-06-20 19:43:47 +02:00
lucretia 7d566cd921 Added Docker support for the Indexer 2025-06-15 13:56:55 +02:00
lucretia a3d1a4679c Improved logging 2025-06-11 13:23:51 +02:00
lucretia e6211a185b Added hash based optimization 2025-06-11 13:23:02 +02:00
lucretia 465926dcab Removed non-DRY SQL helper methods 2025-06-07 21:13:21 +02:00
lucretia ad599433bf Removed CLI project, added database migrations, added SQLHelper 2025-06-06 00:29:38 +02:00
lucretia 89545b0d71 cleanup 3 2025-06-05 22:16:28 +02:00
EzFeDezy 441cd22929 Merged Models into Server as Server.Models 2025-06-05 22:06:25 +02:00
EzFeDezy a6786219ce Merged redundant project onto server 2025-06-05 21:45:34 +02:00
lucretia 7899130c30 Renamed Server project 2025-06-05 06:24:31 +00:00
lucretia 183a150234 Fixed Server folder name 2025-06-05 05:52:36 +00:00