Search

Clear filter
Announcement
Anastasia Dyubaylo · Sep 10, 2024

[Video] InterSystems IRIS Vector Search and the Python Ecosystem

Vector Search is a new set of features that power your Generative AI applications.
Announcement
Evgeny Shvarov · Apr 18, 2024

Technology Bonuses for the Vector Search, GenAI and ML Contest

search of already indexed vectors.
Article
Guillaume Rongier · Dec 18, 2023

Vector search and RAG (Retrieval Augmented Generation) models

It works by converting the documents and the query into vectors, and then computing the cosine similarity between the query vector and the document vectors.
Announcement
Anastasia Dyubaylo · Sep 18

[Webinar] AI Vector Search Technology in InterSystems IRIS

Enter vector search: a game-changing approach that captures semantic meaning, not just literal text.
Article
xuanyou du · May 11, 2024

Using vector search to compare the similarity between articles

Then, the similarity between sentences is compared through Iris vector search, and finally displayed on the front-end page.
Article
Maria Gladkov · May 15, 2024

Vector search + GenAI + InterSystems technologies with Banksia Global

Vector Search: when you upload a rejection letter to the app, BG-AppealAI converts it to the vector, this is called the vectorization process.
Article
Alice Heiman · Mar 1

IRIS Vector Search for Matching Companies and Climate Action

First, it embeds the query vector using the same model used when populating the database. Then, we use an SQL query to perform the vector search.
Article
Suze van Adrichem · Mar 3

IRIS Vector Search for Climate Matching: Introducing BAS

Created an embedding vector database with hundreds of sustainability reports to be open-sourced to the broader community after the event.
Announcement
Anastasia Dyubaylo · Apr 15, 2024

Kick-off Webinar for Vector Search, GenAI and ML Contest

There will also be a demo of InterSystems IRIS Vector Search that you can use in your projects.
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.
Announcement
Evgeny Shvarov · May 16, 2024

Technological Bonuses Results for Vector Search, GenAI and ML Contest

Project Vector Search IntegratedML Embedded Python LLM AI or LangChain Suggest a new idea Find a bug in Vector Search, IntegratedML or Embedded Python
Announcement
Anastasia Dyubaylo · Jun 17

[Video] RAG with built-in Vector Search in InterSystems IRIS 2025.1

Community, Enjoy the new video in a series of videos created by our Project Managers to highlight some of the interesting features of the new 2025.1 release: ⏯ RAG with built-in Vector
Announcement
Anastasia Dyubaylo · Sep 24

New Hands-On Tutorial: RAG using InterSystems IRIS Vector Search

Learn how IRIS Vector Search works in practice. Explore how RAG can improve the reliability and relevance of answers provided by Vector Search.
Article
Luis Angel Pérez Ramos · Jul 31, 2024

d[IA]gnosis: Vectorizing Diagnostics with Embedded Python and LLM Models

Well, in our example the context is given by the set of ICD-10 diagnoses and to use them we must first vectorize them. How to vectorize our list of diagnoses?