What's new in Oracle APEX 24.1 - Part 1

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 13

  • @oracledevs
    @oracledevs  3 місяці тому

    Part 2: ua-cam.com/video/i4y0BzPOfrs/v-deo.html&t

  • @krakajak67
    @krakajak67 3 місяці тому +3

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

    • @stefan_dobre
      @stefan_dobre 3 місяці тому

      Yuhuu. Great to hear that!

  • @PetervanderNeut
    @PetervanderNeut 28 днів тому

    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 3 місяці тому

    What source is recommended to learning APEX?

  • @JavedIqbal-gv6zi
    @JavedIqbal-gv6zi 3 місяці тому

    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 3 місяці тому

      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.

  • @mayurmehar9015
    @mayurmehar9015 3 місяці тому

    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 3 місяці тому

      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 3 місяці тому

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

    • @stefan_dobre
      @stefan_dobre 3 місяці тому

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

  • @akhlaqhossain
    @akhlaqhossain 3 місяці тому

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

    • @stefan_dobre
      @stefan_dobre 3 місяці тому

      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.