Search

Clear filter

#Vector Search

63 Posts0 Followers
Question
Ditmar Tybussek · Jun 23

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

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
Article
Muhammad Waseem · May 13

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
Robert Cemper · Apr 26

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
Article
Robert Cemper · Apr 26

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
Seisuke Nakahashi · Aug 16

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
Muhammad Waseem · Aug 12

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
Luis Angel Pérez Ramos · Mar 27

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
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
Robert Cemper · Jun 1

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
Announcement
Anastasia Dyubaylo · Apr 8

InterSystems Vector Search, GenAI and ML Contest

Hey Community, We have more exciting news! The new InterSystems online programming contest dedicated to Generative AI, Vector Search and Machine Learning is starting very soon
Announcement
Anastasia Dyubaylo · Apr 5

[Video] Using Vector Search for Generative AI

Hey Community, Watch the latest video on InterSystems Developers YouTube: ⏯ Using Vector Search for Generative AI Get an introduction to Retrieval Augmented
Article
shan yue · May 15

Retrieve images using vector search (1)

Hi Community, In this article, I will introduce my application iris-image-vector-search.The image vector retrieval demo uses IRIS Embedded Python and OpenAI CLIP model
Article
shan yue · May 15

Retrieve images using vector search (2)

You need to install the application first. If not installed, please refer to the previous article Application demonstration After successfully running the iris image vector