Skip to content

Commit

Permalink
rerank bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughanlove committed Nov 15, 2023
1 parent 687528c commit d963ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def generate_paragraphs(requirements: List[str], resume_documents: List[str], to
# reverse it, because LLMs have a recency bias
rerank_hits.reverse()
# rerank_hits.reverse()
input_credentials = ("\n - ").join(responses)
input_credentials = ("\n - ").join(rerank_hits)

para_one_prompt = f"""
Summarize the credentials below into paragraph form:
Expand Down

0 comments on commit d963ae7

Please sign in to comment.