MarginaliaSearch/code/services-application/explorer-service
2025-01-24 18:49:28 +01:00
..
java/nu/marginalia/explorer (search) Remove Spark and migrate to Jooby for the search service 2024-12-10 19:13:13 +01:00
resources (search) Add en-US language tags to all templates 2024-05-04 11:40:59 +02:00
build.gradle (build) Upgrade JIB 2025-01-24 18:49:28 +01:00
readme.md (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01: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