Evgeny Shvarov · Aug 3, 2024 go to post

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!

Evgeny Shvarov · Aug 1, 2024 go to post

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.

Evgeny Shvarov · Jul 24, 2024 go to post

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!

Evgeny Shvarov · Jul 14, 2024 go to post

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>
Evgeny Shvarov · Jul 13, 2024 go to post

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>
Evgeny Shvarov · Jun 22, 2024 go to post

Fantastic, @Anastasia Dyubaylo !

Congratulations to everyone who is involved! Thanks to all the DC contributors - now your contributions plus IRIS Vector Search technology + SerenityGPT solution will help to find answers quicker and not only in English - try other languages!

Please feel free to share your feedback here, not only negative ;) We are still learning how to leverage properly this innovation and will be glad to any feedback that will help to convert the technology to a true value!

Evgeny Shvarov · Jun 22, 2024 go to post

Hi Robert! Yes, this is clearly the case where there is no answer on DC for the question, and AI compiled the answer from what it had, assuming maybe that JDBC and ODBC are "almost" the same, which is not true. That's why we have "Beta" in the service and a certain disclaimer.  

Perhaps for this question the accurate answer should be "I don't have the answer - ask the community." right?

Evgeny Shvarov · Jun 18, 2024 go to post

BTW, is it possible to add sorting functionality in List View? E.g. click on Downloads or Author and get the list sorted?