MilanM commited on
Commit
3019935
·
verified ·
1 Parent(s): bad8f10

Update tribunal_3.py

Browse files
Files changed (1) hide show
  1. tribunal_3.py +2 -2
tribunal_3.py CHANGED
@@ -395,8 +395,8 @@ def main():
395
  milvus_client, emb, vector_index_properties, vector_store_schema = setup_vector_index(
396
  client,
397
  wml_credentials,
398
- get_active_vector_index()
399
- #st.secrets["vector_index_id"]
400
  )
401
  system_prompt = genparam.BOT_3_PROMPT
402
 
 
395
  milvus_client, emb, vector_index_properties, vector_store_schema = setup_vector_index(
396
  client,
397
  wml_credentials,
398
+ #get_active_vector_index()
399
+ st.secrets["vector_index_id_2"]
400
  )
401
  system_prompt = genparam.BOT_3_PROMPT
402