OkGoDoIt / OpenAI-API-dotnet

An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API
https://www.nuget.org/packages/OpenAI/
Other
1.86k stars 432 forks source link

VectorStoreFileService.GetAsync() is not working as expected #219

Open Glebby opened 4 months ago

Glebby commented 4 months ago

Hello It seems the implementation of VectorStoreFileService.GetAsync(VectorStoreFilesListRequest ) is not correct. I am trying to retrieve list of files (FileData), attached to a vector store.

Issue 1. VectorStoreFilesListRequest does not contain property for VectorStoreId Issue 2. VectorStoreFileService.GetAsync() returns list of vector stores, not the list of files.