Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
ADD A NEW IDEA

Search results

Showing 39 of 39

Embedded Python methods : toggle line comment with # regardless of indentation level using Visual Studio Code

When you write an embedded python method using Language=python, the toggle line comment feature correctly sets "#" to the beginning of lines only for the first indentation, otherwise "//" are added and are not recognized as a comment in Python.
Sylvain Guilbaud 5 months ago in Other 1 Community Opportunity

ObjectScript API to create MS Word files based on templates

Currently, IRIS doesn't have ObjectScript functionality for creating Word files. Python or Java are required. Furthermore, even using these languages, it's a complex process that requires many lines of source code. Therefore, the idea is to use an...
Yuri Marx 5 months ago in InterSystems IRIS 2 Done by Community

Create real world application by using IRIS and python Streamlit web framework

Streamlit is an open-source app framework for Machine Learning and Data Science apps. https://docs.streamlit.io/ We should have real-world application or startup template by using Streamlit and IRIS The idea fits the contest in the way that "Pytho...
Muhammad Waseem over 2 years ago in InterSystems IRIS 3 Done by Community

Set password through environment variable

In a continious integration processes, for some applications, for testing purposes, it's useful to run vanilla IRIS and run integration tests, for Python applications for instance And the best way to do it, is to use services feature in popular CI...
Dmitry Maslennikov almost 3 years ago in Developer Experience / InterSystems IRIS 5 Ideas Contest

Use of package management systems

There is no way at the moment to install any driver to IRIS for any suppoorted programming language. Java drivers not available on Maven (even https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc, just fake empty files) Python dri...
Dmitry Maslennikov over 3 years ago in InterSystems IRIS 1 Implemented

Add Python in Business Process Designer as Language option

The current Language option in Business Process Designer screen is dramatically obsolete, Basic language is totally archaic and it smells rancid. Replace Basic for Python would be a new fresh air for the Business Process Designer screen. Remove Ba...
Luis Angel Pérez Ramos over 1 year ago in InterSystems IRIS 2 Already exists

Conversion of Python Datatype to IRIS native values

We can easily create Python native data types from IRIS for example, by using ##class(%SYS.Python).Builtins().dict() or convert IRIS native complex datatypes to python datatypes ex: listbuild to python list ##class(%SYS.Python).ToList(). However, ...
Ashok Kumar T 10 months ago in InterSystems Products 0 Future consideration

Add :CSP Shell to Line Recall

Include $SYSTEM.CSP.Shell() as :CSP, similar to how :sql opens the SQL shell and :py opens the Python shell.
Ashok Kumar T 5 months ago in InterSystems Products 0 Will not implement

Auto-Scaling for Embedded Python Workloads in IRIS

Integrate native auto-scaling capabilities for embedded Python workloads within InterSystems IRIS. This feature would dynamically allocate or deallocate resources (CPU, memory) to Python processes running inside IRIS containers based on real-time ...
din ba 5 months ago in InterSystems IRIS 2 Future consideration
1 MERGED

LLM Adapter and Vector typed Messages for request and responses

Merged
Description of the idea Currently, source code generating LLMs generate ObjectScript/BPL/DTL/PEX/SQL/MDX/CSP/XML for Productions/BI and Embedded Python code in a limited and/or inaccurate manner. InterSystems could specialize an already trained op...
Yuri Marx 5 months ago in InterSystems IRIS 1 Planned