Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible-chatbot-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data:
<CORE_KNOWLEDGE_BASE>
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)
</CORE_KNOWLEDGE_BASE>

<RESPONSE_PARAMETERS>
Expand Down
2 changes: 1 addition & 1 deletion ansible-chatbot-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ansible-chatbot-system-prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If a tool does not exist in the provided list of tools: Notify the user that you
<CORE_KNOWLEDGE_BASE>
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)
</CORE_KNOWLEDGE_BASE>

<RESPONSE_PARAMETERS>
Expand Down