Relative Content

Tag Archive for pythonvector-databaseqdrantqdrantclient

List of values of a key in Qdrant

I have a collection named Docs in the qdrant database. There are multiple points in this collection. Each point has metadata including the title of the document. I want to extract a list of titles. I tried to do it but it returned none. How can I do it?