Skip to content

Commit 5baea2c

Browse files
committed
[Fix] : fix HyDE query bug
1 parent 6eef650 commit 5baea2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genai/aws-gen-ai-kr/utils/rag_summit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ def _get_hyde_response(query, prompt, llm_text):
605605
print("\n")
606606
print("===== HyDE Answers =====")
607607
print(hyde_answers)
608+
609+
augmentation = hyde_answers[1]
608610

609611
return similar_docs
610612

0 commit comments

Comments
 (0)