PostgreSQL as a Vector Database: Part 3, Making Postgres Distributed and Scalable

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 12

  • @gabrieloliveira5040
    @gabrieloliveira5040 6 หลายเดือนก่อน +1

    I'm loving these videos, thank you so much!

    • @DevMastersDb
      @DevMastersDb  6 หลายเดือนก่อน +1

      Hey, thanks a lot for sharing feedback! It means a lot to me.

  • @BitValentine
    @BitValentine ปีที่แล้ว

    Just finished the 3-part guide. Super helpful and easy to understand. Thanks for breaking down the tough stuff!

    • @DevMastersDb
      @DevMastersDb  ปีที่แล้ว

      Thanks for finding the time to follow the guide and sharing feedback! Are there any other database-specific you’d like to learn next?

    • @BitValentine
      @BitValentine ปีที่แล้ว +1

      @DevMastersDb I'm pretty new to this but my background is Laravel with MySql. I read online you could use a Mysql node for extremely fast read times. Then add the embeddings in as a blob. Would this work for writing Apps for Ai in Laravel?

    • @DevMastersDb
      @DevMastersDb  ปีที่แล้ว

      @@BitValentine I've never used Laravel and MySQL for AI apps. But, the good news is:
      1. OpenAI released a library for Laravel: laravel-news.com/openai-for-laravel
      2. PlanetScale forked MySQL to enable true vector support: planetscale.com/blog/planetscale-is-bringing-vector-search-and-storage-to-mysql
      Take a look. I'll add to my pipeline too. Will try to produce a step-by-step guide during the Xmas break.

  • @jugurtha292
    @jugurtha292 ปีที่แล้ว +1

    amazing videos man. keep going i hope you scale up

    • @DevMastersDb
      @DevMastersDb  ปีที่แล้ว +1

      Thanks a lot for feedback and support my friend! Presently, I managed to produce at least one video a week. Are there any specific topics you’d like to learn more about?

    • @jugurtha292
      @jugurtha292 ปีที่แล้ว +1

      @@DevMastersDb thanks for your response. a video about backups with pg_dump and cron jobs would be highly appreciated if possible

  • @SAFEEMMOHAMMED-g4x
    @SAFEEMMOHAMMED-g4x 11 หลายเดือนก่อน

    Thanks for sharing your knowledge. How to deploy complete App on aws cloud

    • @DevMastersDb
      @DevMastersDb  11 หลายเดือนก่อน

      Thanks! Glad you found the tutorial useful.
      I would recommend you to take a look at the following options for cloud native deployment on AWS.
      Database (all the options below have a free tier):
      1. Neon or Tembo for a single-node Postgres
      2. YugabyteDB Managed for distributed Postgres (YugabyteDB)
      As for the app, take a look at Vercel. The app is written in Node and React.
      Let me know if you come across any roadblocks.

    • @SAFEEMMOHAMMED-g4x
      @SAFEEMMOHAMMED-g4x 11 หลายเดือนก่อน

      @@DevMastersDb Thanks