Hacker News new | ask | show | jobs
Show HN: Semantic search for books based on Open AI Embeddings and Pinecone (readthistwice.com)
3 points by vhpoet 1176 days ago
1 comments

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.