Find answers from the community

Home
Members
Valentin
V
Valentin
Offline, last seen 3 months ago
Joined September 25, 2024
V
Valentin
·

Hello,

Hello,
I just found that when I implement a MultiModalVectorStoreIndex from a ChromaDB collection containing text and image nodes, It ignores the imageNodes. However If I instanciate a VectorStoreIndex using the same nodes or documents it's correctly retrieving the image nodes. I suppose that it's a bug ?
6 comments
V
L
V
Valentin
·

Hello,

Hello,
I'm implementing a MultiModalVectorStoreIndex based on an in-memory ChromaDB instance. I'm using an AzureOpenAI embedding model and I would like to understand why when I'm retrieving my nodes using as_retriever().retrieve(...), all the retrieved nodes have null embeddings value. I've checked that the related chroma db collection is containing embeddings value (using chroma_collection.query method )
Am I missing a configuration in the retrieve method or do you have any idea why I'm facing this issue ?
2 comments
V
L