You can now switch betwen AI providers in the AI Assistant.
3267
Type: Posts; User: barrymavin
You can now switch betwen AI providers in the AI Assistant.
3267
Hi Hank,
In the script editor while editing a file:
Alt+/
convert this to python
The code will be pasted in for you to review.
Converting a complete App is more involved. You can...
Hi Woody,
AI models are improving rapidly.
I have mainly focussed on OpenAI during development.
Each of the AI companies have strengths and weaknesses.
There are extensions and...
Hi Woody,
I use an API which is common between OpenAI, xAI and Anthropic.
Internally Lianja uses OpenAI.
All communication is using SSL.
It is all implemented using AI agents that are...
When chatting to your data in the AI Assistant you can save the chat as a "Conversation". These files are saved with a .aic file extension. You can use spaces in the filenames even on linux to give...
Clicking the "Email" icon in the AI Assistant toolbar let's you email an AI Conversation:
3263
The AI Assistant remembers previous questions you asked it and its responses. This is known as the "Context Window". You can reset it at any time by clicking the "Clear" icon at the bottom of the AI...
Hi Jefferson,
Its not something i have looked at and I am not sure of its value in Lianja.
Try the AI Assistant and see what it can do.
You can extend with Custom AI Agents which are called...
Hi Woody,
Here is an example. Press Alt+/ and type in "create a function to add an order to quickbooks online" as an example:
3261
The code is automatically inserted into the file. Press...
Hi Woody,
Yes. The language type of file that you are editing is used. So the AI will generate code for LianjaScript, Python, typescript or javascript.
Hi Jefferson,
Audio is possible but I have not implemented it on desktop.
Yes there is an API.
Lianja.askOpenAI(cAPIKEY, cPrompt)
There is also full support for custom AI Data Agents....
Analyse contents of reports, pdf files, docx files and xlsx spreadsheets directly in the AI Assistant.
3256
Lianja 11 is completely AI powered; from development to runtime.
Here is a taste of whats in it.
All powered by AI magic.
3252
Talk to your data without having to code anything.
Hi Georg
https://www.lianja.com/doc/index.php/Lianja_Methods#uploadFile
Write your own upload_file.rsp (copied from upload_image.rsp in the wwwroot directory).
When generating python code in the Lianja AI Assistant OpenAI will generate python DB API code. Lianja 11 now supports this so the AI generated code "just runs" out of the box.
In the Python...
I am making good progress with the AI Assistant in the new data management workspace.
3249
Notice also how Lianja 11 can now run T-SQL stored procedures natively.
You can now build AI agents...
Hi Olaf,
Lianja 11 is a major update as it contains new functionality as I have listed in this post.
The new functionality requires a lot of development effort hence the timeframe for release....
Happy new year to all Lianja developers!
Lianja 11 will be the next major release with some great new features and functionality.
- New Data workspace with Native T-SQL compatibility built-into...
Hi Olaf and happy new year to you also.
With regards to the calendar section I thought that all your requests had been implemented already. If that is not the case please submit a ticket with...
Georg,
As you already know, Lianja uses Utf-8 character encoding so that data can be shared between desktop and web apps.
Pasting non utf-8 text from word will obviously not be displayed...
It was missing from the system menubar. I’ve added it in the next release.
Hi jpa_sk
Its in the sections menu at the bottom of the page.
also see this blog article about dashboards....
Hi Georg,
You have not specified a valid web url as it needs the domain name.
So for a pdf file in your App directory.
Lianja.showDocument("http://xyz.de/apps/nameoftheapp/abc.pdf")
...
Hi,
If you buy the bundle which includes Lianja cloud server you do not need to buy Lianja sql server as this is included with Lianja cloud server.
Lianja cloud server professional edition...
You can display anything in a grid cell using a custom renderer.
https://www.lianja.com/doc/index.php/Custom_Renderers_and_Custom_Editors
You would reference the varchar column like this in...