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

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

RAGBookRecommender

A basic implementation of an AI book recommender using IRIS Vector search

G
Gabriel Ing
Python
AI
4.0 (1)20 Sep, 2025 81

IAM HA Deployments

Explain how to deploy IAM (Kong EE) in HA modes using different deployment topologies

A
Ariel Glikman
0.0 (0)16 Sep, 2025 162

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-dataset-countries

InterSystems IRIS image and ZPM module with dataset on countries and its population

Evgeny Shvarov
Docker
IPM
4.2 (3)06 Sep, 2025 755 2.2k

csvgen

module to generate and import csv data using InterSystems ObjectScript

Evgeny Shvarov
Docker
IPM
4.9 (5)02 Sep, 2025 2.3k 5.6k

customer-support-agent-demo

AI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability

A
Alberto Fuentes
Docker
Python
AI
4.5 (1)29 Aug, 2025 217

potato-analytics

Example of CSV import with primary key preserved

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)27 Aug, 2025 121

iris4word

Developer tool to easily create Word documents in InterSystems IRIS

Yuri Marx
Docker
IPM
5.0 (1)30 Jul, 2025 232 2

Code-Scanner

Find Strings in any kind of ObjectScript

Robert Cemper
Docker
IPM
5.0 (2)26 Jul, 2025 342

iris-message-search

Query messages for multiple services based on conditions

s
sara aplin
Docker
IPM
4.5 (1)25 Jul, 2025 131 1

addsearchtable

Visualize the creation of a search table

X
XINING MA
Docker
IPM
3.5 (1)24 Jul, 2025 99

iris-telemetry-sample

Sample how to use Open Telemetry, Jaeger and Prometheus

Yuri Marx
Docker
5.0 (2)17 Jul, 2025 119

iris-python-article

This is a template to follow the article that introduce Python in an IRIS context

G
Guillaume Rongier
Docker
Python
5.0 (1)16 Jul, 2025 206

☤ Care 🩺 Compass 🧭

RAG AI app for care managers, uses InterSystems IRIS as the Vector Store

B
Brad Nissenbaum
AI
5.0 (1)13 Jul, 2025 240

smart-day-hands-on

A hands-on workshop sample with detailed exercise instructions

N
Netanel Frankel
Docker
4.5 (1)22 Jun, 2025 308

ReadyForAction

Demo for "Demos and Drinks" at InterSystems READY 2025

P
Peter Steiwer
Docker
Python
5.0 (1)20 Jun, 2025 129

Generative AI Pattern Match WorkBench

Multilingual Generative AI assistant for Pattern Match Operator

A
Alex Woodhead
AI
ML
ML
0.0 (0)19 Jun, 2025 152

iris-opentelemetry

Configuration of OpenTelemetry in IRIS instance

Luis Angel Pérez Ramos
Docker
5.0 (1)17 Jun, 2025 163

health-gforms

Collect FHIR data using Google Forms data

Yuri Marx
Docker
Python
IPM
5.0 (1)29 May, 2025 224

iris-medbot-guide

Automatically generate patient education content and personalize

s
shan yue
Docker
Python
IPM
4.0 (1)25 May, 2025 148

Langchain4jFhir

AI-powered Quarkus backend that analyzes base on a FHIR

Erick Hideki Murakami
Docker
AI
4.0 (1)24 May, 2025 178

FhirReportGeneration

Combining FHIR medical information to obtain AI medical reports

X
XINING MA
Docker
Python
4.5 (1)23 May, 2025 156

lovable-backend

Minimalistic spec first API as a backend for Lovable AI UI

Evgeny Shvarov
Docker
IPM
5.0 (1)18 May, 2025 406

jupyter-for-money

My first Jupyter notebook

O
Oliver Wilms
Docker
Python
5.0 (1)04 May, 2025 191

excel-java-iris

Java code to read Excel

O
Oliver Wilms
Docker
Python
IPM
5.0 (2)04 May, 2025 376 18

wp-iris-project

Build scalable WordPress integrations with InterSystems IRIS. Includes a REST framework, code generator, and demo plugins.

Shawntelle Madison-Coker
Docker
5.0 (1)02 May, 2025 175

Github Action IRIS Deployer

Example of Python Github Action to automate deploy code in IRIS

Cristiano Silva
Docker
Python
0.0 (0)25 Apr, 2025 466

openflights_dataset

Openflights demo dataset, datamodel for InterSystems IRIS

A
Andreas Schneider
3.0 (1)22 Apr, 2025 1.1k

langchain-iris-tool

InterSystems IRIS LangChain Tool and AI Agent to ask IRIS

Yuri Marx
Docker
Python
IPM
AI
5.0 (1)05 Apr, 2025 433

bg-iris-agent

AI IRIS Agent

Elena Karpova
Docker
IPM
AI
5.0 (1)04 Apr, 2025 710 2

iris-data-analysis

Implementing data query and analysis

l
lando miller
Docker
Python
IPM
AI
4.0 (1)01 Apr, 2025 226