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
def get_all_document_id()
Return Value
Data Type |
Description |
|---|---|
List[int] |
List consisting of IDs of all documents in a relational database. |
Parent topic: SQLiteDocstore