findtableQuery entity class corresponding structure. | H Huicai Wang | | 5.0 (1) | 21 Apr, 2021 | 265 | |
Intersystems-Cache-PrometheusCode to allow for the integration of an Intersystems Cache environment with Prometheus/Grafana | Raman Sailopal | | 0.0 (0) | 19 Apr, 2021 | 267 | |
InterSystems Ideas Waiting to be ImplementedAI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners.
To add Training metadata to Refine a Large Language Model for code, a
"Prompt Input" is associated with an expected "Code Output", as part of a class definition.
This provide structured keywords to describe:
* The expected output
* And / Or Chain-of-thought to generate the correct output
| /// The following Prompt describes the full implementation of the class
Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ]
{
/// The following Prompt describes the full implementation of the method
ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ]
{
return arg1 + arg2
}
ClassMethod Subtract(arg1 as %Float, arg2 As %Float)
{
&Prompt("Subtract numeric arguments and return result")
)
}
|
The Prompt macro generates code based on the context of the method it is within.
Once resolved, it automatically comments out the processed macro.
| ClassMethod Subtract(arg1 as %Float, arg2 As %Float)
{
//&Prompt("Subtract arguments and return the result")
return arg1 - arg2
//&Prompt("Model alwogen-objectscript-7.1.3")
) |
The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace.
Configuration could lock / exclude packages from being processed in this way.
A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied.
Different models or third-party services could be applied depending the language of the given method.
When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code. Vote |
iris-rad-studioIRIS RAD Studio it's a low-code solution that came to make the developer's life easier; Allowing everyone to create their CRUD based on a simple class definition or even a CSV file. | Henrique Dias | | 3.5 (1) | 15 Apr, 2021 | 1.1k | 86 |
IRIS_REST_DocumentationDevelopment tool for documenting REST API endpoints [INTERSYSTEM IRIS] | D Davi Massaru Teixeira Muta | | 5.0 (1) | 14 Apr, 2021 | 428 | |
RESTFormsRADForms adapter for InterSystems IRIS RAD Studio | Henrique Dias | | 3.0 (1) | 12 Apr, 2021 | 292 | 170 |
cachecmdLinux command line utility to interface with Intersystems Cache | Raman Sailopal | | 3.5 (1) | 09 Apr, 2021 | 146 | |
mg_phpA PHP Extension for InterSystems Caché/IRIS. | C Chris Munt | | 0.0 (0) | 25 Mar, 2021 | 321 | |
mg_goA GO Extension for InterSystems Caché/IRIS. | C Chris Munt | | 0.0 (0) | 25 Mar, 2021 | 870 | |
mg-dbxA Node.js Extension for InterSystems Caché/IRIS. The focus and rationale for this solution is high-performance NoSQL-based access to the database, though access to InterSystems SQL, Objects and Functions is also supported. | C Chris Munt | | 0.0 (0) | 25 Mar, 2021 | 370 | |
mg_rubyA Ruby extension for InterSystems M/Caché/IRIS | C Chris Munt | | 0.0 (0) | 25 Mar, 2021 | 364 | |
mg_pythonA Python Extension for InterSystems Caché/IRIS. | C Chris Munt | | 4.0 (1) | 24 Mar, 2021 | 436 | |
RESTFUL_API_For_Hotel_OverBooking_SystemDevelop RESTFUL Data API in InterSystems IRIS Data Platform Development for Hotel Overbooking Management System. PS:The overbooking management system combines the unique conditions of the hotel, such as room prices, order channels, customer needs (etc...). System uses machine learning algorithms (su | j jingqi LIu | | 0.0 (0) | 28 Feb, 2021 | 671 | |
unitsLibrary and examples of units of measure to work with physical objects implementation in ObjectScript. The first version includes the SI unit system. Next will be added American customary units, units of currency, bits and bytes, font and pixel sizes. | D Dmitrii Kuznetsov | | 4.0 (1) | 27 Feb, 2021 | 194 | |
Dictionary comparison scheme of cache databaseThe dictionary comparison of the data collected in the cache database is carried out, and the dictionary related data cleaning work is quickly completed through the global model, so as to build a unified and correct database for the hospital | W Weiwei Yang | | 0.0 (0) | 27 Feb, 2021 | 310 | |
M-commands instead of Excel formulas in cellsMumps (Cache' ObjectScript) in cells | alex kosinets | | 4.5 (1) | 24 Feb, 2021 | 230 | |
callsmapcalls map for InterSystems Cache database | O Oleg Dmitrovich | | 0.0 (0) | 02 Feb, 2021 | 110 | |
CacheColorThemedifferent color themes for Caché Studio | O Oleg Dmitrovich | | 4.0 (1) | 27 Jan, 2021 | 292 | |
GeoDatasThis project contains an example of how we get to manipulate geographic data on an IRIS Intersystem platform. | D Davi Massaru Teixeira Muta | | 0.0 (0) | 25 Jan, 2021 | 320 | |
isc-generate-dbCreating a new database, namespace, CSP/REST Application never been so easy. | Henrique Dias | | 5.0 (1) | 18 Nov, 2020 | 319 | 17 |
isc-utilsWeather, Exchange Rate, Temperature, Length | Henrique Dias | | 5.0 (1) | 18 Nov, 2020 | 326 | 23 |
ObjectScript-MathMath library for InterSystems ObjectScript | P Peter Steiwer | | 3.3 (2) | 12 Nov, 2020 | 586 | 8.4k |
apptools-taskAn example of a backup task with preliminary deletion of old files. | Sergey Mikhailenko | | 5.0 (1) | 29 Oct, 2020 | 179 | 9 |
ClassExplorerUML Class Diagram Builder for InterSystems Data Platforms (2014.1+) | Nikita Savchenko | | 5.0 (3) | 22 Oct, 2020 | 881 | 1.4k |
restoreUIUI for restoring databases from online backup | V Vasiliy Bondar | | 0.0 (0) | 16 Oct, 2020 | 217 | 24 |
Enhanced Monitor ManagerISC Open Exchange - Code for Enhanced Monitor Manager | J Jin Kim | | 3.0 (2) | 15 Oct, 2020 | 174 | |
ALPHA LOGISTICSAlpha SW is an integrated management solution for SUPPLY CHAIN which embrace industries as Health Care,Oil and Gas and Retail, among others. | J Jamil de Mattar | | 0.0 (0) | 23 Sep, 2020 | 304 | |
objectscriptQuality for VSCodeIDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (Object | D Daniel | | 4.5 (1) | 14 Sep, 2020 | 412 | |
sqltools-intersystems-driverInterSystems support for SQL in the SQLTools extension to Visual Studio Code | Dmitry Maslennikov | | 5.0 (1) | 08 Sep, 2020 | 650 | |
objectscriptQuality for AtelierIDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can install it directly from Atelier and it will then detect new bugs and quality issues as you code (ObjectScript and J | D Daniel | | 0.0 (0) | 27 Aug, 2020 | 91 | |
objectscriptQuality for StudioIDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it from our site and it will then detect new bugs and quality issues as you code (ObjectScript and JavaScript) i | D Daniel | | 0.0 (0) | 27 Aug, 2020 | 145 | |