get_all_document_id
Function
Queries all document IDs. If a document is split into multiple chunks, one document ID corresponds to multiple chunk IDs when the document is imported to a database.
Prototype
@abstractmethod def get_all_document_id(self) -> List[int]
Parent topic: Docstore