TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Semantic Search with Qdrant and Transformers.js

4 pointsby do-meabout 2 years ago
With just two main components you can create a fully working semantic search app. The client performs the heavy work of embedding calculation and simply sends the vector to Qdrant (vector database with built-in API) performing the actual search. Note that the model I'm using in the frontend is quantized (weighs only 30mb) and hence outputs slightly different results in comparison to the original model.

no comments

no comments