Migrated to WXT
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
RunnableMap,
|
||||
RunnableSequence,
|
||||
} from "langchain/schema/runnable";
|
||||
import type { ChatHistory } from "~store";
|
||||
import type { ChatHistory } from "~/store";
|
||||
type RetrievalChainInput = {
|
||||
chat_history: string;
|
||||
question: string;
|
||||
|
||||
Reference in New Issue
Block a user