59 Application(s) results for #docker
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

mini-docker

Basic template for InterSystems IRIS development environment with Docker, VSCode and ZPM

Robert Cemper
5.0 (1)03 Aug, 2025 308

SSH-for-IRIS-container

Example how you can add SSH server to a standard IRIS docker image

Robert Cemper
Docker
IPM
4.0 (1)31 Jul, 2025 301 14

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-message-search

Query messages for multiple services based on conditions

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

objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Evgeny Shvarov
Docker
5.0 (1)03 Jul, 2025 1.4k

Smart Clinical Copilot - Configuration Management System

AI-powered Clinical Decision Support System (CDSS)

K
Kunal Pandey
Docker
Python
AI
ML
ML
5.0 (1)30 May, 2025 5.6k

ollama-ai-iris

Analyze PDF by extracting text and sending chat to ollama

O
Oliver Wilms
Docker
Python
AI
5.0 (1)24 May, 2025 92

High-Performance Prefix Lookup Extension for InterSystems IRIS

High-Performance Prefix Lookup Extension for InterSystems IRIS

K
Kunal Pandey
Docker
0.0 (0)30 Apr, 2025 1.9k

bg-iris-agent

AI IRIS Agent

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

iris-data-analysis

Implementing data query and analysis

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

AiAssistant

Using vector search to assist large language models in generatin

X
XINING MA
Docker
IPM
AI
4.5 (1)27 Mar, 2025 171 1

iris-HL7v2Gen

Dynamically Generate HL7 Test Messages

Muhammad Waseem
Docker
Python
IPM
5.0 (1)23 Dec, 2024 326 12

irisChatGPT

Application uses LangChain framework which is built around LLMs

Muhammad Waseem
Docker
Python
IPM
AI
4.0 (1)12 Nov, 2024 1.6k 12

IRIS-Test-Data-Generator

Used to generate test data

D
Dylan Cole
Docker
IPM
3.0 (1)29 Sep, 2024 181

apptools-admin

This solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml.

Sergey Mikhailenko
Docker
IPM
5.0 (1)24 Sep, 2024 1.2k 278

BridgeWorks WebReports

Web based reporting and dashboard platform

Tony Coffman
0.0 (0)26 Aug, 2024 531

iris-errors-analysis-graph

Analyze errors on the IRIS portal generate statistical graphs.

L
Lucas Fernandes
Docker
Python
IPM
AI
1.8 (2)28 Jul, 2024 312

iris-email-analyzer-app

Iris Email Analyzer for suspicious or confidential content.

E
Eric Mariasis
Docker
Python
IPM
AI
4.5 (1)23 Jul, 2024 242

Game Of Throne Analytics

Game of Throne deaths analytics

Evgeny Shvarov
Docker
IPM
4.3 (2)19 Jul, 2024 543 7

iris-angular-template

A template for RESTful IRIS applications using Angular

E
Elijah Tamarchenko
Docker
IPM
4.0 (1)07 Jun, 2024 287 2

companies-search

Find a company based on Glassdoor with Vector Search and GPT.

L
Lucas Fernandes
Docker
Python
IPM
AI
5.0 (1)17 May, 2024 417 2

HackUPC24_Klìnic

Symptoms Clinical Trial Search Tool using Knowledge Graphs

T
Tanguy Vansnick
AI
ML
ML
0.0 (0)15 May, 2024 250

AriticleSimilarity

Comparing article similarity through vector search

x
xuanyou du
Docker
IPM
3.5 (1)09 May, 2024 256

iris-csv-anonymizer

Version: store/intersystems/iris-community:2020.3.0.221.0

R
Renan Lourenco
Docker
IPM
5.0 (1)25 Mar, 2024 458 46

npm-iris

Project & Task Management using InterSystems IRIS and Bootstrap 4

Docker
IPM
5.0 (1)25 Mar, 2024 406 41

iris-rest-api-template

The simplest template with REST CRUD for InterSystems IRIS

Evgeny Shvarov
Docker
IPM
5.0 (2)25 Mar, 2024 1.4k 60

covid-19 analytics

analytics for covid-19

Evgeny Shvarov
Docker
IPM
5.0 (2)25 Mar, 2024 676 22

Docker Demo Directory

offer a list of demo repos

Robert Cemper
0.0 (0)25 Feb, 2024 211

Fhir-HepatitisC-Predict

Processing FHIR resources through FHIR SQL BUILDER will predict the probability of suffering from HepatitisC disease

s
shan yue
IPM
ML
ML
0.0 (0)02 Feb, 2024 290 1

testcontainers-iris-python

Start container with IRIS directly from python

Dmitry Maslennikov
Python
5.0 (1)01 Feb, 2024 255

Patient-PSI-Data

It is called the Patient PSI Data Platform

Y
Yangkun Fan
Docker
5.0 (1)26 Jan, 2024 204