hello everyone, I'm working with qdrant vector store but it looks like the embedding of new nodes is not saved in qdrant but the retrieve works anyway...can someone explain a bit more how qdrant works? I followed the example in the llama index documentation but the embedding vector of documents can not be seen anyware
Hey! So qdrant does not show embeddings on the UI as embeddings are very large matrix.
But if you scroll a bit down on the UI, it shows Copy Vectors or something related to that at the end of node. From there you can copy the vector for that particular node
i think is more a problem with llama index qdrant works pretty well the only things is that when I create a vectore index in llama index nodes in qdrant are populated but the vector field is empty