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/tools/RAGTool.ts | |
parent | b7c024c8c5b85f91828d6cd20ffc3bfca229af21 (diff) |
attempt at new multimodal vector
Diffstat (limited to 'src/client/views/nodes/ChatBox/tools/RAGTool.ts')
-rw-r--r-- | src/client/views/nodes/ChatBox/tools/RAGTool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ChatBox/tools/RAGTool.ts b/src/client/views/nodes/ChatBox/tools/RAGTool.ts index 23b93b0f0..be591fa9a 100644 --- a/src/client/views/nodes/ChatBox/tools/RAGTool.ts +++ b/src/client/views/nodes/ChatBox/tools/RAGTool.ts @@ -1,5 +1,5 @@ import { BaseTool } from './BaseTool'; -import { Vectorstore } from '../vectorstore/VectorstoreUpload'; +import { Vectorstore } from '../vectorstore/Vectorstore'; import { Chunk } from '../types'; import * as fs from 'fs'; import { Networking } from '../../../../Network'; |