configured to answer most of the questions
Browse files
features/rag_chatbot/rag_pipeline.py
CHANGED
|
@@ -68,7 +68,7 @@ def initialize_pipelines():
|
|
| 68 |
|
| 69 |
# Query Router Chain
|
| 70 |
router_template = """You are a query classifier. Classify the following query into one of these categories:
|
| 71 |
-
- COMPANY: Questions about
|
| 72 |
- CYBERSECURITY: Questions about cybersecurity, security threats, best practices, or vulnerabilities
|
| 73 |
- OFF_TOPIC: Questions that don't fit the above categories
|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
# Query Router Chain
|
| 70 |
router_template = """You are a query classifier. Classify the following query into one of these categories:
|
| 71 |
+
- COMPANY: Questions about our company, its products, services, or general information
|
| 72 |
- CYBERSECURITY: Questions about cybersecurity, security threats, best practices, or vulnerabilities
|
| 73 |
- OFF_TOPIC: Questions that don't fit the above categories
|
| 74 |
|