Search

Clear filter
Discussion
Alex Woodhead · Apr 10

Vector Embeddings Feedback

Background Embeddings is a new IRIS feature empowering the latest capability in AI semantic search.This presents as a new kind of column on a table that holds vector data.The
Discussion
Rob Tweed · Jul 12, 2023

Vector Databases and Node.js for AI/ChatGPT

The latest Node.js Weekly newsletter included a link to this article: https://thecodebarbarian.com/getting-started-with-vector-databases-in-node-js.html I'm wondering if anyone
Article
Luis Angel Pérez Ramos · Apr 30

Using vector search for duplicate patient detection

I recently had to refresh my knowledge of the HealthShare EMPI module and since I've been tinkering with IRIS's vector storage and search functionalities for a while I just had
Announcement
Thomas Dyar · Oct 3, 2024

Faster Vector Searches with Approximate Nearest Neighbor index -- now available in the Vector Search Early Access Program

We've recently made available a new version of InterSystems IRIS in the Vector Search Early Access Program, featuring a new Approximate Nearest Neighbor index based upon
Article
Alex Woodhead · Mar 30

Vector Embeddings and Vocal Search. Analysis and innovation notes

voice. IRIS integration could manipulate the recordings to extract semantic meaning that IRIS vector search can then offer for new types of AI solution opportunity. The fun
Article
Suze van Adrichem · Mar 3

IRIS Vector Search for Climate Matching: Introducing BAS

. NVIDIA Llama Embeddings: We use Llama-3.2-nv-embedqa-1b-v2 embeddings for our embedding database and query embedding in our RAG vector search. LangChain: We use LangChain
Announcement
Anastasia Dyubaylo · Mar 26

[Video] Quick wins with InterSystems IRIS Vector DB

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ Quick wins with InterSystems IRIS Vector DB This demo shows how to enhance an existing tools
Announcement
Anastasia Dyubaylo · May 21, 2024

Online Meetup with the Winners of the Vector Search, GenAI and ML Contest

Hi Community, Let's meet at the online meetup with the winners of the Vector Search, GenAI and ML Contest. It's a great opportunity to chat with the InterSystems Experts team
Announcement
Anastasia Dyubaylo · Feb 27

InterSystems AI Programming Contest: Vector Search, GenAI and AI Agents

Hey Community, It's time for the first programming contest of the year, and there's a surprise so read on! Please welcome: 🏆 InterSystems AI Programming Contest: Vector
Article
Jim Liu · May 14

A Semantic Code Search Solution for TrakCare Using IRIS Vector Search

This article presents a potential solution for semantic code search in TrakCare using IRIS Vector Search. Here's a brief overview of results from the TrakCare Semantic code
Announcement
Ronnie Hershkovitz · Feb 18

[Hebrew Webinar]: GenAI + RAG - Leveraging InterSystems IRIS as your Vector DB

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👈
Announcement
Evgeny Shvarov · Mar 17

Technology Bonuses for the InterSystems AI Contest: Vector Search, GenAI and AI Agents

Hi Developers! Here're the technology bonuses for the InterSystems AI Programming Contest: Vector Search, GenAI and AI Agents that will give you extra points in the voting
Article
Luis Angel Pérez Ramos · Apr 1

d[IA]gnosis: searching for similarities in our vector database and using LLM to extract diagnoses

in our application, we can search for the ICD-10 diagnoses closest to the text entered by the professional. To speed up the search process, we stored the vectorized text
Article
Benjamin De Boe · Jan 10, 2023

Columnar Storage in 2022.3

$vector datatype. $vector is an internal-only (for now) datatype that leverages adaptive encoding schemes to allow efficient storage of both sparse and dense data. The encoding
Article
Muhammad Waseem · Apr 5

How to Build an Agentic AI RAG Application: A Step-by-Step Guide

Hi Community,Traditional keyword-based search struggles with nuanced, domain-specific queries. Vector search, however, leverages semantic understanding, enabling AI agents