MarginaliaSearch/code/services-satellite/explorer-service
Viktor Lofgren dbe9235f3a (*) Upgrade to JDK21 with preview enabled.
... also move some common configuration into the root build.gradle-file.

Support for JDK21 in lombok is a bit sketchy at the moment, but it seems to work.  This upgrade is kind of important as the new index construction really benefits from Arena based lifecycle control over off-heap memory.
2023-09-24 10:38:59 +02:00
..
src/main Embryo of new control process 2023-07-03 10:40:32 +02:00
build.gradle (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
readme.md Update readme.md 2023-04-11 16:31:11 +02:00

Explorer Service

User interface for exploring website similarity by reinterpreting the incident edges in the adjacency matrix as sparse high dimensional vector, and useing cosine similarity to find the nearest neighbors nodes within this feature-space.

Externally the service is available at https://explore2.marginalia.nu/.

See Also