Skip to content

Commit 1bcb6b4

Browse files
authored
Merge pull request #102 from TamiTakamiya/TamiTakamiya/AAP-51967/update-to-v2_6
Update chatbot vector DB to v2 6
2 parents 7b0a9c8 + 1fc33c0 commit 1bcb6b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)