|
|
0647f10ca1
|
Renamed IScriptable to IScriptContainer, added Stop() function to Calls
|
2025-08-31 03:02:43 +02:00 |
|
|
|
92bf48d06a
|
Renamed Call Start and Stop to Enable and Disable
|
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
|
2025-08-31 02:37:08 +02:00 |
|
|
|
bb6f7c31fb
|
Added Events, Filters, and IncludeSubdirectories to fileupdate call type
|
2025-08-31 01:15:38 +02:00 |
|
|
|
d8e03d1ee0
|
Cleaned up WorkerManager by moving call-related code to corresponding call
|
2025-08-31 00:49:19 +02:00 |
|
|
|
d508d5b408
|
Renamed Scriptables to ScriptContainer
|
2025-08-31 00:19:07 +02:00 |
|
|
|
2a75daee07
|
Refactored Indexer models
|
2025-08-31 00:11:05 +02:00 |
|
|
|
8a3be8dd90
|
Added CSharp scripting reference to README
|
2025-08-30 23:35:18 +02:00 |
|
|
|
d33b2d594f
|
Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder
|
2025-08-30 23:32:14 +02:00 |
|
|
|
a47d1dca3a
|
Removed stray "WIP" annotation
|
2025-08-24 14:20:50 +02:00 |
|
|
|
a1a33dd17e
|
Added similarityMethod to example python file
|
2025-08-23 23:17:51 +02:00 |
|
|
|
f6832a93e0
|
SearchdomainManager cleanup; Fixed spelling mistake in Server/Program.cs
|
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
|
2025-08-23 21:34:48 +02:00 |
|
|
|
631aafe68f
|
Improved DatabaseMigrations using reflection
|
2025-08-23 19:08:43 +02:00 |
|
|
|
09a8e2347e
|
Removed stray WIP marker
|
2025-08-23 17:18:16 +02:00 |
|
|
|
1e4d3dceb8
|
Added runonce to the documentation; added information about the necessary functions
|
2025-08-23 17:16:17 +02:00 |
|
|
|
ca56a66713
|
Added runonce call
|
2025-08-23 17:15:22 +02:00 |
|
|
|
e782852d6f
|
Added clarification to Indexer.md regarding call parameters
|
2025-08-23 14:52:26 +02:00 |
|
|
|
4506a6e9d2
|
Added fileupdate call; improved HealthCheck messages; bugfix for schedule call
|
2025-08-23 14:44:20 +02:00 |
|
|
|
b1cda26bb9
|
Added scheduler call type using Quartz
|
2025-08-23 13:32:42 +02:00 |
|
|
|
acf5106041
|
Removed unused using statements
|
2025-07-19 23:09:08 +02:00 |
|
|
|
07fa8945dc
|
Improved Indexer worker list result
|
2025-07-19 21:21:28 +02:00 |
|
|
|
87f644bebb
|
Added docker installation reference
|
2025-07-19 19:50:08 +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 |
|
|
|
a884a2734d
|
Fixed logic error
|
2025-07-12 22:55:56 +02:00 |
|
|
|
dd85ea5e29
|
Added Docker to server
|
2025-07-12 21:48:40 +02:00 |
|
|
|
58b40fac84
|
Improved configurability for Swagger and ApiKeyMiddleware
|
2025-07-12 21:23:06 +02:00 |
|
|
|
3feebed5de
|
Added structure segment, added AiProviders segment
|
2025-07-07 03:10:26 +02:00 |
|
|
|
60b6e0502a
|
Updated documentation to reflect the addition of the AIProvider implementation
|
2025-07-07 02:41:13 +02:00 |
|
|
|
7a846935a1
|
Replaced local IP address with localhost
|
2025-07-07 00:00:59 +02:00 |
|
|
|
b596695fd9
|
Added AIProvider and support for OpenAI compatible APIs
|
2025-07-06 22:28:45 +02:00 |
|
|
|
84a4a9d51e
|
Added healthchecks to server
|
2025-07-06 09:55:18 +02:00 |
|
|
|
1fe70264fd
|
Improved entity deletion
|
2025-07-06 08:52:29 +02:00 |
|
|
|
dc9c4a6279
|
Fixed cache invalidation issue
|
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
|
2025-06-22 15:35:45 +02:00 |
|
|
|
2034a20055
|
Improved wording
|
2025-06-22 03:46:58 +02:00 |
|
|
|
d10f03287f
|
Removed completed tasks regarding hash value optimization and error message improvement
|
2025-06-22 03:22:18 +02:00 |
|
|
|
bd82b63141
|
Added documentation regarding probMethods
|
2025-06-22 03:18:10 +02:00 |
|
|
|
3813c5aaba
|
Added weighted dictionary based weighted average
|
2025-06-22 02:44:20 +02:00 |
|
|
|
0e4dcdf7c0
|
Removed unnecessary config setting
|
2025-06-22 02:12:29 +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 |
|
|
|
d2f4210e72
|
Moved SQLHelper to Helper folder to improve structure
|
2025-06-21 22:03:01 +02:00 |
|
|
|
bc8ba893e0
|
Added new probmethods, Made Probmethods static
|
2025-06-21 14:22:25 +02:00 |
|
|
|
fbbed6f03d
|
Attempt to fix MySQL timeout
|
2025-06-21 14:18:25 +02:00 |
|
|
|
32ece293ed
|
Added Elmah, Serilog to Server, improved logging
|
2025-06-20 19:43:47 +02:00 |
|
|
|
509fd4ec45
|
Updated README to reflect recent changes regarding Indexer and Docker
|
2025-06-15 23:44:27 +02:00 |
|
|
|
191afff140
|
Removed unsused and outdated diagram
|
2025-06-15 23:42:19 +02:00 |
|
|
|
4c7e92b6c6
|
Improved configurability of Elmah and Serilog for the Indexer
|
2025-06-15 23:38:58 +02:00 |
|
|
|
9fa6704417
|
Indexer improved documentation, Docker added port expose
|
2025-06-15 20:50:57 +02:00 |
|
|
|
b448c2c071
|
Improved Elmah access control
|
2025-06-15 20:50:11 +02:00 |
|