How to Directly Integrate Database in your AI Application?

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

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

  • @renierdelacruz4652
    @renierdelacruz4652 9 หลายเดือนก่อน +1

    Great video again, and first person on this video to give you a "like"

  • @tonymartinbasilio1859
    @tonymartinbasilio1859 3 หลายเดือนก่อน

    Thanks for the video. A very newbie question: can the direct integration be done in CHATGPT or similar AIs that would not require programming?

  • @oryxchannel
    @oryxchannel 9 หลายเดือนก่อน

    I know you've seen the newcomer's comment, "How come I haven't seen your channel before"... but OMG...How come I haven't seen your channel before?

  • @artur50
    @artur50 9 หลายเดือนก่อน

    could be good but on prem. possible without API cohere?

  • @bertobertoberto3
    @bertobertoberto3 9 หลายเดือนก่อน +3

    What’s the point? Why not just run the sql and use the output directly if you’re already writing sql

    • @juliovac2113
      @juliovac2113 9 หลายเดือนก่อน

      Exactly my thoughts... Was hoping to finally get some sort of NL2SQL but this is just a basic function call.

    • @MervinPraison
      @MervinPraison  9 หลายเดือนก่อน +3

      Very valid point. This is basic example for everyone to understand on how it can be integrated, but u can add another AI API call in the loop to convert NL2SQL

    • @leetkhan
      @leetkhan 9 หลายเดือนก่อน +2

      Sometimes it’s not as simple as running a sql. User can ask anything which involves many unrelated tables. In that case it’s better and easier to use function calling. But instead of defining specific function, I just give a function that can run any query.

    • @savire.ergheiz
      @savire.ergheiz 9 หลายเดือนก่อน +1

      So that your employer can pay you more for wasting time 😂

  • @asiddiqi123
    @asiddiqi123 9 หลายเดือนก่อน

    The way I made to talk mySQL DB was to ask LLM to extract data points from the query and construct a JSON payload with all require fields and then you can use it in an API call or in a SELECT query. Already did this with my conversational AI chatbot

    • @MervinPraison
      @MervinPraison  9 หลายเดือนก่อน +1

      Nice. Will try to create one similar

  • @farexBaby-ur8ns
    @farexBaby-ur8ns 8 หลายเดือนก่อน

    Nice Mervin as always.. quick qn.. have you done one with a sql agent?

  • @mehditaslimifar2521
    @mehditaslimifar2521 9 หลายเดือนก่อน

    Thanks a lot, it would be awesome if you can integrate this (DB integration) into an autonomous agent case (i.e crewai, autogen etc)

    • @MervinPraison
      @MervinPraison  9 หลายเดือนก่อน +1

      Yes good idea

    • @mehditaslimifar2521
      @mehditaslimifar2521 9 หลายเดือนก่อน

      @@MervinPraison awesome :-), looking forward to it.

  • @AIWalaBro-Bharatbhushan
    @AIWalaBro-Bharatbhushan 9 หลายเดือนก่อน

    can we do this with opensource model from hugging face

  • @rahuldinesh2840
    @rahuldinesh2840 9 หลายเดือนก่อน

    This is great and is useful for many applications like chatbots.

  • @fintech1378
    @fintech1378 9 หลายเดือนก่อน

    Can you talk fullstack app but on custom GPT

  • @MeinDeutschkurs
    @MeinDeutschkurs 9 หลายเดือนก่อน

    Great!

  • @euroronaldauyeung8625
    @euroronaldauyeung8625 9 หลายเดือนก่อน

    why not ask the LLM to construct a SQL directly base on user enquiry and execute it, it will be much more impressive. As long as LLM read the database structure, it's achievable

    • @MervinPraison
      @MervinPraison  9 หลายเดือนก่อน +1

      Yes it is a nice idea. Will create a video to include that . This one I was focusing mainly on DB integration for beginners

    • @HideBuz
      @HideBuz 9 หลายเดือนก่อน

      Allowing an AI model to directly create and run queries is insecure and dumb.

  • @SonGoku-pc7jl
    @SonGoku-pc7jl 9 หลายเดือนก่อน

    thanks!

  • @damianbenden6450
    @damianbenden6450 9 หลายเดือนก่อน

    Unecessary costs for something that can be done also with python etc