Skip to content

Commit

Permalink
Remove a duplicated message. (langchain4j#20)
Browse files Browse the repository at this point in the history
Remove a unnecessary duplicated message.
  • Loading branch information
takanori-ugai authored Jul 12, 2023
1 parent 9cbbf70 commit 7ba1723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ private static String format(List<EmbeddingMatch<DocumentSegment>> relevantEmbed
return "";
}

return "Base your answer on the following information:\n" + concatenatedEmbeddings;
return concatenatedEmbeddings;
}
}

0 comments on commit 7ba1723

Please sign in to comment.