spring-ai
spring-ai copied to clipboard
Added bootstarter and autoconfiguration for gemfire vector store
trafficstars
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
mainbranch and squash your commits - Add/Update unit tests as needed
- Run a build and make sure all tests pass prior to submission
I also puzzled by the following the GemFireVectorStore code:
- The
GemFireVectorStore#topKis not used.- The
GemFireVectorStore#GemFireVectorStoreConfigBuilder#connectionTimeout,GemFireVectorStore#GemFireVectorStoreConfigBuilder#requestTimeoutare never used.- None of the
CreateRequestsetters is ever used? Actually none of the fields is every used. And given that this is a privet class, what is the purpose of adding those fields?
removed the connectionTimeout and requestTimeout and utilized other properties.
We are creating a new improved PR.