Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Amith Koujalgi committed Dec 18, 2023
1 parent b1b5e9b commit 493593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_bot/pdf_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_embeddings(chunks, embedding_model, storing_path="vectorstore"):

# Create the chain for Question Answering
def load_qa_chain(retriever, llm, prompt):
print("Creating embeddings...")
print("Loading QA chain...")
start_time = time.time()
qa_chain = RetrievalQA.from_chain_type(
llm=llm,
Expand Down

0 comments on commit 493593c

Please sign in to comment.