export type RetrieverRequestSearch = { /** * The query for similarity search */ query: string; /** * The pathway of the docs */ pathway: string; };