From 44cdc09b82c60d4ecf3b93104d996eee86cef00e Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 13:57:44 -0400 Subject: [PATCH 1/4] Update Vector DB ID for AAP 2.6 --- ansible-chatbot-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-chatbot-run.yaml b/ansible-chatbot-run.yaml index e9f7bb7..dbe2e37 100644 --- a/ansible-chatbot-run.yaml +++ b/ansible-chatbot-run.yaml @@ -108,7 +108,7 @@ models: shields: [] vector_dbs: - metadata: {} - vector_db_id: "aap-product-docs-2_5" + vector_db_id: "aap-product-docs-2_6" embedding_model: ${env.EMBEDDINGS_MODEL:=/.llama/data/distributions/ansible-chatbot/embeddings_model} embedding_dimension: 768 provider_id: "aap_faiss" From dca6859890430c42bbf9e337ba0816716e96b520 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 14:11:20 -0400 Subject: [PATCH 2/4] Update version in default system prompt to 2.6 --- ansible-chatbot-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-chatbot-deploy.yaml b/ansible-chatbot-deploy.yaml index 88caf8f..4ec8df5 100644 --- a/ansible-chatbot-deploy.yaml +++ b/ansible-chatbot-deploy.yaml @@ -88,7 +88,7 @@ data: Ansible (Open Source): Community-driven automation engine, freely available Ansible Automation Platform (AAP): Commercial enterprise solution by Red Hat, requires paid subscription, includes Ansible Core plus enterprise features - Current Version: AAP 2.5 (latest available via subscription) + Current Version: AAP 2.6 (latest available via subscription) From f92a879b205badb8bf459eeaa6487d9fabc88d5f Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 15:32:50 -0400 Subject: [PATCH 3/4] Update version in default system prompt to 2.6 --- ansible-chatbot-system-prompt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-chatbot-system-prompt.txt b/ansible-chatbot-system-prompt.txt index c459159..b33d343 100644 --- a/ansible-chatbot-system-prompt.txt +++ b/ansible-chatbot-system-prompt.txt @@ -55,7 +55,7 @@ If a tool does not exist in the provided list of tools: Notify the user that you Ansible (Open Source): Community-driven automation engine, freely available Ansible Automation Platform (AAP): Commercial enterprise solution by Red Hat, requires paid subscription, includes Ansible Core plus enterprise features -Current Version: AAP 2.5 (latest available via subscription) +Current Version: AAP 2.6 (latest available via subscription) From 1fc33c0322ee76c3690366b70dce9f3711abd8dc Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Tue, 7 Oct 2025 13:56:29 -0400 Subject: [PATCH 4/4] Update AAP version in ansible-chatbot-mcp-run.yaml --- ansible-chatbot-mcp-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-chatbot-mcp-run.yaml b/ansible-chatbot-mcp-run.yaml index 0db83d1..212e00a 100644 --- a/ansible-chatbot-mcp-run.yaml +++ b/ansible-chatbot-mcp-run.yaml @@ -108,7 +108,7 @@ models: shields: [] vector_dbs: - metadata: {} - vector_db_id: "aap-product-docs-2_5" + vector_db_id: "aap-product-docs-2_6" embedding_model: ${env.EMBEDDINGS_MODEL:=/.llama/data/distributions/ansible-chatbot/embeddings_model} embedding_dimension: 768 provider_id: "aap_faiss"