You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: