-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
area: vector-storesThis item is related to Vector Stores.This item is related to Vector Stores.questionCategory: The issue is seeking information about the library or its usage.Category: The issue is seeking information about the library or its usage.
Description
How can we help?
Hello, I wanted to update the SDK from 2.3 to 2.4 and I found a couple if issues.
The issues are mentioned in release notes, but I think they need more documentation.
While method renames are easy to do, there are two issues that stopped me from updating.
In VectorStoreClient.CreateVectorStoreAsync there is no longer a boolean wait parameter, how does this method behave? Does it guarantee creation of vector store once it completes?
Also in VectorStoreClient.CreateBatchFileJobAsync method is missing, how would I go about uploading multiple files? I hope uploading them in a loop is not the new recommended approach?
A general note as well: you should not break your library's contract in a minor version update as per: https://semver.org/
igorpustovoy
Metadata
Metadata
Assignees
Labels
area: vector-storesThis item is related to Vector Stores.This item is related to Vector Stores.questionCategory: The issue is seeking information about the library or its usage.Category: The issue is seeking information about the library or its usage.