from Hacker News

Show HN: Semantic search for books based on Open AI Embeddings and Pinecone

by vhpoet on 3/30/23, 11:52 AM with 1 comments

  • by vhpoet on 3/30/23, 12:07 PM

    I've created a little tool to do a semantic search of the books on Read This Twice. I'm using Open AI embeddings to create vectors from the book descriptions and user reviews, which I then store in Pinecone. Whenever a user makes a search request, it's vectorized and then used to search Pinecone.