Commit Graph

15 Commits

Author SHA1 Message Date
affdeb00b3 Added settings handling in the backend and settings string display in the front-end 2025-12-18 20:19:13 +01:00
b8a6cf07a2 Fixed missing ProbMethodNotFoundException in SearchdomainHelper 2025-12-13 17:46:40 +01:00
2f4a506077 Fixed missing proper SearchdomainNotFoundException in DatabaseHelper 2025-12-13 17:24:12 +01:00
53a8d073bd Improved logging in DatabaseHelper 2025-12-13 17:15:32 +01:00
a1ed65ee41 Improved logging for DatabaseHelper 2025-12-13 16:52:26 +01:00
94252fe63e Improved exception handling for indexing 2025-12-13 16:13:51 +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
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
d2f4210e72 Moved SQLHelper to Helper folder to improve structure 2025-06-21 22:03:01 +02:00