nowfound

Alternatives

Products that do what SemanticFinder, semantic search in the browser with transformers.js does

Hi folks! I created a frontend-only live semantic search engine based on transformers.js and sentence-transformers/all-MiniLM-L6-v2. Simply pour in your text and a query term. Hit enter and watch the search engine in action! It's highly customizable and stores the embeddings in a variable so that consecutive runs are very fast. You can tweak the segment length to reduce computation time or get get more precise results. I would be very happy to discuss some more usage ideas or receive PRs for improvements. Introduction blog post:…

  1. 1SG

    Much improved new version. Search for words similar to the query. For example, "death" will find "death", "dying", "dead", "killing"... Incredibly useful for exploring large text datasets where exact matches are too restrictive.

    2024 · github.com

  2. 2IM
  3. 3IM

    As a grad student (and an ADHDer), I had trouble doing literature review systematically. To combat this, I made a website that finds similar papers using the meaning of the thing I am looking for. I used MixedBread's [^1] embedding model to generate vectors from the abstracts. I store and search similar vectors using Milvus [^2] and finally use Gradio [^3] to serve the frontend. I update the vector database weekly by pulling the metadata dataset from Kaggle [^4]. To speed up the search process on my free oracle instance, I binarise the embeddings and use Hamming distance as a metric. I would…

    2024 · papermatch.mitanshu.tech

  4. 4SS

    Hello HN Over the New Year's break, I created semanticvideosearch.com. This can search any video based on meaning and context. I would love to get your feedback on it. What should I change and what can be improved? The preprocessed videos can be search very quickly, while the youtube video links take some time (yt videos also have a upper duration limit due to compute issues). I intend to add search based on the frames of the video soon. I would love to know your thoughts on the demo and any suggestions for improvements. Thanks! PS: the inspiration to create this was to get the 2 mins of…

    2023 · semanticvideosearch.com

  5. 5TA

    I built this tool because I wanted a way to just take a bunch of URLs or domains, and query their content in RAG applications. It takes away the pain of crawling, extracting content, chunking, vectorizing, and updating periodically. I'm curious to see if it can be useful to others. I meant to launch this six months ago but life got in the way...

    2024 · embedding.io

  6. 6WS

    We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge…

    2022 · beta.sayhello.so

  7. 7SS

    Hi HN! Ctrl+F sucks because I can never seem to find what I'm looking for. I built an NLP-based alternative that works pretty damn well. Let me know what you think. P.s. it will soon support image searches

    2022 · chrome.google.com

  8. 8SG

    Sep 2025 · github.com

  9. 9HS

    Hi HN! I'm Jonathan and I built Hacker Search (https://hackersearch.net), a semantic search engine for Hacker News. Type a keyword or a description of what you're interested in, and you'll get top links from HN surfaced to you along with brief summaries. Unlike HN's otherwise very valuable search feature, Hacker Search doesn't require you to get your keywords exactly right. That's achieved by leveraging OpenAI's latest embedding models alongside more traditional indexes extracted from the scraped and cleaned up contents of the links. I think there are many more interesting things…

    2024 · hackersearch.net

  10. 10SC
  11. 11SS

    I wrote this tool to get familiar with CLIP model, I know many people have written similar tools with CLIP before, but I'm new to machine learning and writing a classic tool helps my study. The unusual thing with my version is, it is in pure Node.js, with the power of node-mlx, a Node.js machine learning framework. The repo in the link is mostly about implementing indexing and CLI, the code of the model implementation lives as a Node.js module: https://github.com/frost-beta/clip . Hope this helps other learners!

    2024 · github.com

  12. 12SS

    If you've ever used CTRL+F on websites or documentation, you'll love this functionality.

    2024 · github.com

  13. 13SA

    We built a search engine for art that uses natural language prompts to find real artwork instead of generating art.

    Oct 2025 · semantic.art

  14. 14MA

    Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on them and responds to your query summarising the info. In the backend, it still queries a real search engine, but besides that,…

    2023 · huggingface.co

  15. 15SF

    When OpenAI released Learning Transferable Visual Models From Natural Language Supervision in 2021, it sparked a multimodal semantic search revolution. While the concept wasn’t new, the paper catalyzed a shift in the industry, inspiring a wave of semantic search tools. These advances delivered a leap forward in search quality compared to traditional lexical search, with adopters reporting significant improvements in conversion rates and revenue. But semantic search alone isn’t the endgame. Productionizing search remains a challenge, and hybrid search—combining keyword precision with semantic…

    2024 · play.shaped.ai

  16. 16
    DoMore.ai143

    Your personalized AI tools catalog with semantic search

    2023

  17. 17SP
  18. 18CB
  19. 19SV

    Hi HN, I am Anubhav from Ramanlabs. We have been working on a native gui application to allow users to search any video data( mp4, mkv) or video streams (http/rtsp) using computer vision. Application is supposed to work like a video player which displays decoded frames and recognizes objects concurrently, making it an interactive experience. It works in super real-time and only expects a quad-core CPU with AVX2 instructions at minimum. Application is free to download (without any signup/account). We are only supporting WINDOWS for now [0]. Even though this is a binary application,…

    2022 · ramanlabs.in

  20. 20SS

    2023 · github.com

  21. 21

    A search engine for the social web

    2021

  22. 22FF

    I have spent several years working on search engines in the backend and have now utilized that experience to develop a fuzzy search library for the frontend. It's fast, accurate and can be used for all languages. It should be easy to integrate into your Javascript / Typescript projects. If you test it and find any edge cases that did not work for you please let me know. The implementation is based on 3-grams by the book, augmented with a novel trick of sorting the characters within the 3-grams for enhanced accuracy. For a detailed explanation you may refer to my related blog post at…

    2024 · github.com

  23. 23IM
  24. 24

    Local semantic search for AI agents

    Aug 2026 · tryreference.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →