DEV Community

Cover image for Semantic Search with OpenAI Embeddings and Pinecone
Mac Chicano
Mac Chicano

Posted on

Semantic Search with OpenAI Embeddings and Pinecone

Demo link: https://semantic-search.mharrvic.com
Repo link: https://github.com/mharrvic/semantic-search-openai-pinecone

This is a demo app that shows how to use OpenAI Embeddings and Pinecone vector database to build a semantic search engine. Based on https://docs.pinecone.io/docs/semantic-text-search. You can run explore this freely(deploy it yourself) using the free tier of Pinecone and OpenAI.

Semantic search

Tech Stack

Learn More

Input record

Input Record

Query

Query

I recommend to watch this youtube video from AssemblyAI to learn more about embeddings.

Top comments (0)