Skip to content

Commit

Permalink
Fix pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Oct 30, 2023
1 parent 4c4c589 commit 39e4aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BaseRetriever(ABC):
Retrievers are used to find texts given a user query.
Each Retriever implementation owns its own logic for retrieval.
For comparison purposes, we assume scores in the `SearchResult`s to be between 0 and 1.
For comparison purposes, we assume scores in the `SearchResult`\ s to be between 0 and 1.
"""

@abstractmethod
Expand Down

0 comments on commit 39e4aa5

Please sign in to comment.