def __init__()

in datastore/providers/qdrant_datastore.py [0:0]


    def __init__(
        self,
        collection_name: Optional[str] = None,
        vector_size: int = EMBEDDING_DIMENSION,
        distance: str = "Cosine",
        recreate_collection: bool = False,