Spaces:
Runtime error
Runtime error
more debugging
Browse files
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 |
|