What's new in Oracle APEX 24.1 - Part 1

แชร์
ฝัง

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

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

    Part 2: th-cam.com/video/i4y0BzPOfrs/w-d-xo.html&t

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

    APEX just keeps leaping and bounding into the future. Awesome!

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

      Yuhuu. Great to hear that!

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

    What source is recommended to learning APEX?

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

    Its good....but can we write a prompt to get our database(table) details, means when I write 'give number of users whose salary is greater than john' from my table, And i will get result accordingly...please Explain

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

      We're currently working to make implementing such use cases easier. Until then, your best bet is to extend your system prompt with the data from your table. You can use substitution strings, a hidden page item, and the apex_data_export package to export your data as JSON or CSV. It's a very custom implementation though and your mileage may vary.

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

    this (workspace utilities ->generative AI ) only for cloud version ? i installed latest apex on on-premesis.

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

      Nope. It works on premises as well. Sure you installed version 24.1?

  • @JavedIqbal-gv6zi
    @JavedIqbal-gv6zi หลายเดือนก่อน

    I have installed apex 24.1 and used opena1 as AI provider and followed all the steps , but i get "Error" in respone using AI Assistant. what may be the cause of this problem

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

      Enable debug mode, reproduce, and check the debug logs. You should see a more detailed error there. In most cases, the API key was entered wrong.

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

    Is there an option for this AI to analyze the attached image?

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

      As of APEX 24.1, attachments are not supported. Most AI providers and their adapters that do support attachments are still in Beta, e.g the Assistants API from OpenAI. We'll have to wait until these implementations are stable- then they can be further integrated in APEX.