Fix import statement in custom_component_full.ts
This commit is contained in:
parent
5677dd9ad3
commit
8e32b5e6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from langchain.llms.base import BaseLLM
|
|||
from langchain.chains import LLMChain
|
||||
from langchain.prompts import PromptTemplate
|
||||
from langchain.schema import Document
|
||||
from langchain.field_typing import NestedDict
|
||||
from langflow.field_typing import NestedDict
|
||||
|
||||
import requests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue