This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 38ecaa46 [doc] update "Native Integration Support Matrix" in FAQ (#819)
38ecaa46 is described below
commit 38ecaa46d220fc19f0031f832adad127e95373d9
Author: Alan Z. <[email protected]>
AuthorDate: Tue Jun 9 00:49:27 2026 -0700
[doc] update "Native Integration Support Matrix" in FAQ (#819)
---
docs/content/docs/faq/faq.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/docs/content/docs/faq/faq.md b/docs/content/docs/faq/faq.md
index 0f0bf850..ba416130 100644
--- a/docs/content/docs/faq/faq.md
+++ b/docs/content/docs/faq/faq.md
@@ -97,9 +97,10 @@ Flink Agents provides built-in integrations for many
ecosystem providers. Some i
| Provider | Python | Java |
|---|---|---|
-| [Anthropic]({{< ref "docs/development/chat_models#anthropic" >}}) | ✅ | ❌ |
+| [Amazon Bedrock]({{< ref "docs/development/chat_models#amazon-bedrock" >}})
| ❌ | ✅ |
+| [Anthropic]({{< ref "docs/development/chat_models#anthropic" >}}) | ✅ | ✅ |
| [Azure AI]({{< ref "docs/development/chat_models#azure-ai" >}}) | ❌ | ✅ |
-| [Azure OpenAI]({{< ref "docs/development/chat_models#azure-openai" >}}) | ✅
| ❌ |
+| [Azure OpenAI]({{< ref "docs/development/chat_models#azure-openai" >}}) | ✅
| ✅ |
| [Ollama]({{< ref "docs/development/chat_models#ollama" >}}) | ✅ | ✅ |
| [OpenAI]({{< ref "docs/development/chat_models#openai" >}}) | ✅ | ✅ |
| [Tongyi (DashScope)]({{< ref "docs/development/chat_models#tongyi-dashscope"
>}}) | ✅ | ❌ |
@@ -108,13 +109,17 @@ Flink Agents provides built-in integrations for many
ecosystem providers. Some i
| Provider | Python | Java |
|---|---|---|
+| [Amazon Bedrock]({{< ref "docs/development/embedding_models#amazon-bedrock"
>}}) | ❌ | ✅ |
| [Ollama]({{< ref "docs/development/embedding_models#ollama" >}}) | ✅ | ✅ |
| [OpenAI]({{< ref "docs/development/embedding_models#openai" >}}) | ✅ | ❌ |
+| [Tongyi (DashScope)]({{< ref
"docs/development/embedding_models#tongyi-dashscope" >}}) | ✅ | ❌ |
**Vector Stores**
| Provider | Python | Java |
|---|---|---|
+| [Amazon OpenSearch]({{< ref
"docs/development/vector_stores#amazon-opensearch" >}}) | ❌ | ✅ |
+| [Amazon S3 Vectors]({{< ref
"docs/development/vector_stores#amazon-s3-vectors" >}}) | ❌ | ✅ |
| [Chroma]({{< ref "docs/development/vector_stores#chroma" >}}) | ✅ | ❌ |
| [Elasticsearch]({{< ref "docs/development/vector_stores#elasticsearch" >}})
| ❌ | ✅ |
| [Mem0]({{< ref "docs/development/vector_stores#mem0" >}}) | ✅ | ❌ |