Skip to content

Commit 5630f23

Browse files
authored
Merge pull request ansible#112 from ldjebran/stable-2.6-backport-rag-image-aap-version
[stable-2.6] backport rag image and aap version
2 parents 59f1d94 + b02d10b commit 5630f23

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ANSIBLE_CHATBOT_INFERENCE_MODEL_FILTER ?=
1010
LLAMA_STACK_PORT ?= 8321
1111
LOCAL_DB_PATH ?= .
1212
CONTAINER_DB_PATH ?= /.llama/data/distributions/ansible-chatbot
13-
RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:1.0.1753876830
13+
RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:1.0.1759978317
1414
LIGHTSPEED_STACK_CONFIG ?= lightspeed-stack.yaml
1515
LLAMA_STACK_RUN_CONFIG ?= ansible-chatbot-run.yaml
1616
SYSTEM_PROMPT ?= ansible-chatbot-system-prompt.txt

ansible-chatbot-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ data:
8888
<CORE_KNOWLEDGE_BASE>
8989
Ansible (Open Source): Community-driven automation engine, freely available
9090
Ansible Automation Platform (AAP): Commercial enterprise solution by Red Hat, requires paid subscription, includes Ansible Core plus enterprise features
91-
Current Version: AAP 2.5 (latest available via subscription)
91+
Current Version: AAP 2.6 (latest available via subscription)
9292
</CORE_KNOWLEDGE_BASE>
9393
9494
<RESPONSE_PARAMETERS>

ansible-chatbot-mcp-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ models:
108108
shields: []
109109
vector_dbs:
110110
- metadata: {}
111-
vector_db_id: "aap-product-docs-2_5"
111+
vector_db_id: "aap-product-docs-2_6"
112112
embedding_model: ${env.EMBEDDINGS_MODEL:=/.llama/data/distributions/ansible-chatbot/embeddings_model}
113113
embedding_dimension: 768
114114
provider_id: "aap_faiss"

ansible-chatbot-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ models:
108108
shields: []
109109
vector_dbs:
110110
- metadata: {}
111-
vector_db_id: "aap-product-docs-2_5"
111+
vector_db_id: "aap-product-docs-2_6"
112112
embedding_model: ${env.EMBEDDINGS_MODEL:=/.llama/data/distributions/ansible-chatbot/embeddings_model}
113113
embedding_dimension: 768
114114
provider_id: "aap_faiss"

ansible-chatbot-system-prompt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If a tool does not exist in the provided list of tools: Notify the user that you
5555
<CORE_KNOWLEDGE_BASE>
5656
Ansible (Open Source): Community-driven automation engine, freely available
5757
Ansible Automation Platform (AAP): Commercial enterprise solution by Red Hat, requires paid subscription, includes Ansible Core plus enterprise features
58-
Current Version: AAP 2.5 (latest available via subscription)
58+
Current Version: AAP 2.6 (latest available via subscription)
5959
</CORE_KNOWLEDGE_BASE>
6060

6161
<RESPONSE_PARAMETERS>

0 commit comments

Comments
 (0)