stivenDR14
commited on
Commit
·
c92be56
1
Parent(s):
449ec56
console vectorstore
Browse files- pdf_processor.py +1 -1
pdf_processor.py
CHANGED
@@ -173,7 +173,7 @@ class PDFProcessor:
|
|
173 |
#print(text_splitter)
|
174 |
texts = text_splitter.split_documents(documents)
|
175 |
_, embeddings = self.set_llm(ai_model, type_model, api_key, project_id_watsonx)
|
176 |
-
|
177 |
#delete all documents from the vectorstore
|
178 |
#if vectorstore:
|
179 |
# vectorstore.delete_collection()
|
|
|
173 |
#print(text_splitter)
|
174 |
texts = text_splitter.split_documents(documents)
|
175 |
_, embeddings = self.set_llm(ai_model, type_model, api_key, project_id_watsonx)
|
176 |
+
print("vectorstore: ", vectorstore)
|
177 |
#delete all documents from the vectorstore
|
178 |
#if vectorstore:
|
179 |
# vectorstore.delete_collection()
|