Search

Clear filter

#Vector Search

101 Posts2 Followers
Question
Ditmar Tybussek · Jun 23, 2024

How to convert an embeddings vector to be saved as %Vector

I try to get a vector from calling GetEmbedding, but i failed to convert it into a vector Here is a simplyfied sample class: Class User.myclass Extends %Persistent{ Property
Article
Robert Cemper · Mar 21, 2024

VECTOR inside IRIS

This is an attempt to run a vector search demo completely in IRISThere are no external tools and all you need is a Terminal / Console and the management portal.Special thanks
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
Article
Ray Wright · Jul 22

Vector Search Performance

Test Objectives InterSystems has been testing Vector Search since it was announced as an “experimental feature” in IRIS 2024.1. The first test cycle was aimed at identifying
Article
Muhammad Waseem · May 13, 2024

Vector Search : Application to demonstrate Vector Search and Generative AI capabilities

Hi Community,In this article, I will introduce my application iris-VectorLab along with step by step guide to performing vector operations. IRIS-VectorLab is a web application
Article
Muhammad Waseem · Aug 12, 2024

An Overview of Vector Search functionality

, developers building those applications will need the right tools to create experiences from these applications. Tools like vector search are essential for enabling efficient
Article
Seisuke Nakahashi · Aug 16, 2024

First "vector search" on IRIS

There are a lot of great community articles regarding "vector search on IRIS", and samples in OpenExchange. Everytime I see these, I'm so excited to know that so many developers
Article
Robert Cemper · Apr 26, 2024

Geo Vector Search #1

Geographic use of vector search The basic idea is to use Vectors in the mathematical sense.I used geographic coordinates. These are of course only 2-dimensionalbut much easier
Article
Robert Cemper · Apr 26, 2024

Geo Vector Search #2

Technical surprises using VECTORs>>> UPDATED Building my tech. example provided me with a bunch of findings htt I want to share.The first vectors I touched appeared
Announcement
Anastasia Dyubaylo · Jul 4

[Video] Genes in DNA Sequences as vector representation using IRIS vector database

Hi Community, Enjoy the new video on InterSystems Developers YouTube from our Tech Video Challenge: ⏯ Genes in DNA Sequences as vector representation using IRIS vector
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
Announcement
Anastasia Dyubaylo · Jan 15

[Video] First Vector Search on IRIS

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ First Vector Search on IRIS Learn the concept of vector search and its growing importance
Article
Luis Angel Pérez Ramos · Mar 27, 2024

Boosting facial recognition with Vector Search

As you have seen in the latest community publications, InterSystems IRIS has included since version 2024.1 the possibility of including vector data types in its database and based
Article
Robert Cemper · Jun 1, 2024

Searching the limits of new datatype VECTOR

touched any limit. So I tried to dig deeper and find the limits of datatype VECTOR.All vectors have 2 base parameters- static DATATYPE : "integer" (or "int"), "double", "decimal