update imports

This commit is contained in:
Henry
2023-05-17 15:31:40 +01:00
parent d44ab269e6
commit fef3d11cb6
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
import { LLMChain } from 'langchain/chains'
import { BaseChatModel } from 'langchain/chat_models'
import { BaseChatModel } from 'langchain/chat_models/base'
import { VectorStore } from 'langchain/dist/vectorstores/base'
import { Document } from 'langchain/document'
import { PromptTemplate } from 'langchain/prompts'