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
Looks like the API contract here is not correct, since it's just not possible for VectorStoreId to be here. We iterate files inside the one single specific vector store
I believe it should receive VectorStoreFile.id (FileId) here.
The text was updated successfully, but these errors were encountered:
BlackBaroness
changed the title
VectorStores.vectorStores(after = ...) uses VectorStoreId instead of FileId
vectorStoreFiles(after = ...) uses VectorStoreId instead of FileId
Jan 12, 2025
Looks like the API contract here is not correct, since it's just not possible for
VectorStoreId
to be here. We iterate files inside the one single specific vector storeI believe it should receive
VectorStoreFile.id (FileId)
here.The text was updated successfully, but these errors were encountered: