Commit Graph

24 Commits

Author SHA1 Message Date
3fa71a8d8b Fixed datapoint stale reference causing issues when updating datapoint text and probmethod or similaritymethod, fixe probmethod and similaritymethod not being applied in-memory 2025-12-28 00:43:55 +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
665a392b5a Fixed redundant Searchdomain retrieval error messages 2025-12-25 15:25:23 +01:00
6d1cffe2db Added enums to JSONEntity and JSONDatapoint 2025-12-25 13:20:24 +01:00
4aa3015954 Fixed probmethod and similaritymethod not updating with entity index 2025-12-22 12:57:52 +01:00
fb1766b2b5 Fixed embeddings not being created on index 2025-12-22 12:08:09 +01:00
6fe96d41a2 Improved entity updating 2025-12-22 00:18:13 +01:00
7eaf69379f Added database size estimation 2025-12-19 12:22:51 +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
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