Update dependency @langchain/core to ^0.3.0 #484
Annotations
5 errors
tsc:
src/predictCommand.ts#L41
Type 'OllamaEmbeddings | OpenAIEmbeddings' is not assignable to type 'Embeddings'.
|
tsc:
src/predictCommand.ts#L41
Type 'ChatOllama | ChatOpenAI<ChatOpenAICallOptions>' is not assignable to type 'BaseLanguageModel<any, BaseLanguageModelCallOptions>'.
|
tsc:
src/utils/chains/doit/index.ts#L16
Property '_streamEvents' is missing in type 'FewShotPromptTemplate' but required in type 'BasePromptTemplate<any, BasePromptValueInterface, any>'.
|
tsc:
src/utils/chains/doit/prompt.ts#L20
Type 'MemoryVectorStore' is not assignable to type 'VectorStoreInterface'.
|
tsc
Process completed with exit code 2.
|