Article
· 5 hr ago 1m read

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 already try vectors on IRIS!

But if you've not tried "Vector Search on IRIS" yet, please give me one minute 😄 I create one IRIS class - and with only one IRIS class you can see how you put vector data in your IRIS database and how you compare these in your application. You can see the source code from OpenExchange "First-Vector-Search-on-IRIS".

---

(1) This class includes two properties

  • "feedback" as %String
  • "feedbackv" as %Vector (vector value), generated from "feedback".

      

(2) This class has the method "search", which returns the rows in order of "better feedback" with comparing vector "feedbackv".

 

---

The step-by-step guide is described in OpenExchange page.
I hope my sample and great other community articles will encourage you to try vector search on our product!

Discussion (0)0
Log in or sign up to continue