Skip to content

Update dependency langchain to v0.1.2 #13

Update dependency langchain to v0.1.2

Update dependency langchain to v0.1.2 #13

Triggered via push January 11, 2024 08:54
Status Failure
Total duration 20s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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.