Search

Clear filter
Article
Alex Alcivar · Jul 27, 2024

An Expanded Explanation of RAG, Vector Search, and how it is implemented on IRIS in the IRIS RAG App

Your video is available on InterSystems Developers YouTube: ⏯️IRIS RAG App InterSystems Python Contest 2024
Article
Ikram Shah · May 12, 2024

IRIS AI Studio: A playground to explore the Generative AI & Vector Embedding capabilities

Infrastructure: Vercel (frontend hosting), Render (backend hosting) Credits Thanks to the detailed documentation on Vector Search by InterSystems Thanks to IRIS Vector Search
Article
Nicole Raimundo · May 15, 2024

DNA Similarity and Classification: An Analysis

DNA Similarity and Classification was developed as a REST API utilizing InterSystems Vector Search technology to investigate genetic similarities and efficiently classify DNA sequences
Article
Richard Rael · Jan 22, 2024

KMS . Introduction to its use in IRIS and an example of setup on AWS EC2 system

Doc link: Key Management Tasks | InterSystems IRIS for Health 2023.3
Question
Marcio Coelho · Nov 30, 2021

Iris vs Java

Hi Marcio, I am a developer at InterSystems and I work with Java, JSON, and SQL every day. Perhaps I can help.
Article
Kurro Lopez · Jun 24, 2018

Translate a number to text

Your repo was mirrored to [intersystems-community/CosNumberTranslate](https://github.com/intersystems-community/CosNumberTranslate) Thank you for the helpful app!
Article
Muhammad Waseem · Sep 6, 2023

Introduction to Docker - Part2 (Docker Compose, Docker File, Docker Volume)

Docker Image Docker Container Docker Image repository InterSystems's Docker image repository Docker Installation Docker Basic Commands Running IRIS community edition
Question
Dmitrij Vladimirov · Nov 26, 2025

Conditions quantity in $SELECT()

There is no documented hard limit on the number of conditions in the `$SELECT()` function within the InterSystems documentation.
Question
Eduard Lebedyuk · Feb 4, 2019

Consume data from websocket

code examples on send / receive will help Consider updating to InterSystems IRIS.
Question
Sorin Fratila · Feb 4, 2021

Development and production servers with GIT as version control

Use InterSystems Docker images - this is a more IRIS way then Caché.
Question
Benjamin De Boe · Jan 28, 2016

Can we map CSP pages from another namespace?

Unchecked "Lock CSP Name" AND "Autocompile" (this should be done in both /csp/samples and /csp/samples2) - pointed "CSP Files Physical Path" to c:\intersystems
Article
John Hotalen · Oct 4, 2016

How to Parse a URL in Caché

Also, Fabian was kind enough to post a link to InterSystems documentation that discusses the built-in (%Net.URLParser) Parse method - which would be useful/helpful, as well.
Question
Michael Davidovich · Jul 27, 2022

%REST disp.cls, apps, and packages - How to structure?

I looked for an example of API first and I found this app on OpenExchange: InterSystems Open Exchange https://github.com/drechema/iris-explorer It did not build in my AWS environment
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

The code is available from this URL: https://github.com/intersystems-ib/workshop-sql-jgw In our docker-compose.yml file we are going to configure the images that we use: version:
Question
Andy Stobirski · Jan 16, 2023

%SQL.Export.Mgr not formatting exported data correctly

Hi Guys I've been using the example code %SQL.ExportMgr taken from here (an example from the intersystems community) an am having a few problems with it.