Commit Graph

45 Commits

Author SHA1 Message Date
aa95308f61 Added allowlist and denylist, fixed patchy configuration with proper options models, fixed api middleware authorization issues 2025-12-31 03:47:40 +01:00
bc293bf7ec Added proper server config model, added proper apikey authorization with swagger integration, added allowlist and denylist to config 2025-12-30 22:18:26 +01:00
0f599a49d0 Added home page dashboard, added embedding cache size estimation and front-end label, added individual health check routes 2025-12-30 02:54:30 +01:00
31c784f0ab Renamed SearchCache mentions to QueryCache for better clarity 2025-12-29 15:41:12 +01:00
625019f9f4 Added swagger decoration, reorganized controller elements for better clarity, renamed entity index endpoint for better clarity 2025-12-29 13:56:44 +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
f3a4665153 Moved query action from EntityController to SearchdomainController 2025-12-27 17:26:06 +01:00
665a392b5a Fixed redundant Searchdomain retrieval error messages 2025-12-25 15:25:23 +01:00
26d0561c3b Fixed wrong return model returned in EntityController methods 2025-12-25 14:55:58 +01:00
5877ebaff2 Added attributes to query results 2025-12-25 12:39:01 +01:00
040d4f916a Fixed views showing in swagger 2025-12-25 12:21:50 +01:00
8b36c65437 Added search cache updating 2025-12-22 16:52:06 +01:00
ee12986fef Added query deleting 2025-12-22 14:22:16 +01:00
6fe96d41a2 Improved entity updating 2025-12-22 00:18:13 +01:00
33502640a2 Added model return for entity list endpoint 2025-12-22 00:16:30 +01:00
74481ac846 Fixed deleting entities not working 2025-12-21 02:11:09 +01:00
8329beeca7 Added entity creation 2025-12-21 00:57:47 +01:00
ae2b9e9f41 Added models listing endpoint 2025-12-20 22:02:57 +01:00
e4a711fcbd Added filtering query output to top n elements 2025-12-20 20:13:28 +01:00
7eaf69379f Added database size estimation 2025-12-19 12:22:51 +01:00
ca24dc04ab Added search cache estimation, added search cache clearing 2025-12-19 10:07:22 +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
b68925de42 Added basic searchdomain info view 2025-12-14 18:37:46 +01:00
c56b8a7f32 Added basic authentication and localization 2025-12-14 11:38:32 +01:00
78f52faf46 Added rudimentary default view 2025-12-13 20:58:50 +01:00
896e4b89d6 Improved logging for EntityResults 2025-12-13 17:36:51 +01:00
dedac5da3a Improved exception handling and logging in SearchdomainController 2025-12-13 17:25:07 +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
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
a3d1a4679c Improved logging 2025-06-11 13:23:51 +02:00
465926dcab Removed non-DRY SQL helper methods 2025-06-07 21:13:21 +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
183a150234 Fixed Server folder name 2025-06-05 05:52:36 +00:00