Does Weaviate provide a multi-vector search for the single class?
I have a scenario where I have a class named Sites, it has the following properties:
Site title, Description, and keywords
now when a user queries similar sites currently i am providing the title vector of the site in the near_vector parameter but is there any other way I can also add the description and keywords vector?
In Weaviate, currently each object has one vector attached to it.
So to do what you are describing, you could create different classes which are linked to each other. Alternatively, you could create multiple objects in each class, each vectorized differently.
Hi @Faizan_Muzaffar. I’m not sure what you mean specifically by “parent” and “child” relationship, but each cross reference is one-directional, so there’s a distinction between a reference “from” and a reference “to”.