Commit Graph

25 Commits

Author SHA1 Message Date
337782661e Added database size to stats, added total ram size to stats 2026-01-19 03:40:03 +01:00
141a567927 Added entity index embeddings prefetching, fixed zero-searchdomain front-end bug 2026-01-19 02:18:00 +01:00
e83ce61877 Added query cache entry count and capacity to front-end, Fixed ServerGetStatsResult field naming 2026-01-07 01:15:55 +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
aa4fc03c3d Replaced GetEmbeddingCacheSize with GetStats, fixed long loading times for front-end stats retrieval 2026-01-02 02:04:19 +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
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
31c784f0ab Renamed SearchCache mentions to QueryCache for better clarity 2025-12-29 15:41:12 +01:00
cc93a76546 Fixed DRY violations regarding result models 2025-12-25 14:55:30 +01:00
6d1cffe2db Added enums to JSONEntity and JSONDatapoint 2025-12-25 13:20:24 +01:00
5877ebaff2 Added attributes to query results 2025-12-25 12:39:01 +01:00
8b36c65437 Added search cache updating 2025-12-22 16:52:06 +01:00
ee12986fef Added query deleting 2025-12-22 14:22:16 +01:00
6fe96d41a2 Improved entity updating 2025-12-22 00:18:13 +01:00
fc5e8ceeee Added missing model fix for last commit 2025-12-22 00:17:16 +01:00
ae2b9e9f41 Added models listing endpoint 2025-12-20 22:02:57 +01:00
7eaf69379f Added database size estimation 2025-12-19 12:22:51 +01:00
ca24dc04ab Added search cache estimation, added search cache clearing 2025-12-19 10:07:22 +01:00
affdeb00b3 Added settings handling in the backend and settings string display in the front-end 2025-12-18 20:19:13 +01:00
21194f99d3 Implemented search result endpoint 2025-12-14 23:13:34 +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
4c4a313c7d Improved exception handling for indexing 2 2025-12-13 16:14:31 +01: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
e8e5b742d1 Fixed Indexer SwaggerUI, Added worker & call management endpoints to Indexer, restructuring to improve project separation 2025-07-19 19:50:08 +02:00