xintongsong commented on code in PR #680:
URL: https://github.com/apache/flink-agents/pull/680#discussion_r3297930919
##########
docs/content/docs/development/vector_stores.md:
##########
@@ -642,6 +642,204 @@ public static ResourceDescriptor vectorStore() {
{{< /tabs >}}
+### Amazon OpenSearch
+
+[Amazon
OpenSearch](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/)
is a managed vector search service available in two flavors: OpenSearch
Service (provisioned domains) and OpenSearch Serverless (AOSS). The Flink
Agents integration supports both via a single `service_type` parameter, with
IAM (SigV4) or basic authentication.
+
+{{< hint info >}}
+Amazon OpenSearch is only supported in Java currently. To use Amazon
OpenSearch from Python agents, see [Using Cross-Language
Providers](#using-cross-language-providers).
+{{< /hint >}}
+
+{{< hint info >}}
+Amazon OpenSearch implements `CollectionManageableVectorStore`, enabling
[Long-Term Memory]({{< ref "docs/development/memory/long_term_memory" >}})
support. Collections map to OpenSearch indices, with collection metadata stored
in a dedicated `flink_agents_collection_metadata` index.
Review Comment:
This seems inaccurate? I could not find `flink_agents_collection_Metadata`
in the codes, and the JavaDoc says "this implementation does not persist any
collection-level metadata".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]