Alternatives
Products that do what Semantic Search in Podcasts Transcriptions does
I built a podcast search engine that performs a semantic search within thousands of podcasts transcriptions. Technologies used are: OpenAI Whisper for transcriptions, BERT embeddings and FAISS as a vector database
- 1

- 2IM
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
- 3HS
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
- 4

- 5

- 6

- 7

- 8IB
Hi there! When Supabase announced their recent hackathon, I thought it was a good time to build something to learn more about so many of the new AI models and tech out there. From the different techniques of embedding documents to the future RAG. With the rise of short form content with TikTok and Youtube. A lot more knowledge is in videos than ever before. Finding specific answers within millions of videos can be difficult for any one person to go through. So the question is if there is Google that indexes text on website making it easier to find based on the context of on your question,…
2023 · avse.vercel.app
- 9

- 10FT
2020 · atshpthmkhc-app.azurewebsites.net
- 11

- 12

- 13AD
We (Nick, Dens, Denzell, Fede, Drew, Aaryan, and Daniel) have been building HN Discovery, a discovery-focused search engine for Hacker News, in our spare time for the past 6 months and are excited to show it! It adds the following features relative to the existing keyword search interface and preserves the existing ones: - no-JS version (hnnojs.trieve.ai) - site:{required_site} and site:{negated-site} filters - public analytics - LLM generated query suggestions based on random stories - recommendations - dense vector semantic search - SPLADE fulltext search - RAG AI chat - order by…
2024 · hn.trieve.ai
- 14SB
Hey HN! My brothers and I have worked on this for the last 2 weeks. We use OpenAI's `text-embedding-ada-002` model to embed queries and a vector database to search for similar verses / blocks of verses. We'd like to see what you think and appreciate any feedback!
2023 · siliconscripture.org
- 15

- 16SC
2024 · app.airtrain.ai
- 17BS
Introducing Biblos, a simple tool for semantic search and summarization of Bible passages. Leveraging Chroma for vector search with BAAI BGE embeddings, semantically find related verses across the Bible. The tool employs Anthropic's Claude LLM model for generating high-quality summaries of retrieved passages, contextualizing your search topic. Built on a Retrieval Augmented Generation (RAG) architecture, the app implements a simple Streamlit Web UI using Python. Deployed using render.com, the app is available at https://biblos.app Note: Search by just topic/keywords, e.g.…
2023 · github.com
- 18PA
2018 · podscripter.co
- 19IG
Hey HN. I’m Ivan, hacker from Ukraine. For about a year, I was working on Listenly — an app to listen to text content with OpenAI's natural-sounding text-to-speech model. At some moment, I realized that it would be cool to take all the public domain e-books and create audio versions for them. So I did it... kind-of. It would cost an immense amount of money to generate all the audio right away (OpenAI TTS costs approximately $0.84/hour of audio; 11labs, for comparison, is 10 times more expensive). So, I took a more gradual approach. I took all the metadata from the Project Gutenberg…
2024 · listenly.io
- 20IP
Hi HN, As a researcher, I often found myself struggling with the limitations of keyword-based search when exploring PubMed papers. To address this, I created PubMed Search (https://www.pubmedisearch.com/), a tool that leverages a vector database to enable semantic search across medical research literature. Some key features: * Daily updates to ensure access to the latest articles * Semantic search using latest & greatest embedding models * Some additional useful info about the papers (tldr, journal, publication date, etc.) Hope you find it useful!
2024 · pubmedisearch.com
- 21IM
Oct 2025 · devblogs.sh
- 22IB
After getting frustrated with macOS's Spotlight search, e.g., typing "driver license" doesn't give me anything unless the file name matches exactly, I thought, why not index my entire Documents folder? This way, I can find that one PDF or image buried deep in subfolders using natural language queries. So I built SmartSearch; it uses SentenceTransformers for embeddings and FAISS for fast similarity search. Best of all, it runs locally on your computer. Github: https://github.com/neberej/smart-search/ Demo:…
2025 · github.com
- 23VA
Dear HN Community, I am a long time fan and first-time contributor. I just launched a developer focused semantic search platform and wanted to share it with the community. The idea is simple: upload structured or unstructured documents, select the fields you want to index and tag as metadata, and instantly get a clean search API you can use in your own app. Here is what it currently supports: - Manage your own tenants and projects - Upload .json and .txt files (support for .pdf, .docx, .xlsx, .yml, etc. coming soon) - Expose 3 APIs: search, upload document (embeddings), and delete document -…
2025 · aisearch.vpuna.com
- 24

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