Forked from
Forked from
packages / adapter-lmstudio / src / types / retrieval.ts
export type RetrievalFusionMethod = "reciprocal-rank-fusion" | "max-score";
export interface QueryRewrite {
label: string;
text: string;
}
packages / adapter-lmstudio / src / types / retrieval.ts
export type RetrievalFusionMethod = "reciprocal-rank-fusion" | "max-score";
export interface QueryRewrite {
label: string;
text: string;
}