Forked from dirty-data/rag-v2
Forked from dirty-data/rag-v2
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;
}