Method
retrieve
(self, query: str, topk: int = 3)
Source from the content-addressed store, hash-verified
| 98 | return list_tools() |
| 99 | |
| 100 | def retrieve(self, query: str, topk: int = 3) -> List[str]: |
| 101 | return self.retriever.query(query, topk) |
Tested by
no test coverage detected