The VectorStore To Document node is a component in the Document Loaders category that allows you to search and retrieve documents with scores from a vector store. It converts the retrieved documents into either a document object array or a concatenated text string.
similaritySearchWithScore
method of the vector store, which returns both documents and their similarity scores.