Search

Clear filter
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
Announcement
Simon Sha · Jul 3

[Video] FHIR-Powered AI Healthcare Assistant

to a dataset for vector embedding, and feed the vector store to a RAG chain with LLM and Chatbot. 🗣 Presenter: @Simon.Sha, Sales Architect, InterSystems If you like this video, don't forget to vote for it in the Demo Games!
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
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
Vladymyr Oleynyk · Sep 6, 2023

test mentions

Hi Community, It's time to announce the winners of the Vector Search, GenAI and ML Contest! Thanks to all our amazing participants who submitted 15 applications 🔥
Article
Muhammad Waseem · Jul 2, 2023

LangChain – Unleashing the full potential of LLMs

to vectors as text is stored as vectors in the database and returns to LangChainStep4 :LangChain send these vectors to the vector database (There are multiple vector database, We are using
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
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
Article
Muhammad Waseem · Apr 1

Iris-AgenticAI: Enterprise Automation Powered by OpenAI’s Agentic SDK for Intelligent Multi-Agent Workflows

specialized agents. Function Tools ⚒️ Decorate any Python function with @tool to instantly integrate it into the agent’s toolkit. Vector Search (RAG) 🧠 Native
Article
Alex Woodhead · Jun 13, 2023

LangChain on InterSystems PDF documentation

into Vector Store import lancedb from langchain.embeddings import OpenAIEmbeddings from langchain.vectorstores import LanceDB from langchain.document_loaders import PyPDFLoader
Announcement
Evgeny Shvarov · May 12

Technology Bonuses for the InterSystems FHIR and Digital Health Interoperability Contest 2025

: InterSystems FHIR usage - 3 Digital Health Interoperability - 4 Vector Search - 3 LLM AI or LangChain usage: Chat GPT, Gemini and others - 3 Embedded Python - 2 Docker container