Update dependency langchain to v0.1.2 #13
Annotations
5 errors
tsc:
src/predictCommand.ts#L25
Type 'OpenAIEmbeddings' is not assignable to type 'Embeddings'.
|
tsc:
src/predictCommand.ts#L25
Type 'ChatOpenAI<ChatOpenAICallOptions>' is not assignable to type 'BaseLanguageModel<any, BaseLanguageModelCallOptions>'.
|
tsc:
src/utils/chains/doit/index.ts#L16
Type 'FewShotPromptTemplate' is not assignable to type 'BasePromptTemplate<any, BasePromptValueInterface, any>'.
|
tsc:
src/utils/chains/doit/prompt.ts#L19
Type 'MemoryVectorStore' is not assignable to type 'VectorStoreInterface'.
|
tsc
Process completed with exit code 2.
|