def query_once(self) -> bool:
"""
Should the embedder be queried once for each unique word in the input, or once for each word.
Intended to support placeholders, although I ended up not experimenting much w/that route
"""
return False
评论列表
文章目录