Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,8 +176,8 @@ if vector_store:
|
|
| 176 |
description="Retrieves similar questions from vector store"
|
| 177 |
)
|
| 178 |
)
|
| 179 |
-
|
| 180 |
-
|
| 181 |
|
| 182 |
# Model Configuration
|
| 183 |
MODEL_REGISTRY = {
|
|
|
|
| 176 |
description="Retrieves similar questions from vector store"
|
| 177 |
)
|
| 178 |
)
|
| 179 |
+
else:
|
| 180 |
+
print("Warning: Vector store not initialized. Question Search tool disabled.")
|
| 181 |
|
| 182 |
# Model Configuration
|
| 183 |
MODEL_REGISTRY = {
|