KeenWoo commited on
Commit
f208226
·
verified ·
1 Parent(s): 3b4c562

Update evaluate.py

Browse files
Files changed (1) hide show
  1. evaluate.py +1 -1
evaluate.py CHANGED
@@ -162,7 +162,7 @@ def run_comprehensive_evaluation(
162
  vs_general: FAISS,
163
  vs_personal: FAISS,
164
  nlu_vectorstore: FAISS,
165
- config: Dict[str, Any,
166
  storage_path: Path # <-- ADD THIS PARAMETER
167
  ):
168
  global test_fixtures
 
162
  vs_general: FAISS,
163
  vs_personal: FAISS,
164
  nlu_vectorstore: FAISS,
165
+ config: Dict[str, Any],
166
  storage_path: Path # <-- ADD THIS PARAMETER
167
  ):
168
  global test_fixtures