Search

Clear filter
Article
lando miller · Mar 31

Operate the database through dialogue

constraints. AI will only return SQL in the conversation with you for subsequent operations, and also vectorize the requested message to view the similarity of the problem
Question
Kurro Lopez · Mar 25

How to tokenize a text using SentenceTransformer

Hi all. I'm trying to create an indexed table with an vector field so I can search by the vector value.I've been investigating and found that to get the vector value based
Announcement
Benjamin De Boe · Sep 21, 2023

Deprecation of InterSystems IRIS NLP, formerly known as iKnow

is possible The latest technologies based on Vectors, may help to replace it, with even more capabilities. Can you please share some more details about it? Well, I did some notes
Article
Filip Kašpar · Nov 10, 2024

Levereging InterSystems IRIS database to quickly find possible resistence genes in DNA

. We worked on developing a solution that leverages InterSystems IRIS vector database technology that would quickly identify resistance genes in DNA. How It Works Using vector
Article
Alberto Fuentes · Sep 1

Build a Customer Support AI Agent with smolagents + InterSystems IRIS (SQL, RAG & Interoperability

; **InterSystems IRIS** for **SQL**, **Vector Search (RAG)**, and **Interoperability** (a mock shipping status API) --- ## ⚡ TL;DR (snack-sized) * Build a **working AI
Announcement
Anastasia Dyubaylo · Sep 18, 2023

Time to vote in the InterSystems Python Programming Contest 2023

by @André.DienesFriedrich BardPythonSample by @@xuanyou.du apptools-django by @MikhailenkoSergey iris-GenLab by @Muhammad.Waseem iris-vector by @Dmitry.Maslennikov ➡
Announcement
Anastasia Dyubaylo · Nov 18, 2024

Winners of the InterSystems Tech Video Challenge

: 🥇 1st place: Genes in DNA Sequences as vector representation using IRIS vector database by @Filip.Kašpar 🥈 2nd place: FHIRworks by @Elise.Swinehart 🥉 3rd
Announcement
Fabiano Sanches · Jan 31, 2024

Developer preview #2 for InterSystems IRIS, IRIS for Health, & HealthShare Health Connect 2024.1

® for HealthTM, and HealthShare® Health Connect. Highlights Many updates and enhancements have been added in 2024.1 and there are also brand-new capabilities, such as Using vectors
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
Announcement
Evgeny Shvarov · Apr 3

Technological Bonuses Results for the InterSystems AI Programming Contest

Agent AI Vector Search Embedded Python LLM AI or LangChain IntegratedML Docker IPM Online Demo Community Idea Implementation Find a bug
Article
Luis Angel Pérez Ramos · Apr 18

Mini Tip of the Day - Preloading the License into the Docker IRIS Image

was created doesn't contain certain privileges? In my case, what I was deploying in Docker is a small application that uses the Vector data type. With the Community version
Announcement
Anastasia Dyubaylo · Mar 3

Bonuses for InterSystems Technical Article Contest 2025

IRIS %Status and Exceptions Part-2 + 5 Using SQL Gateway with Python, Vector Search, and Interoperability in InterSystems Iris - Part 1 - SQL Gateway
Article
Robert Cemper · Apr 3, 2024

Reviews on Open Exchange - #41

utility 5.0 y * 4 OwnObjectScriptExtension Works 5.0 * 5 Vector-inside-IRIS all in COS 5.0 y y * 6 webHERALD Simplifying Mobile Integration
Question
Kim Trieu · Mar 26, 2024

VECTOR_COSINE() error help ObjectScript error: <PYTHON EXCEPTION> *<class 'OSError'>: isc_stdout_write: PyArg_ParseTuple failed!

Using VECTOR_COSINE() in SQL query to perform a text similarity search on existing embeddings in a %VECTOR column. Code is below. Commented out sql query returns this error
Question
William Vorhees · Aug 4, 2017

AES Encryption

Trying to use AES encryption for a url. I have a plain text string, a 16-byte key and a initialization vector. I am trying to match a C# implementation that uses RijndaelManaged