Skip to content

Commit

Permalink
Add missing pagination for vector store
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jun 14, 2024
1 parent 333400b commit b2ae507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vector_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ type VectorStoreFileRequest struct {
type VectorStoreFilesList struct {
VectorStoreFiles []VectorStoreFile `json:"data"`

FirstID string `json:"first_id"`
LastID string `json:"last_id"`
HasMore bool `json:"has_more"`

httpHeader
}

Expand Down

0 comments on commit b2ae507

Please sign in to comment.