From 40c160a1905abd85bf75c43694e7e50e46cb01da Mon Sep 17 00:00:00 2001 From: Djebran Lezzoum Date: Fri, 31 Oct 2025 10:36:28 +0100 Subject: [PATCH 1/5] update image with 2.6 docs Signed-off-by: Djebran Lezzoum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cc781c..abf81e9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ANSIBLE_CHATBOT_INFERENCE_MODEL_FILTER ?= LLAMA_STACK_PORT ?= 8321 LOCAL_DB_PATH ?= . CONTAINER_DB_PATH ?= /.llama/data/distributions/ansible-chatbot -RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:1.0.1753876830 +RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:1.0.1759978317 LIGHTSPEED_STACK_CONFIG ?= lightspeed-stack.yaml LLAMA_STACK_RUN_CONFIG ?= ansible-chatbot-run.yaml SYSTEM_PROMPT ?= ansible-chatbot-system-prompt.txt From 8d27efc27713428dd68ea525110ed34f48d6f2f6 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Tue, 7 Oct 2025 13:56:29 -0400 Subject: [PATCH 2/5] Update AAP version in ansible-chatbot-mcp-run.yaml (cherry picked from commit 1fc33c0322ee76c3690366b70dce9f3711abd8dc) --- 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" From c3d718e57403ae61f5fa8ce8b349b09a95e10725 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 15:32:50 -0400 Subject: [PATCH 3/5] Update version in default system prompt to 2.6 (cherry picked from commit f92a879b205badb8bf459eeaa6487d9fabc88d5f) --- 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 d7e3e2af204c81b0113b067fd8c4ab13d8266573 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 14:11:20 -0400 Subject: [PATCH 4/5] Update version in default system prompt to 2.6 (cherry picked from commit dca6859890430c42bbf9e337ba0816716e96b520) --- 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 b02d10b101dd2be978c70fc9492e648f1e478913 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Mon, 6 Oct 2025 13:57:44 -0400 Subject: [PATCH 5/5] Update Vector DB ID for AAP 2.6 (cherry picked from commit 44cdc09b82c60d4ecf3b93104d996eee86cef00e) --- 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"