Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ def get_vector_store(vector_store_type, chunks, embedding_model):
|
|
193 |
# Use a helper function for the actual vector store creation
|
194 |
return _create_vector_store(vector_store_type, chunks_tuple, embedding_model)
|
195 |
|
196 |
-
|
197 |
def _create_vector_store(vector_store_type, chunks_tuple, embedding_model):
|
198 |
# Convert the tuple back to a list for use with the vector store
|
199 |
chunks = list(chunks_tuple)
|
|
|
193 |
# Use a helper function for the actual vector store creation
|
194 |
return _create_vector_store(vector_store_type, chunks_tuple, embedding_model)
|
195 |
|
196 |
+
|
197 |
def _create_vector_store(vector_store_type, chunks_tuple, embedding_model):
|
198 |
# Convert the tuple back to a list for use with the vector store
|
199 |
chunks = list(chunks_tuple)
|