SQLAlchemy & Copilot Pt 1 - Defining Models

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

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

  • @HariboTagada
    @HariboTagada ปีที่แล้ว +4

    When I asked copilot about which version of SQL ALchemy it was using for generating suggestions and to answer questions, it said all its info was limited to version 1.x and it had no knowledge of 2.x. I have been using SQL alchemy 2.x and copilot extensively in the past month... almost all the code suggestions use outdated syntax which does not compile. Until MSFT decides to feed copilot with the last documentation, my advice to anyone reading this is stay clear away from suuggestions and read the docs first. I have a suspicion that Copilot crawled old StackOverflow threads to build its knowledge and it's mostly rubbish when it comes to SQLAlchemy. Feature request: wish we could feed Copilot an URL of a documentation and it would only use that as its knowledge base.

  • @Septumsempra8818
    @Septumsempra8818 6 หลายเดือนก่อน

    Copilot struggles with versions. I had to learn Sqlalchemy in a couple days and was heavily reliant on copilot. It struggled with 2.0 ways of doing things, but once it'd seen enough of my code it caught up. Training copilot to know software versions would be a game-changee

  • @md.musfiqurrahaman8612
    @md.musfiqurrahaman8612 ปีที่แล้ว +1

    Cool tutorial! Waiting for second part.

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

      It's up. See link in Description

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

    Great job! Using it in my current studies.

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

    Nice job on all three of the videos, very helpful.

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

    How to get started with co-pilot

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

    How about if we have existing database ? How can we import models into python?