MVPilgrim commited on
Commit
43e405a
·
1 Parent(s): 7031143
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ try:
92
  ######################################################
93
  # Connect to the Weaviate vector database.
94
  #if 'client' not in st.session_state:
95
- if not st.session_state.client:
96
  logger.info("#### Create Weaviate db client connection.")
97
  client = weaviate.WeaviateClient(
98
  connection_params=ConnectionParams.from_params(
 
92
  ######################################################
93
  # Connect to the Weaviate vector database.
94
  #if 'client' not in st.session_state:
95
+ if 'client' not in st.session_state:
96
  logger.info("#### Create Weaviate db client connection.")
97
  client = weaviate.WeaviateClient(
98
  connection_params=ConnectionParams.from_params(