Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
paulmartrencharpro and anakin87 authored Nov 13, 2024
1 parent 80b5700 commit 09d128a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class FastembedRanker:
docs = [Document(content="Paris"), Document(content="Berlin")]
query = "What is the capital of germany?"
output = ranker.run(query=query, documents=docs)
print(output["documents"][0].content)
print(output["documents"][0].content)
# Berlin
# Berlin
```
"""

Expand Down

0 comments on commit 09d128a

Please sign in to comment.