diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-14 12:48:39 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-14 12:48:39 -0400 |
commit | cd4b13bacd6639d2a731a05dfca700b201b2073c (patch) | |
tree | 00044399c9b8028f5c3d82f830879faaef881cac /src/client/views/nodes/ChatBox/Agent.ts | |
parent | b7c024c8c5b85f91828d6cd20ffc3bfca229af21 (diff) |
attempt at new multimodal vector
Diffstat (limited to 'src/client/views/nodes/ChatBox/Agent.ts')
-rw-r--r-- | src/client/views/nodes/ChatBox/Agent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ChatBox/Agent.ts b/src/client/views/nodes/ChatBox/Agent.ts index 04729414a..7b3703449 100644 --- a/src/client/views/nodes/ChatBox/Agent.ts +++ b/src/client/views/nodes/ChatBox/Agent.ts @@ -6,7 +6,7 @@ import { WikipediaTool } from './tools/WikipediaTool'; import { CalculateTool } from './tools/CalculateTool'; import { RAGTool } from './tools/RAGTool'; import { NoTool } from './tools/NoTool'; -import { Vectorstore } from './vectorstore/VectorstoreUpload'; +import { Vectorstore } from './vectorstore/Vectorstore'; import { ChatCompletionAssistantMessageParam, ChatCompletionMessageParam } from 'openai/resources'; import dotenv from 'dotenv'; import { ChatBox } from './ChatBox'; |