Commit Graph

  • 7b4a3bd2c8 Moved embeddingCache from Dictionary to LRUCache LD-Reborn 2025-12-27 18:40:03 +01:00
  • 5eabb0d924 Merge pull request #53 from LD-Reborn/33-move-query-from-entity-to-searchdomain LD50 2025-12-27 17:26:29 +01:00
  • 40424053da Merge branch '33-move-query-from-entity-to-searchdomain' of https://github.com/LD-Reborn/embeddingsearch into 33-move-query-from-entity-to-searchdomain LD-Reborn 2025-12-27 17:26:13 +01:00
  • f3a4665153 Moved query action from EntityController to SearchdomainController LD-Reborn 2025-12-27 17:25:12 +01:00
  • a358eaea86 Moved query action from EntityController to SearchdomainController LD-Reborn 2025-12-27 17:25:12 +01:00
  • 665a392b5a Fixed redundant Searchdomain retrieval error messages LD-Reborn 2025-12-25 15:25:23 +01:00
  • 26d0561c3b Fixed wrong return model returned in EntityController methods LD-Reborn 2025-12-25 14:55:58 +01:00
  • cc93a76546 Fixed DRY violations regarding result models LD-Reborn 2025-12-25 14:55:30 +01:00
  • 7298593341 Merge pull request #51 from LD-Reborn/35-implement-enums-for-probmethods-in-the-shared-models LD50 2025-12-25 14:19:41 +01:00
  • 25723cb7a4 Fixed embeddingCache not yet global LD-Reborn 2025-12-25 14:19:25 +01:00
  • 84d83206cb Merge pull request #50 from LD-Reborn/35-implement-enums-for-probmethods-in-the-shared-models LD50 2025-12-25 14:18:41 +01:00
  • b6e01a3f66 Removed unused GenerateEmbeddings method LD-Reborn 2025-12-25 14:13:28 +01:00
  • e4cfcb1030 Merge pull request #49 from LD-Reborn/35-implement-enums-for-probmethods-in-the-shared-models LD50 2025-12-25 13:20:44 +01:00
  • 6d1cffe2db Added enums to JSONEntity and JSONDatapoint LD-Reborn 2025-12-25 13:20:24 +01:00
  • dd0019b1c1 Merge pull request #48 from LD-Reborn/40-add-attributes-to-query-result LD50 2025-12-25 12:39:18 +01:00
  • 5877ebaff2 Added attributes to query results LD-Reborn 2025-12-25 12:39:01 +01:00
  • 040d4f916a Fixed views showing in swagger LD-Reborn 2025-12-25 12:21:50 +01:00
  • 57beddd70f Merge pull request #47 from LD-Reborn/42-create-a-front-end---localization LD50 2025-12-23 22:40:42 +01:00
  • 8416d7f404 Added localization LD-Reborn 2025-12-23 22:40:04 +01:00
  • 16f08aa8a7 Removed privacy page LD-Reborn 2025-12-23 21:37:10 +01:00
  • cce42d8ec3 Merge pull request #46 from LD-Reborn/41-create-a-front-end---toasts LD50 2025-12-23 14:55:39 +01:00
  • e64f4ca555 Added toasts, fixed redundant throbber functions 41-create-a-front-end---toasts LD-Reborn 2025-12-23 14:50:34 +01:00
  • 55a475704e Removed clear button that was not used LD-Reborn 2025-12-23 14:49:32 +01:00
  • 89f8aa6591 Merge pull request #45 from LD-Reborn/36-create-a-front-end---functioning-buttons-2 LD50 2025-12-22 16:53:42 +01:00
  • a3cc5115fc Added query update functionality in the front-end LD-Reborn 2025-12-22 16:52:49 +01:00
  • 8b36c65437 Added search cache updating LD-Reborn 2025-12-22 16:52:06 +01:00
  • ee12986fef Added query deleting LD-Reborn 2025-12-22 14:22:16 +01:00
  • fd76da265b Added entity updating to front-end LD-Reborn 2025-12-22 12:58:40 +01:00
  • 4aa3015954 Fixed probmethod and similaritymethod not updating with entity index LD-Reborn 2025-12-22 12:57:52 +01:00
  • fb1766b2b5 Fixed embeddings not being created on index LD-Reborn 2025-12-22 12:08:09 +01:00
  • 6fe96d41a2 Improved entity updating LD-Reborn 2025-12-22 00:18:13 +01:00
  • fc5e8ceeee Added missing model fix for last commit LD-Reborn 2025-12-22 00:17:16 +01:00
  • 33502640a2 Added model return for entity list endpoint LD-Reborn 2025-12-22 00:16:30 +01:00
  • b5545bb5c8 Added entity/searchdomain name to deletion confirmation warning for searchdomain and entity LD-Reborn 2025-12-21 14:17:02 +01:00
  • fbfaff2953 Added entity edit and delete buttons, added entity delete functionality LD-Reborn 2025-12-21 02:11:59 +01:00
  • 74481ac846 Fixed deleting entities not working LD-Reborn 2025-12-21 02:11:09 +01:00
  • 29f910a65a Fixed typos LD-Reborn 2025-12-21 00:58:44 +01:00
  • bf6265882c Improved size estimation display units LD-Reborn 2025-12-21 00:58:28 +01:00
  • 8329beeca7 Added entity creation LD-Reborn 2025-12-21 00:57:47 +01:00
  • 20fc309b07 Added SimilarityMethodsEnum LD-Reborn 2025-12-21 00:15:28 +01:00
  • ae2b9e9f41 Added models listing endpoint LD-Reborn 2025-12-20 22:02:57 +01:00
  • e4a711fcbd Added filtering query output to top n elements LD-Reborn 2025-12-20 20:13:28 +01:00
  • 1375e45f59 Merge pull request #39 from LD-Reborn/28-create-a-front-end---recent-queries LD50 2025-12-19 12:28:18 +01:00
  • 7eaf69379f Added database size estimation LD-Reborn 2025-12-19 12:22:51 +01:00
  • 2fcf5bea0f Fixed query modal color and missing localization tag LD-Reborn 2025-12-19 10:12:43 +01:00
  • ca24dc04ab Added search cache estimation, added search cache clearing LD-Reborn 2025-12-19 10:07:22 +01:00
  • 94323e1f72 Added searchdomain creation LD-Reborn 2025-12-18 23:03:58 +01:00
  • 30d1bb888b Added more localization, added more hidden headings for accessibility LD-Reborn 2025-12-18 22:47:54 +01:00
  • d296c95203 Fixed details buttons and modal color LD-Reborn 2025-12-18 22:42:59 +01:00
  • 1bf47d8220 Made settings a proper checkbox (single setting), fixed other issues regarding settings getting and setting LD-Reborn 2025-12-18 22:32:57 +01:00
  • 1439fa7d58 Fixed heading order LD-Reborn 2025-12-18 22:31:13 +01:00
  • affdeb00b3 Added settings handling in the backend and settings string display in the front-end LD-Reborn 2025-12-18 20:19:13 +01:00
  • 62029cc014 Removed GPLv3 license LD50 2025-12-18 19:26:53 +01:00
  • bb8543dab2 Fixed settings update button layout broken LD-Reborn 2025-12-18 13:24:09 +01:00
  • 74f616d5e3 Fixed entities list not filling whole table LD-Reborn 2025-12-18 13:23:46 +01:00
  • a1577aa2cc Added searchdomain deletion and fixed renaming modal coloring issue and button placement LD-Reborn 2025-12-18 12:04:16 +01:00
  • 8ea4e0c579 Added searchdomain renaming LD-Reborn 2025-12-18 11:49:40 +01:00
  • accc045ce6 Added default searchdomain selection LD-Reborn 2025-12-18 11:21:40 +01:00
  • 3afdc6dd0a Merge pull request #34 from LD-Reborn/28-create-a-front-end---recent-queries LD50 2025-12-14 23:22:06 +01:00
  • ad269ecfc5 Added query detail modal LD-Reborn 2025-12-14 23:21:45 +01:00
  • 24228c05f2 Implemented query listing in front-end LD-Reborn 2025-12-14 23:14:08 +01:00
  • 21194f99d3 Implemented search result endpoint LD-Reborn 2025-12-14 23:13:34 +01:00
  • 1f67682879 Implemented search cache LD-Reborn 2025-12-14 22:07:14 +01:00
  • 4a6a5008c0 Merge pull request #32 from LD-Reborn/27-create-a-front-end---entities-table-and-filter LD50 2025-12-14 20:37:37 +01:00
  • 3329712548 Added front-end entity filter and details button functionality LD-Reborn 2025-12-14 20:37:18 +01:00
  • 6145d32040 Merge pull request #31 from LD-Reborn/26-create-a-front-end---mockup-and-basic-entities-view LD50 2025-12-14 19:42:51 +01:00
  • d0199cad20 Improved searchdomain loading performance significantly by actually implementing the id selector parameters LD-Reborn 2025-12-14 19:41:59 +01:00
  • b68925de42 Added basic searchdomain info view LD-Reborn 2025-12-14 18:37:46 +01:00
  • 34b7c3845d Fixed branding, removed non-existant css file from _Layout.cshtml LD-Reborn 2025-12-14 17:08:08 +01:00
  • 99b3655239 Fixed variable usage before definition LD-Reborn 2025-12-14 15:21:24 +01:00
  • 1fd411d14a Merge pull request #25 from LD-Reborn/23-bug-requested-value-lvewavg-was-not-found LD50 2025-12-14 14:40:24 +01:00
  • eb6f7ef524 Fixed requested value LVEWAvg was not found, improved resiliency LD-Reborn 2025-12-14 14:40:00 +01:00
  • da603746e8 Merge pull request #24 from LD-Reborn/21-create-a-front-end---basic-authorization LD50 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 LD-Reborn 2025-12-14 13:32:00 +01:00
  • 1412f7cc55 Added basic authentication and localization LD-Reborn 2025-12-14 11:38:32 +01:00
  • ce63eb4d87 Merge pull request #22 from LD-Reborn/21-create-a-front-end---basic-authorization LD50 2025-12-14 11:42:01 +01:00
  • c56b8a7f32 Added basic authentication and localization LD-Reborn 2025-12-14 11:38:32 +01:00
  • 78f52faf46 Added rudimentary default view LD-Reborn 2025-12-13 20:58:50 +01:00
  • 70b6885a2e Improved client Url building LD-Reborn 2025-12-13 18:38:17 +01:00
  • f0f01c3c66 Fixed magic values in Probmethods LD-Reborn 2025-12-13 17:55:04 +01:00
  • b8a6cf07a2 Fixed missing ProbMethodNotFoundException in SearchdomainHelper LD-Reborn 2025-12-13 17:46:40 +01:00
  • faf54dfb5d Update License to MIT LD50 2025-12-13 17:40:19 +01:00
  • 896e4b89d6 Improved logging for EntityResults LD-Reborn 2025-12-13 17:36:51 +01:00
  • dedac5da3a Improved exception handling and logging in SearchdomainController LD-Reborn 2025-12-13 17:25:07 +01:00
  • 2f4a506077 Fixed missing proper SearchdomainNotFoundException in DatabaseHelper LD-Reborn 2025-12-13 17:24:12 +01:00
  • 53a8d073bd Improved logging in DatabaseHelper LD-Reborn 2025-12-13 17:15:32 +01:00
  • 4f3354c038 Fixed missing proper SearchdomainNotFoundException in SearchdomainManager LD-Reborn 2025-12-13 17:15:15 +01:00
  • b7761479c8 Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager LD-Reborn 2025-12-13 17:09:40 +01:00
  • 09d709966b Fixed missing proper exception in AIProvider LD-Reborn 2025-12-13 17:05:56 +01:00
  • a1ed65ee41 Improved logging for DatabaseHelper LD-Reborn 2025-12-13 16:52:26 +01:00
  • 1b2050bb86 Improved logging in the AiProvider LD-Reborn 2025-12-13 16:15:59 +01:00
  • 4c4a313c7d Improved exception handling for indexing 2 LD-Reborn 2025-12-13 16:14:31 +01:00
  • 94252fe63e Improved exception handling for indexing LD-Reborn 2025-12-13 16:12:57 +01:00
  • 02bdf4ad10 Removed stray debug statement LD-Reborn 2025-08-31 15:35:19 +02:00
  • 1e913c82e3 Improved logging in example.csx LD-Reborn 2025-08-31 15:33:13 +02:00
  • b46c543d98 Added CancellationToken renewal LD-Reborn 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 LD-Reborn 2025-08-31 14:59:41 +02:00
  • 0647f10ca1 Renamed IScriptable to IScriptContainer, added Stop() function to Calls LD-Reborn 2025-08-31 03:02:43 +02:00
  • 92bf48d06a Renamed Call Start and Stop to Enable and Disable LD-Reborn 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 LD-Reborn 2025-08-31 02:37:08 +02:00