java/core/src/main/java/com/aliyun/openservices/tablestore/agent/knowledge/KnowledgeStoreImpl.java [302:310]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            client,
            tableName,
            row -> TablestoreHelper.rowToDocument(row, textField, embeddingField),
            start,
            end,
            null,
            Order.ASC,
            -1L,
            -1,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



java/core/src/main/java/com/aliyun/openservices/tablestore/agent/knowledge/KnowledgeStoreImpl.java [600:608]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            client,
            tableName,
            row -> TablestoreHelper.rowToDocument(row, textField, embeddingField),
            start,
            end,
            null,
            Order.ASC,
            -1L,
            -1,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



