|
"""Configuration file for knowledge base options and their corresponding values""" |
|
|
|
|
|
KNOWLEDGE_BASE_OPTIONS = [ |
|
"IBM Cloud Platform - General", |
|
"IBM Cloud Platform - General - Semantically Chunked", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
VECTOR_INDEXES = { |
|
"IBM Cloud Platform - General": { |
|
"project_id": "clp77612424901", |
|
"index_1": "f1d8a4b3-9e27-4f81-a7c0-6e5d8b2a91c3", |
|
"index_2": "c5e2b917-6d34-4a58-9f12-8d3a7b4c6e9d", |
|
"contents": [ |
|
"IBM_Cloud_Overview.pdf", |
|
"Cloud_Services_Catalog.pdf", |
|
"Platform_Best_Practices.pdf" |
|
] |
|
}, |
|
"IBM Cloud Platform - General - Semantically Chunked": { |
|
"project_id": "clp77612424902", |
|
"index_1": "g2e9b5c8-7f43-4d92-a6b8-1c9e7d4f3a2b", |
|
"index_2": "h3f0c6d9-8g54-5e03-b7c9-2d0f8e5g4b3c", |
|
"contents": [ |
|
"IBM_Cloud_Overview_Semantic.pdf", |
|
"Cloud_Services_Catalog_Semantic.pdf", |
|
"Platform_Best_Practices_Semantic.pdf" |
|
] |
|
}, |
|
"IBM Consulting Services": { |
|
"project_id": "cns82834424903", |
|
"index_1": "b3c4d5e6-7f89-4a12-b3c4-d5e6f7a8b9c0", |
|
"index_2": "d5e6f7a8-9b0c-1d2e-3f4g-5h6i7j8k9l0", |
|
"contents": [ |
|
"Consulting_Methodology.pdf", |
|
"Service_Offerings.pdf", |
|
"Case_Studies.pdf" |
|
] |
|
}, |
|
"IBM Security Solutions": { |
|
"project_id": "sec82834424904", |
|
"index_1": "g4h5i6j7-8k9l-0m1n-2o3p-4q5r6s7t8u9", |
|
"index_2": "i7j8k9l0-1m2n-3o4p-5q6r-7s8t9u0v1w2", |
|
"contents": [ |
|
"Security_Products_Overview.pdf", |
|
"Security_Best_Practices.pdf", |
|
"Threat_Management_Guide.pdf" |
|
] |
|
}, |
|
"IBM AI & Analytics": { |
|
"project_id": "wwg82834424904", |
|
"index_1": "m1n2o3p4-5q6r-7s8t-9u0v-1w2x3y4z5a6", |
|
"index_2": "p4q5r6s7-8t9u-0v1w-2x3y-4z5a6b7c8d9", |
|
"contents": [ |
|
"AI_Solutions_Overview.pdf", |
|
"Analytics_Platform_Guide.pdf", |
|
"Machine_Learning_Docs.pdf" |
|
] |
|
} |
|
} |
|
|
|
|
|
SYSTEM_PROMPTS = { |
|
"IBM Cloud Platform - General": { |
|
"bot_2": "You are an IBM Cloud Platform expert assistant. Help users understand cloud services, deployment, and infrastructure.", |
|
"bot_3": "You are a technical solutions architect specializing in IBM Cloud. Provide detailed architectural guidance." |
|
}, |
|
"IBM Cloud Platform - General - Semantically Chunked": { |
|
"bot_2": "You are an IBM Cloud Platform expert assistant with knowledge of semantically organized content. Help users understand cloud services, deployment, and infrastructure.", |
|
"bot_3": "You are a technical solutions architect specializing in IBM Cloud. Provide detailed architectural guidance using semantically structured information." |
|
}, |
|
"IBM Consulting Services": { |
|
"bot_2": "You are an IBM Consulting advisor. Help users understand our service offerings and methodologies.", |
|
"bot_3": "You are a consulting solutions architect. Provide detailed project and implementation guidance." |
|
}, |
|
"IBM Security Solutions": { |
|
"bot_2": "You are an IBM Security expert. Guide users through our security products and best practices.", |
|
"bot_3": "You are a security architect. Provide detailed technical security guidance and implementations." |
|
}, |
|
"IBM AI & Analytics": { |
|
"bot_2": "You are an IBM AI and Analytics specialist. Help users understand our AI and data solutions.", |
|
"bot_3": "You are an AI solutions architect. Provide technical guidance on AI implementation and integration." |
|
} |
|
} |