Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with block:
|
|
120 |
interactive=True)
|
121 |
|
122 |
|
123 |
-
vectorstore = embeddings.
|
124 |
|
125 |
chatbot = gr.Chatbot()
|
126 |
|
|
|
120 |
interactive=True)
|
121 |
|
122 |
|
123 |
+
vectorstore = load_vectorstore(embeddings.value)
|
124 |
|
125 |
chatbot = gr.Chatbot()
|
126 |
|