diff --git a/chatdesk-ui/components/chat/chat-helpers/index.ts b/chatdesk-ui/components/chat/chat-helpers/index.ts index 17a2089..43a518b 100644 --- a/chatdesk-ui/components/chat/chat-helpers/index.ts +++ b/chatdesk-ui/components/chat/chat-helpers/index.ts @@ -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", {