mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: hybrid search and reranking support
This commit is contained in:
@@ -123,6 +123,7 @@ export const getQuerySettings = async (token: string) => {
|
||||
|
||||
type QuerySettings = {
|
||||
k: number | null;
|
||||
r: number | null;
|
||||
template: string | null;
|
||||
};
|
||||
|
||||
@@ -473,4 +474,4 @@ export const updateRerankingConfig = async (token: string, payload: RerankingMod
|
||||
}
|
||||
|
||||
return res;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user