i-dhilip commited on
Commit
1ef30a9
·
verified ·
1 Parent(s): 48b3f45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -176,8 +176,8 @@ if vector_store:
176
  description="Retrieves similar questions from vector store"
177
  )
178
  )
179
-
180
- # Rest of the code remains the same...
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 = {