Skip to content

[QUESTION] SDK updateΒ #672

@mpec

Description

@mpec

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/

Metadata

Metadata

Assignees

Labels

area: vector-storesThis item is related to Vector Stores.questionCategory: The issue is seeking information about the library or its usage.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions