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
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.
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
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.
Part 2: ruclips.net/video/i4y0BzPOfrs/видео.html&t
APEX just keeps leaping and bounding into the future. Awesome!
Yuhuu. Great to hear that!
Would be nice if you could add pages via the AI assistant. That is a use-case that is more common for existing projects.
Can we use open source LLM's ?
What source is recommended to learning APEX?
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
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.
this (workspace utilities ->generative AI ) only for cloud version ? i installed latest apex on on-premesis.
Nope. It works on premises as well. Sure you installed version 24.1?
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
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.
Is there an option for this AI to analyze the attached image?
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.