Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def main():
|
|
105 |
print('text_chunks are generated')
|
106 |
|
107 |
#create vector store
|
108 |
-
vectorstore =
|
109 |
print('vectorstore is created')
|
110 |
|
111 |
#create converstion chain
|
|
|
105 |
print('text_chunks are generated')
|
106 |
|
107 |
#create vector store
|
108 |
+
vectorstore = get_vectorstore(text_chunks)
|
109 |
print('vectorstore is created')
|
110 |
|
111 |
#create converstion chain
|