CoolFace
Apppublic

scythe410/vectorscape-reducer

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
28 commits on main
d941a354mo ago

fix(reducer): make Redis-backed progress optional; /status survives without Redis

scythe410
1863d6a4mo ago

feat(reducer): add /embed primitive endpoint for demo search

scythe410
4d77b094mo ago

fix(reducer): drop bogus reducer/ COPY breaking HF Space build

scythe410
79717244mo ago

fix: replace arq/Redis queue with in-process background task to fix Vercel FUNCTION_INVOCATION_TIMEOUT

scythe410
6a730c64mo ago

fix(reducer): snippet-fallback labels + in-place /relabel endpoint

scythe410
40f24e14mo ago

fix(reducer): keyword fallback when IDF zeros every term in a cluster

scythe410
e63d9624mo ago

fix(reducer): always queue embed-reduce + warm-load embedder on boot

scythe410
6a417664mo ago

chore(reducer): drop orphan reducer/ shim package

scythe410
ba85b6e4mo ago

chore(reducer): refresh uv.lock

scythe410
5ede1ed4mo ago

fix(reducer): phase 6a — mypy clean (F-1, F-2, F-3)

scythe410
347aa8b4mo ago

chore(qa): phase 5 — static audit baseline + findings recorded

scythe410
e2224a14mo ago

test(qa): phase 4 — security tests

scythe410
8d33bcc4mo ago

test(qa): phase 3 — integration tests against fakes + RLS SQL files

scythe410
49b342a4mo ago

test(qa): phase 2 — unit tests for pure logic

scythe410
eac545b4mo ago

feat(adjacency): faint links between semantically-near clusters

scythe410
afd7b914mo ago

feat(search): aggregate matches by cluster, surface named regions

scythe410
c9ec7b24mo ago

feat(reducer): real cluster labels via c-TF-IDF, opt-in LLM upgrade

scythe410
1a8acbe4mo ago

feat(search): natural-language search over project galaxy

scythe410
20fcc4c4mo ago

feat(bridge): gate Gemini free-tier path behind user consent

scythe410
8e31c174mo ago

feat(reducer): add Gemini fallback for /bridge LLM summary

scythe410
7c265b74mo ago

chore(reducer): dockerize for hugging face spaces deploy

scythe410
7b46e604mo ago

chore: reduce CSV preview to 20 rows & add multi-topic sample dataset

scythe410
712de034mo ago

fix(security): apply qa_fixes — auth, prompt injection, upload cap, race lock, truncation, sanitization

scythe410
c692a964mo ago

feat(bridge): explain shared theme + contrast between two clusters

scythe410
488107b4mo ago

feat(web): SKM lens, landing page, and pre-baked demo galaxy

scythe410
7acc8884mo ago

feat(reducer): arq worker for >10k jobs + /status endpoint with error capture

scythe410
926bdb94mo ago

feat(reducer): /embed-reduce pipeline (MiniLM + conditional PCA + PaCMAP + HDBSCAN) and CLI harness

scythe410
9a3eee24mo ago

chore: scaffold bun-workspaces monorepo

scythe410