Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

Comment From: markpollack

thanks, we are reviewing and will merge soon!

Comment From: TheovanKraay

Thank you @sobychacko - I addressed your comments.

Comment From: TheovanKraay

@sobychacko I have rebased from main and implemented BatchingStrategy API.

Comment From: sobychacko

@TheovanKraay, Could you make sure that you rebased the PR branch properly? I see other commits in the PR branch. Could you rebase again so that the PR only contains what is relevant to the vector store changes? Thanks!

Comment From: TheovanKraay

@sobychacko - apologies, my local branch got corrupted and I could not resolve. I have sync'd my fork from main, created a new branch and PR, and copied my changes to there (includes all your suggestions): Support for Azure Cosmos DB as a vector store. Closing this PR.