[QUESTION] Are `VectorStoreFileAssociationCollectionOptions.AfterId` and `BeforeId` required?
Closed this issue · 2 comments
EtiennePhamDo commented
How can we help?
Hi, is it possible to get file associations while using VectorStoreFileAssociationCollectionOptions without having to set AfterId or BeforeId?
jsquire commented
Hi @EtiennePhamDo. Thanks for reaching out and your inquiry. The client library does not apply any constraints nor validate the service contract, so there's nothing in the client that mandates them. The place to look is the REST API documentation - which lists both before and after as being optional.
EtiennePhamDo commented
Hi @jsquire thank you for your help and reply!