Commit Graph

20 Commits

Author SHA1 Message Date
0582ff9a6c Fixed Putting entities only upserts entities instead of also deleting non-existant ones 2026-02-22 19:48:26 +01:00
e2cfe56b49 Updated projects to dotnet 10 2026-01-22 00:46:56 +01:00
027a9244ad Added query cache size limiting, added custom enumerable LRUCache, renamed search to query in various places, fixed client GetEmbeddingsCacheSize endpoint 2026-01-03 17:57:18 +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
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
16efe447a2 Reorganized client methods to better match swagger sequence 2025-12-29 19:51:16 +01:00
6a7bdf585c Added missing endpoints to client 2025-12-29 19:44:55 +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
f3a4665153 Moved query action from EntityController to SearchdomainController 2025-12-27 17:26:06 +01:00
70b6885a2e Improved client Url building 2025-12-13 18:38:17 +01:00
02bdf4ad10 Removed stray debug statement 2025-08-31 15:35:19 +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
9a6ee4ad75 Major restructuring, removed searchdomain field from Entity/Index, moved embeddingcache to SearchdomainManager, improved logging 2025-06-22 02:11:09 +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
EzFeDezy
f6a4a75e4f Implemented indexer, cleanup 2025-05-26 15:53:18 +02:00
EzFeDezy
7b3e5621bd Removed unnecessary parameter 2025-05-10 15:26:31 +02:00
EzFeDezy
97afed4a5b Added client library 2025-05-10 09:23:28 +02:00