ended3월 22일· 1 sources

Vector Similarity, Zero Client JS: Decoupled Analytics on a Side Project Budget

벡터 유사도와 제로 클라이언트 JS: 사이드 프로젝트 예산으로 구현하는 비동기 분석 파이프라인

Why it matters

The author built a leaderboard for DumbQuestion.ai that groups semantically identical questions using vector embeddings and Qdrant's cosine similarity, rather than simple string matching. To keep costs minimal, the vector processing runs asynchronously via a sidecar container and GCP Pub/Sub on a home Mac Mini server, with results cached as static JSON in Cloudflare R2 for essentially free page loads at any scale.

1
Sources
+0
24h
Growth
174d
Active
Vector SimilarityQdrantDumbQuestion.aiPub/SubCloudflare R2Mac Mini

Sources

Related Issues