Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ support
Method
support
apps/knowledge/vector/pg_vector.py:232–233 ·
view source on GitHub ↗
(self, search_mode: SearchMode)
Source
from the content-addressed store, hash-verified
230
class
ISearch(ABC):
231
@abstractmethod
232
def
support(self, search_mode: SearchMode):
233
pass
234
235
@abstractmethod
236
def
handle(
Callers
6
hit_test
Method · 0.45
query
Method · 0.45
parse_qa_file
Method · 0.45
parse_table_file
Method · 0.45
file_to_paragraph
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected