Open
Description
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 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
- Weaviate's named vector tutorial