query()
Search a store for matching documents.
Usage
query(
store,
text,
)Works with any BaseStore implementation, including gdtest_interlinks_prose.DuckDBStore and the ChromaDB store.
Parameters
store: BaseStore-
The store to search. Must be an instance of a base store.
text: str-
The search query string.
Returns
list-
Matching documents.