Interface for the arguments that can be passed to the QdrantVectorStore constructor. It includes options for specifying a QdrantClient instance, the URL and API key for a Qdrant database, and the name and configuration for a collection.
QdrantVectorStore
QdrantClient
Optional
Interface for the arguments that can be passed to the
QdrantVectorStore
constructor. It includes options for specifying aQdrantClient
instance, the URL and API key for a Qdrant database, and the name and configuration for a collection.