go to post Evgeny Shvarov · Aug 29 Great story, @Eduard Lebedyuk ! Could you please release your app on OEX so that IPM users could benefit from this addon as well?
go to post Evgeny Shvarov · Aug 29 Thanks for the great feedback, @Sean Connelly ! Currently, DC AI is focused on DC knowledge only, which is limited, of course. Great idea about expanding the DC AI knowledge base with ObjectScript basics - we'll consider that in future releases.
go to post Evgeny Shvarov · Aug 15 I asked how to export global into XML format and the answer was perfectly accurate with the first suggestion: https://community.intersystems.com/ask-dc-ai?question_id=51882
go to post Evgeny Shvarov · Aug 8 Thank you, @José Pereira ! Glad you liked it! You did a great solution, like it very much!
go to post Evgeny Shvarov · Aug 3 Shellscript auto start didn't work for me. So this line: - ./init.sh:/docker-entrypoint-initdb.d/init.sh didn't start the script, this is on Mac. All the rest works great!
go to post Evgeny Shvarov · Aug 3 Great app, @José Pereira ! Do you guys want to add an option to ask about available schemas as well? So if I don't know what are the schemas in IRIS I'm not able to query it with natural language. So I first went to IRIS SQL manager to check which schemas were available :) Other than that - amazing example of leveraging LLM with IRIS!
go to post Evgeny Shvarov · Aug 2 Please, make it more desrcriptive and useful for readers and collect your bonus!
go to post Evgeny Shvarov · Aug 1 Hi Eric! The article is too short; it's more like an announcement. Consider exposing in an article what your application does and how it works, and maybe some insights on how it was built. Here is a good example of what we expect as an article for the app.
go to post Evgeny Shvarov · Jul 24 Kudos, Ben! @Ben Spead thanks for your endless energy and focus! This community is very grateful for all the experience and open-hearted attitude you shared here, and keep sharing every day! Thank you!
go to post Evgeny Shvarov · Jul 14 Very cool, @John McBride ! I think VSCode should have IPM extension. There is another helpful app I'm using for similar purposes which IMO has a better UI - ZPM-Explorer by @Henrique Dias and @José Pereira . Maybe you could borrow some functionality.
go to post Evgeny Shvarov · Jul 14 @Timothy Leavitt - is there a video depicting the whole process of creating a new UI app using isc-rest?
go to post Evgeny Shvarov · Jul 14 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>
go to post Evgeny Shvarov · Jul 13 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>