Skip to content

Commit

Permalink
Close codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 9, 2024
1 parent 8085535 commit efc4541
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class ElasticsearchBM25Retriever:
result = retriever.run(query="Who lives in Berlin?")
for doc in result["documents"]:
print(doc.text)
```
"""

def __init__(
Expand Down

0 comments on commit efc4541

Please sign in to comment.