get_all_chunk_id

Function

Queries the IDs of all knowledge segments. 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_chunk_id(self) -> List[int]