Hi Community,
We're pleased to invite you to the upcoming webinar in Hebrew:
👉 Hebrew Webinar: GenAI + RAG - Leveraging Intersystems IRIS as your Vector DB👈
📅 Date & time: February 26th, 3:00 PM IDT
Generative AI refers to algorithms and models in artificial intelligence that are capable of generating new data or content that is similar to existing data. These models are trained on large datasets and learn to generate new examples that mimic the patterns and characteristics of the original data.
Hi Community,
We're pleased to invite you to the upcoming webinar in Hebrew:
👉 Hebrew Webinar: GenAI + RAG - Leveraging Intersystems IRIS as your Vector DB👈
📅 Date & time: February 26th, 3:00 PM IDT
Hi all! Here I would like to share how we use vector search and GenAI with InterSystems technology. As an example, I'll describe BG-AppealAI project, which our company submitted to the InterSystems Vector Search, GenAI and ML Contest. BG-AppealAI application can write an appeal if you upload an insurance contract and the insurance company’s letter with a refusal to pay medical expenses. Of course, we are aware that at the moment AI has not reached such a level as to create ready-made legal documents.
The world of Generative AI has been pretty inescapable for a while, commercial models running on paid Cloud instances are everywhere. With your data stored securely on-prem in IRIS, it might seem daunting to start getting the benefit of experimentation with Large Language Models without having to navigate a minefield of Governance and rapidly evolving API documentation. If only there was a way to bring an LLM to IRIS, preferably in a very small code footprint.
Hi Community!
We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:
Hey Community!
Check out the new video dedicated to Gen AI on our InterSystems Developers YouTube:
Hi Community,
We're excited to invite you to the webinar 2025 Data Management: Technology Trends & Predictions.
Join this webinar for an engaging and insightful tech talk on the latest trends in data management technology in the UK and Ireland.
⏱ Date & Time: Thursday, January 23, 10:30 AM GMT
👨🏫 Speakers:
I want to provide a shortcut to the D.C. A.I. from a hotkey which will automatically populate the question field here - https://community.intersystems.com/ask-dc-ai.
Is there a way to construct this URL such that it will populate the "Ask a Programming Question" field (and better yet, execute the query)?
Thanks!
We all know that having a set of proper test data before deploying an application to production is crucial for ensuring its reliability and performance. It allows to simulate real-world scenarios and identify potential issues or bugs before they impact end-users. Moreover, testing with representative data sets allows to optimize performance, identify bottlenecks, and fine-tune algorithms or processes as needed. Ultimately, having a comprehensive set of test data helps to deliver a higher quality product, reducing the likelihood of post-production issues and enhancing the overall user experience.
In this article, let's look at how one can use generative AI, namely Gemini by Google, to generate (hopefully) meaningful data for the properties of multiple objects. To do this, I will use the RESTful service to generate data in a JSON format and then use the received data to create objects.

Hi Community,
Enjoy the new video on InterSystems Developers YouTube:
⏯ Big Data, AI and ChatGPT in Healthcare @ Global Summit 2024
Hi Community!
Ceck out the new video dedicated to Gen AI on our InterSystems Developers YouTube:
.png)
Hi Community,
I want to share with you the lastest app that I have uploaded to the Open Exchange "IrisGoogleChat".
IrisGoogleChat is a utility for InterSystems IRIS that allows seamless message integration with Google Chat using Cache ObjectScript. This application provides a set of tools to configure Google Chat Channels, create messages powered by moods generated with AI and send them to a Google Chat Channel.
In order to provide the desired mood to your messages you will need an API key and an organization ID of OpenAI Chat GPT.
🌍 Inclusion & Innovation in Education 🌍
Our project reimagines learning for all students, with a focus on accessibility and interactive experiences. Built with the goal of making education engaging and inclusive, the tool is designed to support students of all abilities in learning complex material in an intuitive way.
Hi Community!
We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:
⏯ Prompt before the prompt - third step of GenAI model training
.png)
Generative artificial intelligence is artificial intelligence capable of generating text, images or other data using generative models, often in response to prompts. Generative AI models learn the patterns and structure of their input training data and then generate new data that has similar characteristics.
Generative AI is artificial intelligence capable of generating text, images and other types of content. What makes it a fantastic technology is that it democratizes AI, anyone can use it with as little as a text prompt, a sentence written in a natural language.
Hey Community,
Watch the new video on InterSystems Developers YouTube:
⏯ Smart Data Fabric for Generative AI Readiness @ Global Summit 2024
We continue with this series of articles on LLM and RAG applications and in this article we will discuss the red boxed part of the following diagram:
.png)
In the process of creating a RAG application, choosing an LLM model that is appropriate to your needs (trained in the corresponding subject, costs, speed, etc.) is as important as having a clear understanding of the context you want to provide. Let's start by defining the term to be clear about what we mean by context.
Hi Community!
We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:
You have probably heard a lot about LLMs (Large Language Models) and the associated development of RAG (Retrieval Augmented Generation) applications over the last year. Well, in this series of articles we will explain the fundamentals of each term used and see how to develop a simple RAG application.
What is an LLM?
LLM models are part of what we know as generative AI and their foundation is the vectorization of huge amounts of texts.
Hi Community,
A new GenAI-supported tool is coming to the online documentation and learning sites! What will it be called?
Take a 5-minute survey and share your reactions to possible names!
Hi Community!
We're happy to share the next video in the series dedicated to Gen AI on our InterSystems Developers YouTube:
Hi, Community!
Want to dive deeper into the concepts of vector searches and embeddings? Learn from an InterSystems expert:
Hey Developers,
Play the new video on InterSystems Developers YouTube:
⏯ Chatbots are all the RAGe: Generative AI with InterSystems IRIS @ Global Summit 2024
Hi, Community!
What components and libraries can you add to your retrieval-augmented generation (RAG) applications? Find out in this video:
Identifying Useful Components for Your Generative AI Application
Hey Community,
We're excited to introduce a new series of videos dedicated to Gen AI on our InterSystems Developers YouTube:
Hi, Community!
Curious how a retrieval-augmented generation (RAG) application works? Take a look at this demonstration:
Hi, Community!
Ready to create a retrieval-augmented generation (RAG) architecture for your next GenAI application? See how to get started:
Hi, Community!
Hi, Community!
Are you building generative AI applications? See how a retrieval-augmented generation (RAG) architecture can help:
Hi, Community!
How can you get your data ready for generative AI applications? Get some key tips from an InterSystems expert:
Hi Community,
In this article, I will introduce my application iris-RAG-Gen .
Iris-RAG-Gen is a generative AI Retrieval-Augmented Generation (RAG) application that leverages the functionality of IRIS Vector Search to personalize ChatGPT with the help of the Streamlit web framework, LangChain, and OpenAI. The application uses IRIS as a vector store.