Learn OpenAI Embeddings in Next.js from YC Idea Matcher

Поділитися
Вставка
  • Опубліковано 13 січ 2025
  • In this episode of Open Source Explored we go through the YC Idea Matcher project. The project uses OpenAI embeddings which is the core focus of the video.
    YC Idea Matcher: yc-idea-matche...
    GitHub: github.com/neo...
    Follow me on Twitter: / elie2222
    I'm working on an app called Inbox Zero to help people get to Inbox Zero in minutes. Check it out at: getinboxzero.com
    The tech used in the video includes Next.js, Tailwind, Shadcn, Radix UI, Vaul, Neon serverless Postgres, and OpenAI embeddings.
    YC Idea Matcher was created by the team at neon.tech. Check them out!

КОМЕНТАРІ • 4

  • @matt_spear
    @matt_spear Рік тому

    Nice walkthrough, super inspiring - I definitely want to dive more into pg-vector, neon, upstash limiting and shadcn-ui. Currently using Pinecone + Modal to handle embedding / OpenAI calls but intrigued on swapping out Pinecone for something more open!

    • @elie2222
      @elie2222  Рік тому +1

      Pinecone sounds like the go to these days. I don’t know how pg-vector compares on performance. I assume pinecone does better as it’s built for vectors.

  • @TomAsh519
    @TomAsh519 7 місяців тому

    this is a very poor tutorial to learn. just a walkthrough.

    • @elie2222
      @elie2222  6 місяців тому +1

      Yes, I walk through real world projects to teach you how they were built.
      This isn't a tutorial channel. Lots of others out there if that's what you're looking for. I dive into existing open source projects rather than creating todo apps to teach you the basics.