What's new in Oracle APEX 24.1 - Part 1

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

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

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

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

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

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

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

      Yuhuu. Great to hear that!

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

    Can we use open source LLM's ?

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

    Would be nice if you could add pages via the AI assistant. That is a use-case that is more common for existing projects.

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

    What source is recommended to learning APEX?

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

    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 6 หลายเดือนก่อน

      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 6 หลายเดือนก่อน

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

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

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

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

    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 6 หลายเดือนก่อน

      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 6 หลายเดือนก่อน

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

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

      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.