Semantic search (search by meaning) - Rails, OpenAI, langchain.rb, pg_vector

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • In this video, you'll learn how to use tools like OpenAI, LangChain.rb, and Postgres with pgVector to build semantic search for a Rails app, breaking content into chunks, generating embeddings for each chunk with OpenAI, storing those in Postgres, and then using nearest neighbor search to find relevant chunks for a search query. This allows searching by meaning rather than just matching text exactly.
    / how-to-build-an-ai-cha...
    github.com/ank...
    github.com/and...
    github.com/and...
    github.com/IAP...
    stdgems.org/ma...
    / @rabbitholesyndrome
    / @jamesbriggs
    • Using pinecone vector ...
    #rubyonrails #openai #rails

КОМЕНТАРІ • 8

  • @drnicwilliams
    @drnicwilliams 10 місяців тому +3

    Nice to see the Ruby tooling coming along so strongly

  • @cmthimmaiah
    @cmthimmaiah 4 місяці тому

    Simple and clear, thanks a ton.

  • @diadora1166
    @diadora1166 10 місяців тому +2

    pg_vector convener to use, I like it

  • @stewartglover5166
    @stewartglover5166 9 місяців тому

    Awesome video!

  • @hugovillero6934
    @hugovillero6934 6 місяців тому

    Nice video. Thanks. One question I'm impressed with is your VIM setup for rails. Is that NeoVim? Where can I find a guide to configure it that way for Mac? Thanks again.

  • @cocoarecords
    @cocoarecords 10 місяців тому +1

    Fuckinf awesome 😊

  • @RiccardoCarlessoGoogle
    @RiccardoCarlessoGoogle 9 місяців тому

    Hi CJ - whats the starting part of it? Do you do a "rails new appname"? Do you use an existing one?

  • @PosturaCorretta
    @PosturaCorretta 9 місяців тому

    🥰