update-abs-method
This commit is contained in:
parent
6785cc0caf
commit
fc383cb3c8
1 changed files with 2 additions and 2 deletions
|
|
@ -312,9 +312,9 @@ class GraphDriver(ABC):
|
|||
|
||||
return 0
|
||||
|
||||
@abstractmethod
|
||||
def build_fulltext_query(self, query: str, group_ids: list[str] | None = None, max_query_length: int = 128) -> str:
|
||||
"""
|
||||
Specific fulltext query builder for database providers.
|
||||
Only implemented by providers that need custom fulltext query building.
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError(f"build_fulltext_query not implemented for {self.provider}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue