Commit Graph

  • bb6f7c31fb Added Events, Filters, and IncludeSubdirectories to fileupdate call type LD-Reborn 2025-08-31 01:15:38 +02:00
  • d8e03d1ee0 Cleaned up WorkerManager by moving call-related code to corresponding call LD-Reborn 2025-08-31 00:49:19 +02:00
  • d508d5b408 Renamed Scriptables to ScriptContainer LD-Reborn 2025-08-31 00:19:07 +02:00
  • 2a75daee07 Refactored Indexer models LD-Reborn 2025-08-31 00:11:05 +02:00
  • 8a3be8dd90 Added CSharp scripting reference to README LD-Reborn 2025-08-30 23:35:18 +02:00
  • d33b2d594f Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder LD-Reborn 2025-08-30 23:32:14 +02:00
  • a47d1dca3a Removed stray "WIP" annotation LD-Reborn 2025-08-24 14:20:50 +02:00
  • a1a33dd17e Added similarityMethod to example python file LD-Reborn 2025-08-23 23:17:51 +02:00
  • f6832a93e0 SearchdomainManager cleanup; Fixed spelling mistake in Server/Program.cs LD-Reborn 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 LD-Reborn 2025-08-23 21:34:48 +02:00
  • 631aafe68f Improved DatabaseMigrations using reflection LD-Reborn 2025-08-23 19:08:43 +02:00
  • 09a8e2347e Removed stray WIP marker LD-Reborn 2025-08-23 17:18:16 +02:00
  • 1e4d3dceb8 Added runonce to the documentation; added information about the necessary functions LD-Reborn 2025-08-23 17:16:17 +02:00
  • ca56a66713 Added runonce call LD-Reborn 2025-08-23 17:15:22 +02:00
  • e782852d6f Added clarification to Indexer.md regarding call parameters LD-Reborn 2025-08-23 14:52:26 +02:00
  • 4506a6e9d2 Added fileupdate call; improved HealthCheck messages; bugfix for schedule call LD-Reborn 2025-08-23 14:44:20 +02:00
  • b1cda26bb9 Added scheduler call type using Quartz LD-Reborn 2025-08-23 13:32:42 +02:00
  • acf5106041 Removed unused using statements LD-Reborn 2025-07-19 23:09:08 +02:00
  • 07fa8945dc Improved Indexer worker list result LD-Reborn 2025-07-19 21:21:28 +02:00
  • 87f644bebb Added docker installation reference LD-Reborn 2025-07-12 22:55:56 +02:00
  • e8e5b742d1 Fixed Indexer SwaggerUI, Added worker & call management endpoints to Indexer, restructuring to improve project separation LD-Reborn 2025-07-12 22:55:56 +02:00
  • a884a2734d Fixed logic error LD-Reborn 2025-07-12 22:55:56 +02:00
  • dd85ea5e29 Added Docker to server LD-Reborn 2025-07-12 21:48:40 +02:00
  • 58b40fac84 Improved configurability for Swagger and ApiKeyMiddleware LD-Reborn 2025-07-12 21:23:06 +02:00
  • 3feebed5de Added structure segment, added AiProviders segment LD-Reborn 2025-07-07 03:10:26 +02:00
  • 60b6e0502a Updated documentation to reflect the addition of the AIProvider implementation LD-Reborn 2025-07-07 02:41:13 +02:00
  • 7a846935a1 Replaced local IP address with localhost LD-Reborn 2025-07-07 00:00:59 +02:00
  • b596695fd9 Added AIProvider and support for OpenAI compatible APIs LD-Reborn 2025-07-06 22:28:45 +02:00
  • 84a4a9d51e Added healthchecks to server LD-Reborn 2025-07-06 09:55:18 +02:00
  • 1fe70264fd Improved entity deletion LD-Reborn 2025-07-06 08:52:29 +02:00
  • dc9c4a6279 Fixed cache invalidation issue LD-Reborn 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 LD-Reborn 2025-06-22 15:35:45 +02:00
  • 2034a20055 Improved wording LD-Reborn 2025-06-22 03:46:58 +02:00
  • d10f03287f Removed completed tasks regarding hash value optimization and error message improvement LD-Reborn 2025-06-22 03:22:18 +02:00
  • bd82b63141 Added documentation regarding probMethods LD-Reborn 2025-06-22 03:18:10 +02:00
  • 3813c5aaba Added weighted dictionary based weighted average LD-Reborn 2025-06-22 02:44:20 +02:00
  • 0e4dcdf7c0 Removed unnecessary config setting LD-Reborn 2025-06-22 02:12:29 +02:00
  • 9a6ee4ad75 Major restructuring, removed searchdomain field from Entity/Index, moved embeddingcache to SearchdomainManager, improved logging LD-Reborn 2025-06-22 02:11:09 +02:00
  • d2f4210e72 Moved SQLHelper to Helper folder to improve structure LD-Reborn 2025-06-21 22:03:01 +02:00
  • bc8ba893e0 Added new probmethods, Made Probmethods static LD-Reborn 2025-06-21 14:22:25 +02:00
  • fbbed6f03d Attempt to fix MySQL timeout LD-Reborn 2025-06-21 14:18:25 +02:00
  • 32ece293ed Added Elmah, Serilog to Server, improved logging LD-Reborn 2025-06-20 19:43:47 +02:00
  • 509fd4ec45 Updated README to reflect recent changes regarding Indexer and Docker LD-Reborn 2025-06-15 23:44:27 +02:00
  • 191afff140 Removed unsused and outdated diagram LD-Reborn 2025-06-15 23:42:19 +02:00
  • 4c7e92b6c6 Improved configurability of Elmah and Serilog for the Indexer LD-Reborn 2025-06-15 23:38:58 +02:00
  • 9fa6704417 Indexer improved documentation, Docker added port expose LD-Reborn 2025-06-15 20:50:57 +02:00
  • b448c2c071 Improved Elmah access control LD-Reborn 2025-06-15 20:50:11 +02:00
  • 1da78b8356 Fixed Elmah accessible outside of development environment LD-Reborn 2025-06-15 14:11:04 +02:00
  • 7d566cd921 Added Docker support for the Indexer LD-Reborn 2025-06-15 13:56:55 +02:00
  • d95c1c57bb Updated indexer documentation to reflect recent healthchecks addition LD-Reborn 2025-06-11 13:24:21 +02:00
  • a3d1a4679c Improved logging LD-Reborn 2025-06-11 13:23:51 +02:00
  • e6211a185b Added hash based optimization LD-Reborn 2025-06-11 13:23:02 +02:00
  • 371a16511a Removed debug element LD-Reborn 2025-06-09 17:56:51 +02:00
  • 34114e03e4 fixed minor orthography issues LD-Reborn 2025-06-09 17:35:14 +02:00
  • 96e7fe0f22 Removed healthz todo element LD-Reborn 2025-06-09 17:11:55 +02:00
  • ce168cf9e4 Added Serilog logging, added Elmah error logging, added health checks LD-Reborn 2025-06-09 17:09:55 +02:00
  • 60bfcff539 Removed remaining CLI mentions LD-Reborn 2025-06-08 14:06:30 +02:00
  • 0f21376c3d Fixed bug in python scripting engine LD-Reborn 2025-06-08 04:27:32 +02:00
  • f4e493b8e0 Removed finished tasks LD-Reborn 2025-06-07 21:14:41 +02:00
  • 465926dcab Removed non-DRY SQL helper methods LD-Reborn 2025-06-07 21:13:21 +02:00
  • 3ec078053d Updated database setup to reflect the CLI removal LD-Reborn 2025-06-07 17:43:48 +02:00
  • 6ea6242887 Solution cleanup, Readme updated todos LD-Reborn 2025-06-06 00:41:42 +02:00
  • ad599433bf Removed CLI project, added database migrations, added SQLHelper LD-Reborn 2025-06-06 00:29:38 +02:00
  • 89545b0d71 cleanup 3 LD-Reborn 2025-06-05 22:16:28 +02:00
  • ec9f2c4924 cleanup 2 LD-Reborn 2025-06-05 22:12:06 +02:00
  • 9ca4f2b253 cleanup LD-Reborn 2025-06-05 22:09:55 +02:00
  • 441cd22929 Merged Models into Server as Server.Models EzFeDezy 2025-06-05 22:06:25 +02:00
  • a6786219ce Merged redundant project onto server EzFeDezy 2025-06-05 21:45:34 +02:00
  • 7899130c30 Renamed Server project LD-Reborn 2025-06-05 06:24:31 +00:00
  • 7545769d42 Fixed Server folder name gitignore LD-Reborn 2025-06-05 05:53:01 +00:00
  • 183a150234 Fixed Server folder name LD-Reborn 2025-06-05 05:52:36 +00:00
  • b93b14f051 Added items to the todo scope LD-Reborn 2025-06-05 05:44:12 +00:00
  • af8355c389 fixed logo EzFeDezy 2025-05-27 23:05:16 +02:00
  • c8c9fb82c0 Added logo EzFeDezy 2025-05-27 23:04:37 +02:00
  • 371f9c7411 Updated README to reflect the recent addition of the Indexer EzFeDezy 2025-05-27 22:30:52 +02:00
  • 7096f6591f Added more useful information to output EzFeDezy 2025-05-27 22:29:38 +02:00
  • 3bf1aae281 Adjusted preset to a more reasonable value EzFeDezy 2025-05-27 16:40:51 +02:00
  • 99fb750ac0 Fixed typo, improved exception handling EzFeDezy 2025-05-27 16:26:26 +02:00
  • 1221be150d Added mock config EzFeDezy 2025-05-27 12:05:12 +02:00
  • ecce9a5051 Bugfix regarding callbackInfos EzFeDezy 2025-05-26 18:03:59 +02:00
  • 30421099b0 Added example content EzFeDezy 2025-05-26 15:53:55 +02:00
  • f6a4a75e4f Implemented indexer, cleanup EzFeDezy 2025-05-26 15:53:18 +02:00
  • 85141c879f improved description of repository, moved CLI info to README.md EzFeDezy 2025-05-10 16:23:45 +02:00
  • 0f11a30797 Fixed badge EzFeDezy 2025-05-10 15:34:24 +02:00
  • be92cc209b Improved documentation EzFeDezy 2025-05-10 15:26:46 +02:00
  • 7b3e5621bd Removed unnecessary parameter EzFeDezy 2025-05-10 15:26:31 +02:00
  • 97afed4a5b Added client library EzFeDezy 2025-05-10 09:23:28 +02:00
  • 36d126c63f Added optional returnEmbeddings parameter to /Entity/List EzFeDezy 2025-04-27 20:00:18 +02:00
  • c955182933 Renamed EntityEvaluate to EntityQuery EzFeDezy 2025-04-27 19:45:55 +02:00
  • 6e0d82ad3c Fixed malformed JSON, added To-do EzFeDezy 2025-04-23 23:44:23 +02:00
  • 6b3e363e35 Added launchSettings, because why not EzFeDezy 2025-04-23 23:43:51 +02:00
  • fe5cd87c56 modified gitignore due to API update EzFeDezy 2025-04-23 23:42:53 +02:00
  • 1cbb1a4732 Fixed open DbDataReader EzFeDezy 2025-04-23 23:41:44 +02:00
  • ed53a66ccd Added API server EzFeDezy 2025-04-23 23:37:58 +02:00
  • a724ef80a2 continued cache implementation, massively improved entity creation EzFeDezy 2025-04-20 03:29:39 +02:00
  • 473bfd1a8b scope creep Dietz Isaias 2025-04-14 16:10:03 +02:00
  • 0b06938d7a Improved cross-platform documentation Dietz Isaias 2025-04-14 14:02:39 +02:00
  • d4f39a3fdf Fixed mistakes in the setup section Dietz Isaias 2025-04-14 13:33:25 +02:00
  • 1f4021fa74 Added reranker mention EzFeDezy 2025-04-13 11:47:01 +02:00
  • 60dd19eded Updated README and database diagram EzFeDezy 2025-04-13 11:27:57 +02:00