* Search in one or more stores
(
storeIds: string[],
query: string,
top_k?: number,
search_options?: SearchOptions,
filters?: SearchFilter,
)
| 105 | * Search in one or more stores |
| 106 | */ |
| 107 | search( |
| 108 | storeIds: string[], |
| 109 | query: string, |
| 110 | top_k?: number, |
no outgoing calls
no test coverage detected