Find answers from the community

Updated 2 months ago

When I call .retrieve() I get a

When I call .retrieve() I get a NodeWIthScore() object, but the embedding is always None. How can I return the embedding in the NodeWithScore object as well?
L
e
7 comments
tbh it usually depends on the underlying vector store being used. Some expose it, some dont
i'm using VectorStoreIndex
But theres an underlying vector store (default, chroma, qdrant, etc.)
hm whatever the default is
yea that its just never attached lol
You can try and get it by node id though
index.vector_store.get(node_id)
Add a reply
Sign up and join the conversation on Discord