MarginaliaSearch/code/services-application/explorer-service
Viktor Lofgren 20fc0ef13c (gradle) Add task alias 'docker' for 'jibDockerBuild'
The change also moves the jib boilerplate to an include.
2024-02-28 11:59:15 +01:00
..
java/nu/marginalia/explorer (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
resources (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (gradle) Add task alias 'docker' for 'jibDockerBuild' 2024-02-28 11:59:15 +01:00
readme.md (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +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