MCPcopy 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

230class ISearch(ABC):
231 @abstractmethod
232 def support(self, search_mode: SearchMode):
233 pass
234
235 @abstractmethod
236 def handle(

Callers 6

hit_testMethod · 0.45
queryMethod · 0.45
parse_qa_fileMethod · 0.45
parse_table_fileMethod · 0.45
file_to_paragraphMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected