Skip to content

tonyye99/next-semantic-search

Repository files navigation

Semantic Search Engine

This is a practice and also a demonstration of how semantic search engine works.

Tech Stacks

  • Next.js
  • ShadCn
  • LangChain (Google Generative Text Embeddings model)
  • Upstash vector database
  • PostgreSQL

I have followed a good tutorial from YouTube

The only difference is that I used LangChain and the instructor used OpenAI Embeddings model.