Commit Graph

45 Commits

Author SHA1 Message Date
7f2a14609f Updated documentation to reflect current status, fixed broken Dockerfile and Docker configuration, updated to python3.13 2026-01-24 17:48:06 +01:00
49ecb06fb0 Updated packages 2026-01-22 16:47:11 +01:00
e2cfe56b49 Updated projects to dotnet 10 2026-01-22 00:46:56 +01:00
254c534b0b Added missing configuration file changes 2025-12-31 04:07:28 +01:00
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
1e913c82e3 Improved logging in example.csx 2025-08-31 15:33:13 +02:00
b46c543d98 Added CancellationToken renewal 2025-08-31 15:22:44 +02:00
14a6acf50f Renamed Worker.Scriptable to ScriptContainer, added cancellation token, Added LoggerWrapper to circumnavigate CLR issues, improved logging, added logging to ScriptToolSet 2025-08-31 14:59:41 +02:00
0647f10ca1 Renamed IScriptable to IScriptContainer, added Stop() function to Calls 2025-08-31 03:02:43 +02:00
92bf48d06a Renamed Call Start and Stop to Enable and Disable 2025-08-31 02:51:49 +02:00
2187a59936 Added Name to Call, Added individual call disabling and enabling, added Call.Dispose() method, Refactored Controllers and result models, fixed config reload bug 2025-08-31 02:37:08 +02:00
bb6f7c31fb Added Events, Filters, and IncludeSubdirectories to fileupdate call type 2025-08-31 01:15:38 +02:00
d8e03d1ee0 Cleaned up WorkerManager by moving call-related code to corresponding call 2025-08-31 00:49:19 +02:00
d508d5b408 Renamed Scriptables to ScriptContainer 2025-08-31 00:19:07 +02:00
2a75daee07 Refactored Indexer models 2025-08-31 00:11:05 +02:00
d33b2d594f Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder 2025-08-30 23:32:14 +02:00
a1a33dd17e Added similarityMethod to example python file 2025-08-23 23:17:51 +02: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
ca56a66713 Added runonce call 2025-08-23 17:15:22 +02:00
4506a6e9d2 Added fileupdate call; improved HealthCheck messages; bugfix for schedule call 2025-08-23 14:44:20 +02:00
b1cda26bb9 Added scheduler call type using Quartz 2025-08-23 13:32:42 +02:00
acf5106041 Removed unused using statements 2025-07-19 23:09:08 +02:00
07fa8945dc Improved Indexer worker list result 2025-07-19 21:21:28 +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
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
3813c5aaba Added weighted dictionary based weighted average 2025-06-22 02:44:20 +02:00
0e4dcdf7c0 Removed unnecessary config setting 2025-06-22 02:12:29 +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
bc8ba893e0 Added new probmethods, Made Probmethods static 2025-06-21 14:22:25 +02:00
4c7e92b6c6 Improved configurability of Elmah and Serilog for the Indexer 2025-06-15 23:38:58 +02:00
9fa6704417 Indexer improved documentation, Docker added port expose 2025-06-15 20:50:57 +02:00
b448c2c071 Improved Elmah access control 2025-06-15 20:50:11 +02:00
1da78b8356 Fixed Elmah accessible outside of development environment 2025-06-15 14:11:04 +02:00
7d566cd921 Added Docker support for the Indexer 2025-06-15 13:56:55 +02:00
a3d1a4679c Improved logging 2025-06-11 13:23:51 +02:00
371a16511a Removed debug element 2025-06-09 17:56:51 +02:00
ce168cf9e4 Added Serilog logging, added Elmah error logging, added health checks 2025-06-09 17:09:55 +02:00
0f21376c3d Fixed bug in python scripting engine 2025-06-08 04:27:32 +02:00
EzFeDezy
a6786219ce Merged redundant project onto server 2025-06-05 21:45:34 +02:00
EzFeDezy
7096f6591f Added more useful information to output 2025-05-27 22:29:38 +02:00
EzFeDezy
3bf1aae281 Adjusted preset to a more reasonable value 2025-05-27 16:40:51 +02:00
EzFeDezy
ecce9a5051 Bugfix regarding callbackInfos 2025-05-26 18:03:59 +02:00
EzFeDezy
30421099b0 Added example content 2025-05-26 15:53:55 +02:00
EzFeDezy
f6a4a75e4f Implemented indexer, cleanup 2025-05-26 15:53:18 +02:00