Welcome to Open Exchange

At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.

Top contributors

Featured applications

448 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Technology Example
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

DC Analytics

InterSystems Developer Community analytics.

E
Evgeniy Potapov
Docker
IPM
4.5 (2)06 Sep, 2022 658

iris-readonly-interop

Read Only Role for Interoperability

G
Guillaume Rongier
Docker
IPM
5.0 (2)30 Aug, 2022 422 58

InterSystems Ideas Waiting to be Implemented

AI 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.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

iris-fine-tuned-ml

Train and tune a machine learning model using IRIS and Python

L
Lucas Enard
Docker
Python
ML
ML
4.0 (1)24 Aug, 2022 326

iris-web-scraping

Simple web scraping using full Python in IRIS

L
Lucas Enard
Docker
Python
4.5 (1)24 Aug, 2022 271

iris-python-flask-api-template

The simplest template with REST CRUD for InterSystems IRIS

L
Lucas Enard
Docker
Python
4.5 (1)17 Aug, 2022 463

fhir-orga-dt

This is a simple full python IRIS production that gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server.

L
Lucas Enard
Docker
Python
4.5 (1)17 Aug, 2022 361

formation-template-python

Formation to learn InterSystems' interoperability framework using python

L
Lucas Enard
Docker
Python
5.0 (1)17 Aug, 2022 599

CoffeeCo Full Stack Tutorial

IRIS Coffee Company tutorial

R
Raj Singh
Python
3.0 (1)12 Aug, 2022 304

iris-local-ml

How to use Python and IRIS to run Machine learnings algorithms

L
Lucas Enard
Docker
Python
AI
ML
ML
4.0 (1)02 Aug, 2022 430

custom2sda

This is a sample how to transform custom messages to SDA using InterSystems IRIS for Health

Yuri Marx
Docker
IPM
0.0 (0)27 Jul, 2022 444 26

Python IRIS SQL Procedures Sample

Samples of python running inside SQL InterSystems IRIS Database

Yuri Marx
Docker
IPM
5.0 (1)20 Jul, 2022 297 7

Carbon Footprint Counter

Calculate carbon footprint into enterprises

Yuri Marx
Docker
IPM
5.0 (2)14 Jul, 2022 441 19

interoperability-manager

Remove a Production Item with two clicks

O
Oliver Wilms
Docker
IPM
5.0 (1)10 Jul, 2022 259 20

Water Conditions in Europe

Water Conditions with Prediction, Dashboards and more

E
Evgeniy Potapov
Docker
Python
ML
ML
5.0 (2)03 Jun, 2022 363

Disease Predictor

Predict Diseases using InterSystems IRIS IntegratedML

Yuri Marx
Docker
IPM
ML
ML
5.0 (1)01 Jun, 2022 415 8

cryptocurrency-rate-forecasting

An example of how IRIS can be used to predict the rate of crypto

O
Oleh Dontsov
Docker
5.0 (2)01 Jun, 2022 499

apptools-infochest

Template and examples for creating a user interface for a media file storage

Sergey Mikhailenko
Docker
IPM
5.0 (1)27 May, 2022 360 21

iris-history-monitor

IRIS History Monitor - For InterSystems IRIS is now available in Package Manager and using IRIS 2019.4 API and WS

Henrique Dias
Docker
IPM
4.2 (3)15 May, 2022 2.1k 106

fhir-client-java

A simple example of a Fhir client in java

L
Lucas Enard
Docker
0.0 (0)13 May, 2022 501

fhir-client-net

A simple example of a Fhir client in c#

L
Lucas Enard
Docker
3.0 (1)13 May, 2022 578

fhir-client-python

A simple example of a Fhir client in python

L
Lucas Enard
Docker
Python
0.0 (0)13 May, 2022 775

React-UI-Global

Application with toolkit for globals

E
Evgeniy Potapov
Docker
Python
4.0 (1)08 Apr, 2022 300

global-mindmap

Mindmap app using InterSystems IRIS globals

Yuri Marx
Docker
IPM
5.0 (1)07 Apr, 2022 693 12

rediris

InterSystems IRIS based Redis server implementation

E
Eduard Lebedyuk
Docker
Python
3.5 (1)04 Apr, 2022 174

global-name-search

Implementation using globals indices for user name search.

J
Jailton Viçôzo
Docker
4.5 (1)04 Apr, 2022 210

Student score query

first

y
yang shijie
2.5 (2)01 Apr, 2022 258

Spreadsheets based on globals

Invisible spreadsheets inside Cache / IRIS on globals

alex kosinets
3.5 (1)31 Mar, 2022 195

iris-python-faker

Python Faker from InterSystems IRIS

Dmitry Maslennikov
Docker
Python
IPM
5.0 (1)31 Mar, 2022 790 71

iris-geocoder

Geocoding using IRIS and Python geocoder library

Yuri Marx
Docker
5.0 (1)25 Mar, 2022 254

cryptography-samples

Examples of %SYSTEM.Encryption class methods

Yuri Marx
Docker
5.0 (1)24 Mar, 2022 265