Re: Encoding Arrays with File Paths

2025-02-19 Thread Mark Waddingham via use-livecode
On 2025-02-18 23:18, Bob Sneidar via use-livecode wrote: The structure looks like the following: I reverse the process on the receiving side. It seems to work if I send non-binary data in the [“data”] key but if the data is binary, it fails. I do not think arrayEncode / decode likes to work wi

This AI stuff is taking off and I see next to nothing from LC

2025-02-19 Thread Charles Szasz via use-livecode
I have been working on my AI app since 2023. I added AI to my app in September of 2023. As AI changes, there has been ia lot of changes made in my app. I have to mention that LiveCode assistance has been instrumental in getting AI added to my app. I have been slowed by my stroke, which I suff

Re: This AI stuff is taking off and I see next to nothing from LC

2025-02-19 Thread Martin Koob via use-livecode
Hi Mark In the there was a webinar on Jan 24, 2025 with updates on the progress on LiveCode Create. https://livecode.com/create-progress-the-three-ds/ Create Progress - the Three D's livecode.com AI was not one of the topics covered in the webinar but in the discussion afterwards there was a

Re: Encoding Arrays with File Paths

2025-02-19 Thread Monte Goulding via use-livecode
> On 20 Feb 2025, at 12:17 PM, Bob Sneidar via use-livecode > wrote: > > I have narrowed down the issue to the fact that the array I am trying to > arrayDecode has a lot of data in the [n] [“data”] key. Without that data, the > array decodes file. With it I get an error. I even tried base64e

Re: Encoding Arrays with File Paths

2025-02-19 Thread Bob Sneidar via use-livecode
I have narrowed down the issue to the fact that the array I am trying to arrayDecode has a lot of data in the [n] [“data”] key. Without that data, the array decodes file. With it I get an error. I even tried base64encoding it first before putting it in the array key, but that does not seem to he

This AI stuff is taking off and I see next to nothing from LC

2025-02-19 Thread Mark Rauterkus via use-livecode
Hi, There is so much happening and is any of it happening with this tool? Am I in the wrong place to see what others are doing with AI and LiveCode? Pointers welcome. -- Ta. Mark Rauterkus *mark.rauter...@gmail.com * ___ use-livecode mailing

Re: Encoding Arrays with File Paths

2025-02-19 Thread Bob Sneidar via use-livecode
Hi Monte. I did try your versioning solution but I am still having issues on the receiving end. Given your understanding of what I am trying to do here, how would you “package” the data so that it can be sent over the wire (socket communications)? The idea is to send an array with different key

Re: This AI stuff is taking off and I see next to nothing from LC

2025-02-19 Thread jbv via use-livecode
Hi, I am doing a lot of things as a hobbyist with LC and IA, either locally or on a vps with ollama, and also with the OpenAI API. That includes embedding, vision, syntaxic trees of sentences, etc. A few days ago, I have posted on this forum the code I use to interact with ollama via curl reques