Jemin Huh

Results 13 comments of Jemin Huh
trafficstars

Hi @eddumelendez, Sure, use AwsSdk2Transport for OpenSearchClient. Check this link for details: https://opensearch.org/docs/latest/clients/java/#connecting-to-amazon-opensearch-service

Hi @tzolov, I plan to address your requests within the next 1-2 weeks. Would you prefer me to add commits to the current pull request or handle them in a...

- [ ] Adding documentation under the [vectordbs](https://github.com/spring-projects/spring-ai/tree/main/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs) and add the references to the catalog nav.adoc. - [x] Add opensearch auto-configuration and boot starter

Hi @tzolov, Will reset tangled commits and soon add documentation for vectordbs with updates to catalog nav.adoc for a clean pull request.

@tzolov I've just created a new PR focusing solely on the OpenSearch files, on the main branch. You can find it here: https://github.com/spring-projects/spring-ai/pull/663. Going to close this current one. Thanks!

Just finished up the Elasticsearch Vector Store support. Next, I'll be working on adding support for OpenSearch (https://opensearch.org/) vector store. Additionally, breaking down tasks for separate PR: - [ ]...

If we use elasticsearch-java, we might need to either split Vectorstore for Elasticsearch 7 and 8, or let users add elasticsearch-java version matching their elasticsearch server version. What's your preference?...

@markpollack I understand, and I'll update to support the latest version, Elasticsearch 8, and commit soon.

@markpollack @tzolov Review code with Elasticsearch 8 support using elasticsearch-java library as discussed.

Hi @tzolov I've reviewed the PR. I cherry-picked your commit 'Rebase, fix compilation and style errors, add missing dependencies in parent pom and Bom pom' and resolved the issues with...