Getting Started with AI in C# (Part 5 - Retrieval-Augmented Generation)

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

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

  • @ThomasArdal
    @ThomasArdal 3 วันที่ผ่านมา

    This is a great video 🤘🏼 For another time, it would make sense to show the settings used when creating Cosmos DB. It's probably just me who don't know enough about Cosmos. But it took a bit of digging to figure out what template to pick, creating the database, collection and partition key.

    • @rwj_dk
      @rwj_dk  3 วันที่ผ่านมา +1

      There is actually no need to make the collection and partition key... The SK Package does that automatically with just access to the connection-string 👍... But you are right: I should have mentions the extra setting needed in cosmos before it accept vectors

    • @ThomasArdal
      @ThomasArdal 3 วันที่ผ่านมา

      @@rwj_dk Hmm. It might be how I have created Cosmos then. It fails with the error "Owner resource does not exist" if I don't manually create the database and collection beforehand.

    • @rwj_dk
      @rwj_dk  3 วันที่ผ่านมา +1

      @ThomasArdal 🤔... They could have changed it since I did it a month back.. I did at no point make the collect nor select the Partition key... In any case sound like you got it to work 👍