Commit Graph

191 Commits

Author SHA1 Message Date
3329712548 Added front-end entity filter and details button functionality 2025-12-14 20:37:18 +01:00
LD50
6145d32040 Merge pull request #31 from LD-Reborn/26-create-a-front-end---mockup-and-basic-entities-view
26 create a front end   mockup and basic entities view
2025-12-14 19:42:51 +01:00
d0199cad20 Improved searchdomain loading performance significantly by actually implementing the id selector parameters 2025-12-14 19:41:59 +01:00
b68925de42 Added basic searchdomain info view 2025-12-14 18:37:46 +01:00
34b7c3845d Fixed branding, removed non-existant css file from _Layout.cshtml 2025-12-14 17:08:08 +01:00
99b3655239 Fixed variable usage before definition 2025-12-14 15:21:24 +01:00
LD50
1fd411d14a Merge pull request #25 from LD-Reborn/23-bug-requested-value-lvewavg-was-not-found
Fixed requested value LVEWAvg was not found, improved resiliency
2025-12-14 14:40:24 +01:00
eb6f7ef524 Fixed requested value LVEWAvg was not found, improved resiliency 2025-12-14 14:40:00 +01:00
LD50
da603746e8 Merge pull request #24 from LD-Reborn/21-create-a-front-end---basic-authorization
21 create a front end   basic authorization
2025-12-14 13:36:12 +01:00
d7a60ceedb Merge branch '21-create-a-front-end---basic-authorization' of https://github.com/LD-Reborn/embeddingsearch into 21-create-a-front-end---basic-authorization 2025-12-14 13:32:00 +01:00
1412f7cc55 Added basic authentication and localization 2025-12-14 13:31:46 +01:00
LD50
ce63eb4d87 Merge pull request #22 from LD-Reborn/21-create-a-front-end---basic-authorization
21 create a front end   basic authorization
2025-12-14 11:42:01 +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
70b6885a2e Improved client Url building 2025-12-13 18:38:17 +01:00
f0f01c3c66 Fixed magic values in Probmethods 2025-12-13 17:55:04 +01:00
b8a6cf07a2 Fixed missing ProbMethodNotFoundException in SearchdomainHelper 2025-12-13 17:46:40 +01:00
LD50
faf54dfb5d Update License to MIT 2025-12-13 17:40:19 +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
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
4f3354c038 Fixed missing proper SearchdomainNotFoundException in SearchdomainManager 2025-12-13 17:15:15 +01:00
b7761479c8 Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager 2025-12-13 17:09:40 +01:00
09d709966b Fixed missing proper exception in AIProvider 2025-12-13 17:05:56 +01:00
a1ed65ee41 Improved logging for DatabaseHelper 2025-12-13 16:52:26 +01:00
1b2050bb86 Improved logging in the AiProvider 2025-12-13 16:15:59 +01:00
4c4a313c7d Improved exception handling for indexing 2 2025-12-13 16:14:31 +01:00
94252fe63e Improved exception handling for indexing 2025-12-13 16:13:51 +01:00
02bdf4ad10 Removed stray debug statement 2025-08-31 15:35:19 +02: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
8a3be8dd90 Added CSharp scripting reference to README 2025-08-30 23:35:18 +02:00
d33b2d594f Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder 2025-08-30 23:32:14 +02:00
a47d1dca3a Removed stray "WIP" annotation 2025-08-24 14:20:50 +02:00
a1a33dd17e Added similarityMethod to example python file 2025-08-23 23:17:51 +02:00
f6832a93e0 SearchdomainManager cleanup; Fixed spelling mistake in Server/Program.cs 2025-08-23 21:37:23 +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
631aafe68f Improved DatabaseMigrations using reflection 2025-08-23 19:08:43 +02:00
09a8e2347e Removed stray WIP marker 2025-08-23 17:18:16 +02:00
1e4d3dceb8 Added runonce to the documentation; added information about the necessary functions 2025-08-23 17:16:17 +02:00
ca56a66713 Added runonce call 2025-08-23 17:15:22 +02:00