Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -144,6 +144,7 @@ pdf_path = "Inbound.pdf"
|
|
144 |
|
145 |
texts = load_and_split_pdf(pdf_path)
|
146 |
vector_store = create_vector_store(texts)
|
|
|
147 |
|
148 |
def document_data_tool(query):
|
149 |
return query_vector_store(vector_store, query)
|
|
|
144 |
|
145 |
texts = load_and_split_pdf(pdf_path)
|
146 |
vector_store = create_vector_store(texts)
|
147 |
+
print("vector store created")
|
148 |
|
149 |
def document_data_tool(query):
|
150 |
return query_vector_store(vector_store, query)
|