refactor: updates import statements to use Pydantic in aiml_embeddings.py (#4801)
Fix import statements for Pydantic in aiml_embeddings.py
This commit is contained in:
parent
647ceeaeeb
commit
bd15071b33
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@ import concurrent.futures
|
|||
import json
|
||||
|
||||
import httpx
|
||||
from langchain_core.pydantic_v1 import BaseModel, SecretStr
|
||||
from loguru import logger
|
||||
from pydantic import BaseModel, SecretStr
|
||||
|
||||
from langflow.field_typing import Embeddings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue