Skip to content

Commit b2ae507

Browse files
committed
Add missing pagination for vector store
1 parent 333400b commit b2ae507

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vector_store.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ type VectorStoreFileRequest struct {
8484
type VectorStoreFilesList struct {
8585
VectorStoreFiles []VectorStoreFile `json:"data"`
8686

87+
FirstID string `json:"first_id"`
88+
LastID string `json:"last_id"`
89+
HasMore bool `json:"has_more"`
90+
8791
httpHeader
8892
}
8993

0 commit comments

Comments
 (0)