Skip to content

Commit

Permalink
Mark StanfordOvalArxivRM as for internal use only.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoyijia authored Sep 25, 2024
1 parent b35c272 commit ded466d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knowledge_storm/rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def forward(self, query_or_queries: Union[str, List[str]], exclude_urls: List[st


class StanfordOvalArxivRM(dspy.Retrieve):
"""[Alpha] This retrieval class is for internal use only, not intended for the public."""
def __init__(self, endpoint, k=3):
super().__init__(k=k)
self.endpoint = endpoint
Expand Down

0 comments on commit ded466d

Please sign in to comment.