| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
AriticleSimilarityComparing article similarity through vector search | x | Docker IPM | 3.5 (1) | 09 May, 2024 | ||
iris-image-index-demoA demo on how to build a custom SQL index for images data type. | Docker Python IPM | 3.0 (1) | 25 Mar, 2024 | |||
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. A 3Votes1Comments | ||||||
posts-and-tags-datasetRepository with Post data from community.intersystems.com data to solve posts and tags issue in InterSystems AI programming Contest | S | Docker IPM ML ML | 5.0 (1) | 25 Mar, 2024 | ||
workshop-py-columnarWorkshop for columnar storage purpose | Docker | 4.5 (2) | 29 Feb, 2024 | |||
FHIR-OCR-AIImage extraction text to fhir message | x | IPM AI | 0.0 (0) | 04 Feb, 2024 | ||
![]() testcontainers-iris-pythonStart container with IRIS directly from python | Python | 5.0 (1) | 01 Feb, 2024 | |||
iris-pretty-gptThis is the easiest assistant for accessing chatgpt | Docker Python IPM | 3.5 (1) | 02 Dec, 2023 | |||
![]() appmsw-django-adminlteApplication tools for use Django AdminLte | Docker Python IPM | 4.5 (1) | 25 Nov, 2023 | |||
iris-imap-python-adaptorAn implementation of an imap python adaptor with a support of OAuth2 | G | Docker Python IPM | 5.0 (1) | 07 Nov, 2023 | ||
dbt-irisdbt is the T in ELT, now with IRIS support | Docker Python | 3.5 (1) | 26 Sep, 2023 | |||
![]() iris-python-machinelearnMachine learning application Python IRIS | Docker Python ML ML | 4.5 (1) | 22 Sep, 2023 | |||
![]() password-app-iris-dbApplication for storing passwords | O | Docker Python | 4.5 (2) | 17 Sep, 2023 | ||
![]() iris-vectorInitial realization for Vector datatype support | Docker Python IPM AI | 4.8 (4) | 20 Sep, 2023 | |||
native-api-py-demoThis is a Native API for Python demo | s | 3.5 (1) | 17 Sep, 2023 | |||
flask-irisA quick guide / template to use Flask and IRIS side by side. | H | Python | 0.0 (0) | 06 Oct, 2023 | ||
fastapi-iris-demoSimple demo of using FastAPI, SQLAlchemy, and Alembic with IRIS | Docker Python | 5.0 (2) | 22 Aug, 2023 | |||
Text ExtractorExtracts text from PDF files using embedded python | N | Docker IPM | 5.0 (1) | 10 Jul, 2023 | ||
iris-fhir-python-strategyPython hooks on IRIS FHIR Repository/Facade | G | Docker Python | 0.0 (0) | 07 Jul, 2023 | ||
![]() RecyclerAn app that makes recycling easy | O | Docker Python | 5.0 (1) | 06 Jul, 2023 | ||
![]() IRIS Data Migration ManagerThis application allows you to import data into IRIS from various sources in a simple way. | O | Docker Python | 5.0 (1) | 02 Jul, 2023 | ||
interoperability_GPTdemonstrates how to use the GPT chat with Intersystems IRIS | D | Docker Python AI | 0.0 (0) | 02 Jul, 2023 | ||
ririsRemote InterSystems IRIS command execution | P | Docker Python | 3.8 (2) | 28 May, 2023 | ||
![]() Sheep’s GalaxyExample of using InterSystems IRIS Cloud SQL and IntegratedML | M | Docker Python ML ML | 2.0 (1) | 21 Apr, 2023 | ||
Customer churn predictorChecking customer churn with IntegratedML | O | Docker Python ML ML | 5.0 (2) | 28 Apr, 2023 | ||
AI text detectionIs your text generated by AI? | O | Docker Python AI ML ML | 4.7 (3) | 01 Jul, 2023 | ||
isc-cloud-sql-python-demoA simple python and flask app with IRIS Cloud SQL on back | Python | 5.0 (1) | 23 Mar, 2023 | |||
iris-pero-ocrOCR demo for IRIS | G | Docker Python ML ML | 5.0 (1) | 06 Dec, 2022 | ||
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 | ||
![]() Contest-FHIREasy CSV to FHIR to SQL to JUPYTER in full PYTHON | L | Docker Python | 4.5 (1) | 29 Nov, 2022 | ||
IrisWrappedA Pythonic wrapper for Intersystems IrisNative API | A | Python | 4.0 (1) | 24 Nov, 2022 | ||