You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My document can have different representations e.g. for a movie db, i could have different embeddings for:
the movie's title
the movie's synopsis
the movie's poster
I can't model without creating 3 WeaviateVectorStores.
Describe the solution you'd like
Be able to create 1 WeaviateVectorStore to capture 3 distinct embeddings given a document.
Is your feature request related to a problem? Please describe.
My document can have different representations e.g. for a movie db, i could have different embeddings for:
I can't model without creating 3
WeaviateVectorStore
s.Describe the solution you'd like
Be able to create 1
WeaviateVectorStore
to capture 3 distinct embeddings given a document.Describe alternatives you've considered
NA
Additional context
The text was updated successfully, but these errors were encountered: