parent
be52a0f32b
commit
471741c05a
1 changed files with 2 additions and 2 deletions
|
|
@ -64,10 +64,10 @@ class OpenAIRerankerClient(CrossEncoderClient):
|
||||||
content=f"""
|
content=f"""
|
||||||
Respond with "True" if PASSAGE is relevant to QUERY and "False" otherwise.
|
Respond with "True" if PASSAGE is relevant to QUERY and "False" otherwise.
|
||||||
<PASSAGE>
|
<PASSAGE>
|
||||||
{query}
|
|
||||||
</PASSAGE>
|
|
||||||
{passage}
|
{passage}
|
||||||
|
</PASSAGE>
|
||||||
<QUERY>
|
<QUERY>
|
||||||
|
{query}
|
||||||
</QUERY>
|
</QUERY>
|
||||||
""",
|
""",
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue