in datastore/providers/qdrant_datastore.py [0:0]
def _create_document_chunk_id(self, external_id: Optional[str]) -> str:
if external_id is None:
return uuid.uuid4().hex
return uuid.uuid5(self.UUID_NAMESPACE, external_id).hex