What's new in Oracle APEX 24.1 - Part 1

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 14

  • @oracledevs
    @oracledevs  5 месяцев назад

    Part 2: ruclips.net/video/i4y0BzPOfrs/видео.html&t

  • @krakajak67
    @krakajak67 5 месяцев назад +3

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

    • @stefan_dobre
      @stefan_dobre 5 месяцев назад

      Yuhuu. Great to hear that!

  • @PetervanderNeut
    @PetervanderNeut 2 месяца назад

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

  • @Ahmedzicas
    @Ahmedzicas 20 дней назад

    Can we use open source LLM's ?

  • @thialbuquerque
    @thialbuquerque 5 месяцев назад

    What source is recommended to learning APEX?

  • @mayurmehar9015
    @mayurmehar9015 5 месяцев назад

    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 5 месяцев назад

      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 5 месяцев назад

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

    • @stefan_dobre
      @stefan_dobre 5 месяцев назад

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

  • @JavedIqbal-gv6zi
    @JavedIqbal-gv6zi 5 месяцев назад

    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 5 месяцев назад

      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 5 месяцев назад

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

    • @stefan_dobre
      @stefan_dobre 5 месяцев назад

      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.