phisinger commited on
Commit
ac20a22
1 Parent(s): d250781

more debugging

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -28,9 +28,12 @@ llm = GPT4All(
28
  )
29
 
30
  # establish connection to vector store chroma
 
31
  db_client = Vectorstore_client()
32
  db_client = db_client.get_client()
33
 
 
 
34
 
35
  collection_name = ""
36
 
 
28
  )
29
 
30
  # establish connection to vector store chroma
31
+ print("start vector store")
32
  db_client = Vectorstore_client()
33
  db_client = db_client.get_client()
34
 
35
+ print("vector store started successfully, connection established")
36
+
37
 
38
  collection_name = ""
39