Skip to content

Update dependency @langchain/core to ^0.3.0 #484

Update dependency @langchain/core to ^0.3.0

Update dependency @langchain/core to ^0.3.0 #484

Triggered via push December 9, 2024 00:17
Status Failure
Total duration 20s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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.