🔀 chore(MetalRetriever.py): fix import statement for Metal class from metal_sdk.metal module to resolve type checking issue
This commit is contained in:
parent
b3b0f63a1f
commit
cc4db3911e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from typing import Optional
|
|||
from langflow import CustomComponent
|
||||
from langchain.retrievers import MetalRetriever
|
||||
from langchain.schema import BaseRetriever
|
||||
from metal_sdk.metal import Metal
|
||||
from metal_sdk.metal import Metal # type: ignore
|
||||
|
||||
|
||||
class MetalRetrieverComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue