Spaces:
Sleeping
Sleeping
Crcs1225 commited on
Commit ·
beb7895
1
Parent(s): c135be2
- rag_system.py +1 -1
rag_system.py
CHANGED
|
@@ -156,7 +156,7 @@ class ProductRAGPipeline:
|
|
| 156 |
"Do you have this in solid colors vs patterns?"
|
| 157 |
])
|
| 158 |
|
| 159 |
-
return base_questions[:
|
| 160 |
|
| 161 |
# Global RAG pipeline instance
|
| 162 |
rag_pipeline = ProductRAGPipeline()
|
|
|
|
| 156 |
"Do you have this in solid colors vs patterns?"
|
| 157 |
])
|
| 158 |
|
| 159 |
+
return base_questions[:2] # Return top 5 questions
|
| 160 |
|
| 161 |
# Global RAG pipeline instance
|
| 162 |
rag_pipeline = ProductRAGPipeline()
|