mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
removed prints
This commit is contained in:
parent
6663c9c5bc
commit
cd176ff76c
@ -133,10 +133,8 @@ class GenerateAnswerNode(BaseNode):
|
||||
|
||||
answer_lines = []
|
||||
for chunk in chunks:
|
||||
print(i)
|
||||
answer_temp = merge_chain.invoke(
|
||||
{"context": chunk, "question": user_input})
|
||||
print(answer_temp)
|
||||
answer_lines.append(answer_temp)
|
||||
|
||||
unique_answer_lines = list(set(answer_lines))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user