Building and Monetizing ChatGPT Plugins With Spring AI and PostgreSQL pgvector

แชร์
ฝัง

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

  • @efficiencygeek
    @efficiencygeek 8 หลายเดือนก่อน

    Thanks Denis for putting this great tutorial together. One of the best topics I encountered in PGDay Chicago 2024. It was a pleasure being a cohost during your session.

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

      Hey, thanks for sharing your feedback and picking my session among the others! Staying in touch.

  • @ifeolu8501
    @ifeolu8501 8 หลายเดือนก่อน +1

    Hi Denis, is there a way we could use PostgresML to specify it text if addressing certain topic, we could go to another table. This way we enhance the power of PostgresML and Spring AI

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

      Hey, sure, even though Spring AI doesn't support PostgresML natively (and the PostgresML team doesn't have a client library for Java yet), you still can use Spring JDBC Client (or another driver/framework) to work with PostgresML using the SQL APIs.
      Btw, this is a PostgresML video that I shot in the past: th-cam.com/video/Gtz883daf1Y/w-d-xo.html

    • @ifeolu8501
      @ifeolu8501 8 หลายเดือนก่อน +1

      @@DevMastersDb Thanks I figured out that langchain is a better option for me. As I can convert natural language to SQL. However I need to figure how to convert python to GPT. Then how to use GPT

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

      @@ifeolu8501 check out LangChain4j if Java is better option for you