This commit is contained in:
parent
fc910862d0
commit
a1a251f2fe
|
|
@ -55,7 +55,7 @@ export const handleRetrieval = async (
|
|||
userInput: string,
|
||||
newMessageFiles: ChatFile[],
|
||||
chatFiles: ChatFile[],
|
||||
embeddingsProvider: "openai" | "local",
|
||||
embeddingsProvider: "openai" | "local" | "bge-m3",
|
||||
sourceCount: number
|
||||
) => {
|
||||
const response = await fetch("/api/retrieval/retrieve", {
|
||||
|
|
|
|||
Loading…
Reference in New Issue