#community-help

Utilizing Vector Search Feature

TLDR em1nos had questions about using the vector search feature. Jason provided clarification and how to use it correctly, and noted that version 0.24.0.rcn60 or 58 is recommended.

Powered by Struct AI
smile1
11
8mo
Solved
Join the chat
Jan 26, 2023 (8 months ago)
em1nos
Photo of md5-f33ae8b829901656b655c985c894be3a
em1nos
04:48 PM
I'm playing around with the upcoming vector search feature.
Just to make sure: I can only vector_search by giving it vectors, right?
So for example to find similar products to "Samsung Galaxy S22 Ultra" I would take the vectors of that product, the 384 items array, and give that to vector_query ?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
04:49 PM
Yes, that or you can also give it a document id to find similar records
em1nos
Photo of md5-f33ae8b829901656b655c985c894be3a
em1nos
04:50 PM
Awesome! Thank you.
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
04:50 PM
I’d recommend using 0.24.0.rcn60 btw
04:51
Jason
04:51 PM
We only added that in a recent build
em1nos
Photo of md5-f33ae8b829901656b655c985c894be3a
em1nos
04:51 PM
This whole ML/AI thing is mind blowing for a plain old web developer like me 🙂
smile1
04:51
em1nos
04:51 PM
rcn60 is not available on docker?
04:51
em1nos
04:51 PM
58 is latest
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
04:52 PM
Ah yes, 58 should also be fine
em1nos
Photo of md5-f33ae8b829901656b655c985c894be3a
em1nos
04:52 PM
ok