MCPcopy
hub / github.com/mixedbread-ai/mgrep / search

Method search

src/lib/store.ts:107–107  ·  view source on GitHub ↗

* Search in one or more stores

(
    storeIds: string[],
    query: string,
    top_k?: number,
    search_options?: SearchOptions,
    filters?: SearchFilter,
  )

Source from the content-addressed store, hash-verified

105 * Search in one or more stores
106 */
107 search(
108 storeIds: string[],
109 query: string,
110 top_k?: number,

Callers 2

search.tsFile · 0.65
searchMethod · 0.65

Implementers 2

MixedbreadStoresrc/lib/store.ts
TestStoresrc/lib/store.ts

Calls

no outgoing calls

Tested by

no test coverage detected