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