304 Commits

Author SHA1 Message Date
LD50
1b88bd1960 Merge pull request #133 from LD-Reborn/132-migrations-break-database-on-failure-due-to-lack-of-transactions
Fixed migrations breaking because of IIS, added MySQL transaction method
2026-02-23 21:13:20 +01:00
1aa2476779 Fixed migrations breaking because of IIS, added MySQL transaction method 2026-02-23 21:08:46 +01:00
LD50
7ed144bc39 Merge pull request #131 from LD-Reborn/20260223_mysqlfux
Fixed MySQL migration error
2026-02-23 07:41:33 +01:00
3b42a73b73 Fixed MySQL migration error 2026-02-23 07:41:03 +01:00
LD50
6f6ded1d90 Merge pull request #130 from LD-Reborn/129-post-entity-only-does-upserting
129 post entity only does upserting
2026-02-22 20:00:08 +01:00
cda028f213 Fixed naming convention issues 2026-02-22 19:59:49 +01:00
0582ff9a6c Fixed Putting entities only upserts entities instead of also deleting non-existant ones 2026-02-22 19:48:26 +01:00
LD50
51d34cb06c Merge pull request #128 from LD-Reborn/104-embedding-cache-store-exception-on-shutdown
104 embedding cache store exception on shutdown
2026-02-21 22:23:31 +01:00
dbc5e9e6e8 Fixed UNIQUE constraint failed exception 2026-02-21 22:23:11 +01:00
820ecbc83b Fixed embeddings generation errors not propagating to response model in a user-friendly way, Fixed non-awaited SQL actions, Fixed connection pool filling up, fixed newly created searchdomain not found 2026-02-19 03:00:46 +01:00
LD50
cda8c61429 Merge pull request #127 from LD-Reborn/124-cannot-delete-large-searchdomains
Fixed entityCache not multithreading safe, Reduced expensive table jo…
2026-02-18 13:42:23 +01:00
f537912e4e Fixed entityCache not multithreading safe, Reduced expensive table joins for embedding, Fixed timeouts on large deletes, fixed possible unclosed readers, Improved EntityFromJSON speed, Added connection pool control for fault tolerance, Fixed modelsInUse multithreading safety 2026-02-18 13:41:55 +01:00
LD50
7a0363a470 Merge pull request #125 from LD-Reborn/118-searchdomainhelper-fix-non-bulk-queries
118 searchdomainhelper fix non bulk queries
2026-02-14 17:45:03 +01:00
4aabc3bae0 Fixed DatabaseInsertEmbeddingBulk, Added attributes bulk edit and delete, Fixed entityCache not multithreading safe, fixed EntityFromJSON missing bulk inserts, Added retry logic for BulkExecuteNonQuery, added MaxRequestBodySize configuration 2026-02-12 20:57:01 +01:00
41fd8a067e Added configurable request body size limit 2026-02-12 18:32:17 +01:00
LD50
047526dc3c Merge pull request #120 from LD-Reborn/117-add-bulk-datapoint-insert
Added datapoint bulk insert
2026-01-28 22:22:13 +01:00
329af1c103 Added datapoint bulk insert 2026-01-28 22:21:51 +01:00
LD50
5869eeabd6 Merge pull request #119 from LD-Reborn/116-add-bulk-attributes-insert
116 add bulk attributes insert
2026-01-25 16:35:26 +01:00
7fffd74f26 Changed list conversion for entityCache 2026-01-25 16:35:02 +01:00
a9dada01c0 Added missing BulkExecuteNonQuery 2026-01-25 16:34:18 +01:00
01b0934d6e Removed unused using statements, added early return for GetEmbeddings 2026-01-25 16:33:49 +01:00
c0189016e8 Improved logging in EntityController 2026-01-25 16:32:54 +01:00
7d16f90c71 Added bulk attributes insert 2026-01-25 16:32:37 +01:00
LD50
d7c248945d Merge pull request #115 from LD-Reborn/52-fix-documentation-to-show-that-we-have-a-front-end
52 fix documentation to show that we have a front end
2026-01-24 19:32:18 +01:00
LD50
059bf147dc Updated README logo layout 2026-01-24 19:31:59 +01:00
ffe15e211b Improved README introduction layout 2026-01-24 18:23:47 +01:00
255395b582 Moved logo to heading in README.md 2026-01-24 18:11:40 +01:00
6390dbc9ab Moved logo to docs, fixed logo not visible in light mode 2026-01-24 18:10:18 +01:00
7f2a14609f Updated documentation to reflect current status, fixed broken Dockerfile and Docker configuration, updated to python3.13 2026-01-24 17:48:06 +01:00
LD50
6d39540e8d Merge pull request #107 from LD-Reborn/86-add-embeddingsearch-logo-and-improve-navbar
Added logo to navbar, reworked navbar layout
2026-01-22 19:43:49 +01:00
328615be97 Added logo to navbar, reworked navbar layout 2026-01-22 19:43:28 +01:00
LD50
20cbbfd06c Merge pull request #106 from LD-Reborn/18-update-to-dotnet-10
18 update to dotnet 10
2026-01-22 16:48:22 +01:00
cfeefa385a Removed magic number from SearchdomainHelper float-bytes converter methods 2026-01-22 16:47:48 +01:00
49ecb06fb0 Updated packages 2026-01-22 16:47:11 +01:00
LD50
a15548ea77 Update issue templates 2026-01-22 14:35:52 +01:00
e2cfe56b49 Updated projects to dotnet 10 2026-01-22 00:46:56 +01:00
LD50
9c306a0917 Merge pull request #102 from LD-Reborn/91-add-persistent-embedding-cache
Added persistent embedding cache
2026-01-21 23:58:29 +01:00
5f05aac909 Added persistent embedding cache 2026-01-21 23:54:08 +01:00
LD50
76c9913485 Merge pull request #101 from LD-Reborn/78-query-results-edit-modal-missing-options-to-rename-and-add
Added renaming and adding query results , fixed missing localization
2026-01-19 13:15:36 +01:00
4f257a745b Added renaming and adding query results , fixed missing localization 2026-01-19 13:14:04 +01:00
LD50
59945cb523 Merge pull request #100 from LD-Reborn/87-migrations-currently-only-fire-once-searchdomainmanager-gets-injected-by-an-endpoint
Fixed migrations not running on startup
2026-01-19 03:52:17 +01:00
c13214c4e9 Fixed migrations not running on startup 2026-01-19 03:52:00 +01:00
LD50
6e9e795a16 Merge pull request #99 from LD-Reborn/85-add-database-size-to-stats
Added database size to stats, added total ram size to stats
2026-01-19 03:40:25 +01:00
337782661e Added database size to stats, added total ram size to stats 2026-01-19 03:40:03 +01:00
LD50
b6692770c1 Merge pull request #98 from LD-Reborn/95-add-parallel-embeddings-pre-fetching-setting
Added entity index embeddings prefetching, fixed zero-searchdomain fr…
2026-01-19 02:18:48 +01:00
141a567927 Added entity index embeddings prefetching, fixed zero-searchdomain front-end bug 2026-01-19 02:18:00 +01:00
LD50
ba41c1cd82 Merge pull request #97 from LD-Reborn/90-fix-migration-does-not-support-database-initial-creation
Fixed database initial creation missing
2026-01-16 14:02:28 +01:00
b6b812f458 Fixed database initial creation missing 2026-01-16 14:01:59 +01:00
LD50
9d5f53c5f4 Merge pull request #96 from LD-Reborn/94-implement-datapoint-embeddings-generation-reordering
Added embeddings prefetching for entities ingest
2026-01-16 12:52:37 +01:00
a9a5ee4cb6 Added embeddings prefetching for entities ingest 2026-01-16 12:52:15 +01:00