Added builder and moved config class as an inner class of GemFireVectorStore to match other vector store projects
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: sobychacko
@jhuynh1 As a general comment, please add your name as an author to all the classes you modified.
Comment From: sobychacko
@jhuynh1 Due to the latest changes in main,
this PR branch has diverged from the main,
and I had merge conflicts on rebase. Started from scratch based on your changes and addressed the review comments. The changes are here. Closing the PR.