MCPcopy
hub / github.com/llmware-ai/llmware / basic_query

Method basic_query

llmware/resources.py:121–123  ·  view source on GitHub ↗

Simple text query passed to the text index

(self, query)

Source from the content-addressed store, hash-verified

119 return self._retriever.get_whole_collection()
120
121 def basic_query(self, query):
122 """Simple text query passed to the text index"""
123 return self._retriever.basic_query(query)
124
125 def filter_by_key(self, key, value):
126 """Filter_by_key accepts a key string, corresponding to a column in the DB, and matches to a value"""

Callers

nothing calls this directly

Calls 1

basic_queryMethod · 0.45

Tested by

no test coverage detected