Skip to content

Commit ded466d

Browse files
authored
Mark StanfordOvalArxivRM as for internal use only.
1 parent b35c272 commit ded466d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knowledge_storm/rm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def forward(self, query_or_queries: Union[str, List[str]], exclude_urls: List[st
334334

335335

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

0 commit comments

Comments
 (0)