Update tribunal_3.py
Browse files- 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 |
-
|
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 |
|